Showing posts with label VS. Show all posts
Showing posts with label VS. Show all posts

Saturday, 25 July 2009

VS Intelisense for referenced assemblies

For IntelliSense to be available for referenced binary assemblies, the XML documentation files for each of these assemblies must be placed in the same directory as the referenced assemblies.

Silverlight Project Type not Supported in VS 2008 SP1 after reinstalling tools

This comproblem had me stumped for a while. The solution (simple as ever): open a command prompt to your c:\program files\microsoft visual studio 9.0\Common7\IDE and simply run:

devenv /setup

It may tell you that the operation could not be completed properly but it does mysteriously fix the problem - if anyone knows why I'd love to hear about it!

Tuesday, 8 May 2007

The project file ' ' has been renamed or is no longer in the solution

Had this problem today with Visual Studio 2005. When you try and build, all you get is the following error message:



Luckily, I found this which solved the problem for me. Thanks Michiel!

Specifically, the error was caused by running NetTiers and specifying not to generate the web library. It still seems to generate the website project which recerences the non-existent web library.