Advanced Forum Search Results
-
I also noticed the exception message shows .Net Framework on the server is Version 2.0.
Just for consistency, be sure to match your development version (you used for debugging) and the version on your target IIS server (I will guess 3.0 or later?).
Also make sure that no other IIS header definitions or any other instances of your ...
-
Although there are ways and sounds trivial at times, creating a "ASP.Net Master Page" implementation is one of the greatest features of SL3!
I was exploring Jesse Liberty's multi-page tutorial before and others on the web and they are although effective, all are very involved.
And although you can coordinate mutiple controls ...
-
I apologize. I just realized that the code sample was dropped in my original reply.
Here is the code snippet you can use to embed multiple XAP files:
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" >
<param name="source" ...
-
Hi DJane,
You can embed multiple XAP files like you do when you embed ActiveX controls.
Think of a .XAP file as a control on your page.
You can use this syntax to embed your XAP files:
..
..
..
..
..
..
Hope this ...
-
Hi nLella,
I'm sure you've already done these (basics):
1. Check if the folder structure changed (I doubt this but not gonna hurt to check)
2. If the newly files are working then there's a possibility of files being corrupted?
3. Check your MediaElement's Build Action has changed. If it did this may affect where the ...