Skip to main content
Home Forums General Silverlight Installation and Setup Troubleshooting Silverlight 1.1 Development
0 replies. Latest Post by tmorton on August 28, 2007.
(0)
tmorton
Contributor
2225 points
388 Posts
08-28-2007 7:14 PM |
Microsoft has recently updated both the Silverlight 1.1 Alpha Refresh and Microsoft Silverlight Tools Alpha Refresh for Visual Studio (July 2007). It is recommended that you upgrade to the latest versions as they have addressed a number of the issues people on these forums have been hitting with respect to 1.1 installation and development.
To verify that you are running the latest versions:
The following are some additional issues & resolutions.
Issue: After installing the Silverlight 1.1 Alpha Refresh, you continue to get the “Get Silverlight” medallion when trying to launch a 1.1 application.Resolution: There are several things you can do to address this:
Issue: When installing Silverlight tools for VS you are told "You must install Microsoft Visual Studio codename "Orcas" Beta 2 before installing this product."Resolution: The Silverlight tools require the Standard, Pro or VSTS skus. As part of setup you need to include the C# and/or VB options, and the Visual Web developer options. All are selected as part of the default installation. Silverlight tools cannot be used with the express sku’s as they do not have the requisite components.
Issue: In Visual Studio, when creating a project: Access to the path “C:\...\SilverlightProject.zip\TestPage.html.js” is deniedResolution: This error is typically caused by the AVG virus scanner. If you have the free version then it is not possible to turn this option off. If you have the full version you can configure it to ignore the rule for the .js file extension for the folders where you will create the projects.
Issue: When building a C# project : "The referenced component 'xxxx' not found" where The referenced components are agclr, system etc. Resolution: This can occur for two reasons:
Issue: When creating a VB project: Error HRESULT E_FAIL has been returned from a call to the COM componentResolution: This can occur for two reasons:
Issue: Problems debugging a project that involves the downloader object or calls to web servicesResolution: Silverlight has the restriction that if the Silverlight application is launched with a file:// url, then it can’t make network calls. The Silverlight project has a testpage.html, which will be launched from the filesystem to test the project. To enable testing with a web server, the Silverlight project should be linked into a website which can then be debugged. You can do this using the following steps: