Tag Archives: silverlight

My Fix for the “CreateRiaClientFilesTask task failed unexpectedly. — Attempted to access an unloaded AppDomain” error

I finally found a solution to the “CreateRiaClientFilesTask task failed unexpectedly. — Attempted to access an unloaded AppDomain” problem in Visual Studio which had been affecting me for many weeks on my current project. Googling it seems many people are struggling with it; … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment

Having trouble hosting Silverlight? Just change .xap to .zip!

I was having trouble hosting a Silverlight 2 .xap on my ISP; apparently they don’t (yet) support .xap as a Mime type. However, I was able to get around that simply by changing .xap to .zip on the .xap file … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Silverlight 2 Controls Demo Updated to run on Release to World Version of Silverlight 2

I have updated the Silverlight 2 Controls Demo to run on the Release version of Silverlight 2. If you have been trying to run the old b2 demo on the Microsoft site and have been unable to since updating your … Continue reading

Posted in .net, c#, wpf | Tagged , , , , , | Leave a comment

New Cassini for Framework 3.5

Cassini is a stand-alone web server that you can use to deploy your ASP.NET web applications. Cassini has been updated by it’s author to now run as a single .exe without needing to be deployed in the GAC! This is … Continue reading

Posted in .net, asp.net, c# | Tagged , , , , | Leave a comment