Circular file references not allowed

后端 未结 15 1981
没有蜡笔的小新
没有蜡笔的小新 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条回答
  •  Happy的楠姐
    2020-12-18 19:42

    I expericence this behavior if I have a user control (ASCX) that is included inside a master page.

    Usually I simply ignore the error since it is gone after the second build.

提交回复
热议问题