Hi, all
I was reading the Visual Studio 2005 Web Application Project Option http://webproject.scottgu.com/Default.aspx. They are excellent.
Though I'm facing probkems in two cases.
1. If I add the master page, after that when I try to add the content page, it does not allow me to select master page option. I've to manullay remove the html tags and put the content tag in the
contect page.
2. In the last tutorial to convert web site to web app project, It worked fine. But the project could not compile. I could not find the classes in the Old_App_Code directory. This is the error
I'm getting. please help
Error 1 The name 'PhotoManager' does not exist in the current context C:\study\webappProject\NewPersonalStarterKit\Admin\Photos.aspx.cs 24 4 NewPersonalStarterKit