I am using a web deployment project in Visual Studio 2008.
Now, every time I open my ASP.NET web project solution which contains the web deployment, Visual Studio asks to convert the project (I guess from VS 2005 to 2008). I do the conversion and save, but if I close an re-open the solution, VS insists on trying to convert the project.
Anybody who knows how to resolve this annoying problem?
Update - configuration:
I found a solution:
(XML of the .wdproj file)
<Project ToolsVersion="3.5" DefaultTargets="Build" ...
into
<Project ToolsVersion="4.0" DefaultTargets="Build" ...
That's all!