简体   繁体   中英

Asp.Net Running a content page using master page error > TemplateContainer(typeof(MySite.MasterPage))

I created an empty asp.net web application > .Net 4.6.2 in VS 2015
I added a simple master page & a simple content page on this project.
When i open content page in browser i get the error below :

Line 174: [TemplateContainer(typeof(Panel.Site1))]

TemplateContainer错误

What this error mean & how can i fix it?

Name of your project or namespaces conflicting with ASP.NET form authentification class name: System.Web.Security.FormsAuthentication . According to me you are missing namespace name or any required reference.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM