I have setup a site successfully on my local box (nosla). However, I am having various problems under VS2005. I followed the instruction given (Configuring the SLN file to resolve compilation problems) to copy the code, create IIS context, modifying web.config and editing the sln file. VS2005 loads the project but with some errors/warnings.
Reference to microsoft.Web.Services3 is not recognized and I did not find an assembly with this name when I tried to add a new reference.
Also, web.config file has errors.
The element <section name> has an attribute "requirePermission" which is not recognzed.
The child element <xsltobjects> under <system.web> is not recognized.
And browsing to the site also is not successful. I get database related errors. On start up the site tries to call a procedure that does not exist. Or it tries to insert string resource that is already there causing exception.
Is the database shcema that comes with code is different that the one that comes with no code option? Or the startup code is different?
Is there something missing on my box? Please help.
Khalique