Trouble with Visual Studio 2005 Web Security Wizard?
Is anyone else having trouble running the Web Security Wizard in the latest build of Visual Studio 2005 on subscriber downloads? (Create a new Web site in VS2005 and then select the Website | ASP.NET Configuration menu).
I've installed the new build (40301.9) in a Virtual PC and on physical PC. I'm getting a compiler error from \code\WebAdminPage.cs because of a missing NavigationBar class. There are also a slew of Resources referenced using <%$ Resources: %> syntax that are not found.
My webadmin folder (C:\WINDOWS\Microsoft.NET\Framework\v2.0.40301\ASP.NETWebAdminFiles) does not have a \bin folder. My \code folder has only these two files:
PersonalizationUtil.cs
WebAdminPage.cs
Anyone having the same problem?