[ASP.NET4之旅]Circular file references are not allowed

将ASP.NET 2.0的项目升级到ASP.NET 4后,用VS2010编译站点,某些控件出现编译错误“Circular file references are not allowed”,比如:

<%@ Control Language="C#" ClassName="NewsRight" %>

解决方法:

去掉上面的 ClassName="NewsRight"

原文地址:https://www.cnblogs.com/dudu/p/1797274.html