Developer forum

Forum » Development » SDK solution Installation

SDK solution Installation


Reply
Hi,

 

I followed the instructions on "SDK - Solution Installation" manual and configured the solution "CSharpClassicNet20". Before opening the solution I edited the file "CustomModules.sln" to include the http://localhost/CustomModules.csproj" parameter.

 

When I open the solution I get a conversion wizard, but the strange thing is that this shouldn't happened since I'm using the "CSharpClassicNet20" which should be the correct VS 2005 version.

 

After finishing the conversion Visual Studio as converted the solution to a website (http) with the "admin", "files" and "database" folders listed in the solution. Is this the normal procedure? Am I doing something wrong?

 

Regards,

 

RA

Replies

 
Nicolai Høeg Pedersen
Reply
VS2005 should not convert the project - i think, that the problem is that you are missing SP1 for VS2005. In the first verision of VS2005 it only supported the website project model - with SP1 it also supports Web Application Project model. Read a lot about here: http://webproject.scottgu.com/Default.aspx

 

You must be logged in to post in the forum