This article mainly introduces the Silverlight development environment and related errors during Environment configuration.
1. Establish a Development Environment
2. Problems in Environment Configuration
1. Establish a development environment (Google gets related)
1. Install vs2008 or vs2010
2. Install Silverlight tool for vs2008 (vs010 ).
3. Install Silverlight Runtime
4. optional component expression blend.
2. Problems in Environment Configuration
When using vs2010 to create a Silverlight project, click F5. the following error occurs: unable to start debugging. The Silverlight developer Runtime is not installed. Please install a matching version.
Google gets the following solution: http://forums.silverlight.net/forums/p/188683/433499.aspx
Re: Silverlight developer runtime Not Installed
06-25-2010 Pm |
Well after some more googling I figured
It out. There are 2 versions of the Silverlight browser runtime. One
End-users and one for developers.
The standard Silverlight 4 you install from MS does not work for debugging. have to download it from here.
Http://go.microsoft.com/fwlink? Linkid = 188039
Thanks to this thread and post.
Http://forums.silverlight.net/forums/p/176999/421658.aspx
The "Silverlight managed debugging package"
Is part of the developer runtime, not the SDK or tools. Make sure you
Have the latest version of the developer runtime installed (available
Http://go.microsoft.com/fwlink? Linkid = 188039
)
---------
If this
Post has solved your problem, please select 'Mark as answer'
-
Jimmy Lewis
Microsoft SDET
Visual Web Developer team follow the above method to install this link http://go.microsoft.com/fwlink? Linkid = 188039
the downloaded file is installed and can be debugged successfully.