Advanced Forum Search Results
-
It also works with the Trial edition of VS Pro.
http://msdn.microsoft.com/en-us/vs2008/products/cc268305.aspx
-
Interesting that's the version from KB949325. I'd recommend doing a repair of VS at this point. You can do this by going to Add and Remove Programs and selecting "Change". This will launch the Visual Studio Setup Wizard in Maintenance Mode. As you step through the Wizard select ...
-
What version of this file do you have?
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Web.Application.dll
-
What version of this file do you have?
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Web.Application.dll
-
The strange thing is I'm seeing both KB949325 and KB950630 instaled. if you run the script above please send me the log file silverlight_tools_fixup_*.txt.
Thanks, Brad
-
You might try running the script "silverlight_tools_fixup.vbs" which I've posted here:
http://weblogs.asp.net/bradleyb/archive/2008/06/18/fixing-setup-errors-installing-silverlight-tools-beta-2.aspx
It attempts to detect and uninstall KB949325.
As an aside, I also noticed that you have KB944899. This KB does not ...
-
By any chance do you have VS08 SP1 beta installed?
It would be great if you could let me know the installed features. In the Help/About dialog there is a "Copy Info" button that will copy all the installed features.
Thanks, Brad.
-
Open a command prompt and run this:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /resetskippkgs
The path could be different depending on where you installed VS.
Hope this helps,
Brad
-
The CHS version of Silverlight Tools is here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=50a9ec01-267b-4521-b7d7-c0dba8866434&displaylang=zh-cn
-
The project type not supported error is usally resovled by running devenv /resetskippkgs
Hope this helps,
Brad