I am setting up a new V9 site, and encountering the following error:
Compiler Error Message: CS0234: The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Source Error:
Line 11: using System.Security.Permissions;
Line 12: using System.Security.Principal;
Line 13: using Microsoft.Web.Services3.Security;
Line 14: using Microsoft.Web.Services3.Security.Tokens;
Line 15: using AspDotNetStorefrontCommon;
Source File: c:\inetpub\wwwroot\si-sv3781.com\wwwroot\App_Code\ASPDNSFUsernameTokenMa nager.cs Line: 13