Advanced Forum Search Results
-
I just encountered this error when running the Silverlight Tools for VS2008 SP1 installation. Part of this installation includes the latest Developer runtime installation of Silverlight. I already had the latest Developer runtime, 2.0.40115, and the UpdateConsentMode value was already present. Don't know why the installer, ...
-
I'm seeing this same error. In my case I already had the Developer runtime installed -- I was installing the Silverlight Tools for VS2008 SP1, and part of that installation includes the Developer runtime. The installation was running as SYSTEM so I don't understand why the process would not have rights. Looking at the ...
-
Perhaps try setting a properly typed variable = x.Attribute("ows_BrandName"), and then try "select variable.Value", something like this (I'm not sure what type x is):
var result = x.Attribute("ows_BrandName")
select result.Value;
-
Seeing "Product: Microsoft Silverlight -- Configuration failed." in the log seems to indicate that the installer thinks some version of Silverlight is already installed. Check again to make sure there are no versions on the machine using the uninstaller utility and searching the registry. Also check Add/Remove programs ...
-
I used spinstaller.exe with the available command line options to silently install the Silverlight 2 Tools for VS2008 SP1. I tried the /uninstall switch and it ran successfully, but did not uninstall the SDK or the Silverlight Tools for VS2008 pieces. It did uninstall the Silverlight developer runtime and the KB956453 for Visual Studio ...