Advanced Forum Search Results
-
When doing the SCC integration into VS, we have to be very careful about what files in a project are actually included in source control. There are a number of temp files, that should not be in scc. If they are in scc, then they are made read only, and so the replace operations fail.
If you are using SCC under human control, you have probbaly run ...
-
For some reason the tool is getting a security exception when trying to access the registry. Either your permissions on the registry have been restricted, your not really running under admin rights, or a security policy is preventing managed code access to the registry.
-
Unfortunatly the express sku's don't have the combinations of components needed for silverlight development. [Its something we will be fixing in the future], but for a while, you'll need a full version of visual studio 2008. You can download a 90 day trial from http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx
-
Please try running devenv /resetskippkgs. You should run it from a Visual Studio command prompt [ start it with Admin Rights on vista]. This will tell VS to forget any package load failures that have occured before.
-
Visual Studio does not have any in-built mechanism for debugging php. I'm not sure how using silverlight as the client would change the way you debug a php service - it should be the same as debugging it when called by other clients.
-
This is because your using the wpf xaml editor to edit silverlight xaml. Try opening the file with the xml editor instead. With the silverlight tools for vs2008 RTM, I believe we have configured xaml in websites to open with the xml editor.
-
The silverlight tools refresh for Visual 2008 RTM <shamlessplug> that can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&displaylang=en </shamelessplug> includes a website template for xaml, and the intellisense schemas for working with silverlight 1.0.
-
The tools release is now live on the download servers at http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&displaylang=en.
-
[quote user="samsp"]
For those who are not aware, Visual Studio 2008 shipped this morning. The Silverlight tooling addon for Visual Studio, is version specific, so the addon for Beta 2 will NOT work with RTM. We are in the last throws of testing an update for the Silverlight tools, to work with VS 2008 RTM, and hope to release them in ...
-
We are working on them, and I will update http://silverlight.net/forums/t/6850.aspx, when they are available.