Call me old school, but I like all my projects in Visual Studio .NET to be standard class library projects rather than "web" projects. I am sure the Web Projects wizard is very useful for creating quick applications, but as with any wizard, it decides some things for you during set-up that might be hard to edit later. So, what happens if you inherit a solution file that is a Web project, and you have no idea how the virtual directories and references are set up? Unfortunately, you cannot open this project in Visual Studio to edit those settings! What I forgot today was this : "The Project files is just a text file, that you can edit in notepad". Once I figured that out, I was able to change "ProjectType" attribute from "Web" to "Local". Magically, I could open the project, update my references and compile about 2 minutes later.
- Archives
- December, 2011 (1)
- April, 2011 (1)
- November, 2010 (1)
- May, 2010 (5)
- April, 2010 (3)
- January, 2010 (2)
- November, 2009 (1)
- October, 2009 (1)
- January, 2009 (1)
- October, 2008 (1)
- July, 2008 (1)
- May, 2008 (3)
- April, 2008 (1)
- March, 2008 (1)
- February, 2008 (1)
- January, 2008 (1)
- November, 2007 (2)
- October, 2007 (1)
- September, 2007 (2)
- August, 2007 (3)






Post new comment