I have a Silverlight 5.0 OOB application that works in Visual Studio 2010 to 2013. But I cannot get it to work in 2015. I've installed all of the same tools, etc, that required in the earlier versions. But no joy! Any one else have any luck? Or suggestions? Thx
Asked
Active
Viewed 7,734 times
1 Answers
6
Here's what I did to get my Silverlight 5 project working in Visual Studio 2015 RC:
Make sure you have WCF RIA Services V1.0 SP2 installed. Reboot your machine after install.
- Open properties page of Silverlight project
- Unlink server project by selecting "No Project Set" option under WCF RIA Services Link found on the Silverlight tab of properties page
- Recompile (get lots of errors)
- Re-link server project
- Recompile (no errors)
- Run project
- Clear browser cache. Important!

CardiacTwinky
- 81
- 1
- 3
-
Hello CardiacTwinky, unfortunately, that didn't work for me. Although it did change the number of errors and warnings I received upon compile, the 2nd time. – Craig Jul 18 '15 at 18:25
-
1This worked for me. Actually my project was already working but Intellisense was broken since moving to 2015. After doing this, everything is back to normal. – Nooodles Aug 26 '15 at 13:56