Circular file references not allowed

后端 未结 15 1886
没有蜡笔的小新
没有蜡笔的小新 2020-12-18 19:10

I am having a problem in building my solution in VS2008. Normally, it compiles fine in the environment. Sometimes, it fails with:

/xxx_WEB/secure/CMSManagedT         


        
15条回答
  •  醉梦人生
    2020-12-18 19:46

    In most cases this occurs after copying aspx pages. Make sure your Class stated as Inherits="MyPage" is not repeated on the entire site.

提交回复
热议问题