Advanced Forum Search Results
-
That's a common error message whenever the Silverlight runtime can't get to the assembly. Usually either IIS isn't serving the DLL to browsers or the path in the Xaml file to the assembly is not the right path relative to the HTML page or Web Form consuming the Silverlight content.
Issue 1: IIS not serving the DLL to browsers.
The ...
-
Thanks for letting us know. The installer does not require a reboot if you don't have VS open while using it. =) If any files it needs to write are locked it schedules them for replacement on reboot and then requests the reboot.
-Scott
-
The WPF Designer doesn't support the Silverlight XAML subset, but the team who owns it is definitely looking at Silverlight. In the meantime, if you install the Expression Blend 2 May Preview, an "Edit in Expression Blend" command will appear when you right-click on a XAML file in VS. It will open the project and file in Blend so ...
-
I can answer the Xaml designer part - the VS Orcas designer for XAML works for WPF but doesn't work yet for the Silverlight XAML subset. In the meantime we've given you the XML editor with IntelliSense properly hooked up. If you install the Expression Blend 2 May Preview, an "Open in Expresion Blend" command is available when you ...
-
I don't think we've figured that out yet. For the moment, the alpha only works with VS Pro or VSTS. There are some significant features not in the Express SKU (multi-project solutions) which are important for Silverlight scenarios.
-Scott
-
Well, in VS2005 you can create a class library which will build against the Silverlight runtime, but it's a little work.
1. Create a Class Library.
2. Remove all references from it.
3. Right-click on the Project and pick Properties.
4. On the Build tab, click Advanced and check 'Do not reference mscorlib.dll'
5. Manually add ...
-
The Silverlight Tools alpha is only for VS Pro or VSTS. The tools use functionality not in the Express SKU (multi-project solutions, for example) which would make the Express SKU experience not very useful.
-Scott
[Visual Web Developer Team]