I hope someone can help me out here. I am running VS.Net 2005 SP1 on Windows Vista Ultimate (32-bit version) on my development laptop. My problem with web projects, is that I cannot create/access code-behind files for any new web forms that I add to the project. For instance, if I create a new ASP.Net application, the "Default.aspx" and "Default.aspx.vb" code-behind gets created by VS.Net just fine. But for newly added web forms, the only option that appears to be available to me, is to have the code created inline in the source view of the ".aspx" page that I add. Note, that when I choose to add a new Web Form to the project, that I ensure the checkbox is checked for "put source code in a separate file".
However, if I then add a new web form and then try to access the code-behind for the newly added web form, I get the following error:
"Could not find file 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplatesCache\Web\VisualBasic\1033\WebForm.zip\CodeBeside.vb' "
I'm trying to go through Scott Mitchell's walk-throughs to learn VS.Net 2005 and this is killing me. Does anyone have any ideas, please?
Thanks in advance,
Dave