Click here to Skip to main content
15,881,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After my CPU re-setup, I could not open my SL projects. It warns me to install the latest SL Developer (download at go.microsoft.com/fwlink/?LinkId=146060), which was actually installed already. My SL project was developed in SL 4. Please advise me how to solve this problem. Thanks.
Every time I have a CPU system change, I have a headache in fixing the SL related problem(s). I do wish Microsoft Developer Team realizes on it.
Posted
Updated 27-Dec-13 6:26am
v2

1 solution

Problem solved by the procedure below:
1) Have the following items installed / re-installed
• SL 3 SDK
• SL 4 Toolkit April 2010
• MS Expression Blend SDK for SL 4
• SL Developer
2) Refer to http://community.dynamics.com/crm/b/crminogic/archive/2012/09/20/how-to-convert-silverlight-4-application-to-silverlight-5.aspx, Step 3: Open the .csproj file
3) Change
<targetframeworkversion>v5.0
From V5.0 to 4.0.
4) Reload the file.
 
Share this answer
 
Comments
s yu 11-May-15 11:11am    
Thanks for your provided solution. However, 1) I am still using VS 2010 and may not be able to upgrade to SL 5; Not sure SL 5 provides the method I need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900