Hi, I get the following error when I try to run my Silverlight application:
Line: 53
Error: Unhandled Error in Silverlight Application
Code: 2106
Category: InitializeError
Message: Failed to load the application. It was built with an obsolete version of Silverlight
In "Program Files\Reference Assemblies\Microsoft\Framework\Silverlight\v3.0" I have version 3.0.40307.0 installed but I also have the following 2 directories: - "Program Files\Microsoft Silverlight\3.0.40307.0" - "Program Files\Microsoft Silverlight\3.0.50106.0" And it's the 3.0.50106.0 version that is used by the browser.
How do I "tell" Visual Studio to target the 3.0.50106.0 version?
Best Regards, Jesper