I've got code I've inherited from a vendor that's just their SVN dump to the inetpub folder and I wanted to pull the files into our source control as a file based web application in visual studio 2008.
The project was originally a web site project and I'm trying to convert it to a web application project.
However, the compiler complains about the ASP namespace not being referenced. Since that namespace is dynamically created, how do I get around this?
UPDATE: Sorry for leaving this for so long, but I thought this image would context: