Thank you folks, this has been a great help. I used Michael Washington's "Using DNN 4 WAP" tutorial to redo my development enviroment using the DNN source install and then the DNN Starter Kit Compiled Module project as he describes. After about 3 hours of hard work, I have everything up and running. All 36 projects build and web site looks great again. And I now have a single unique named dll for my module. But since the enviroment redo when VS2005 loads the solution each time,
This is the error I get when I open any website. This will happen any time I try to open a website reguardless of wether I choose 'Yes' or 'No' or 'Cancel'
I am running the site with IIS 7.0 on Windows Vista Ultimate
I am running VS2005 with SP1 and the SP1 Update for Vista.
---------------------------
Microsoft Visual Studio
---------------------------
The site 'http://localhost/DevDNN' is currently configured for use with ASP.NET 1.1.4322.573. Microsoft Visual Studio has been designed for use with ASP.NET 2.0; if not configured some features may make incorrect assumptions, and pages designed with the tool may not render correctly.
Would you like the site to be configured for use with ASP.NET 2.0?
---------------------------
Yes No Cancel Help
---------------------------
The application is set to be a 2.0 app in IIS 7.0. And if you answer Yes the solution continues to load with no other errors and runs just fine.
Any ideas on how to get rid of this.
Steve