This is a known issue. The problem is that our code is unable to find the assembly that contains MicrosoftWebSectionGroup. You can work around the problem by doing the following:
1. Close any running instances of Visual Studio.
2. Copy "Program Files\Microsoft ASP.NET\Atlas\v2.0.50727\Atlas\Microsoft.Web.Atlas.dll" to "Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies".
3. Modify your config file to fully qualify the type names, as shown below (note the addition of the assembly name).
<sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup,Microsoft.Web.Atlas">
<section name="converters" type="Microsoft.Web.Configuration.ConvertersSection,Microsoft.Web.Atlas" requirePermission="false"/>
<section name="webServices" type="Microsoft.Web.Configuration.WebServicesSection,Microsoft.Web.Atlas" requirePermission="false"/>
<section name="authenticationService" type="Microsoft.Web.Configuration.AuthenticationServiceSection,Microsoft.Web.Atlas" requirePermission="false"/>
<section name="profileService" type="Microsoft.Web.Configuration.ProfileServiceSection,Microsoft.Web.Atlas" requirePermission="false"/>
</sectionGroup>
4. Restart Visual Studio.
At this point you should be able to open the Application Designer. Please let us know if this doesn't fix your problem.
Thanks,
Ian Bavey
Lead Software Development Engineer
Team Architect |