Hello, I am a beginner in devloppement website with asp.net
I have Visual Studio Ultimate2010 and Framwork.net 4 at whene i debug my website an error that appears <Circular file references are not allowed>
I chnage my web.config file like this
<compilation debug="true" targetFramework="4.0" batch="false"/>
but the error is not resolved please someone help me to solved this problem
nabila87
0 Points
3 Posts
Circular file references are not allowed Visual Studio Ultimate 2010
Feb 01, 2013 07:52 AM|LINK
Hello, I am a beginner in devloppement website with asp.net
I have Visual Studio Ultimate2010 and Framwork.net 4 at whene i debug my website an error that appears <Circular file references are not allowed>
I chnage my web.config file like this
<compilation debug="true" targetFramework="4.0" batch="false"/>
but the error is not resolved please someone help me to solved this problem
oned_gk
All-Star
30991 Points
6344 Posts
Re: Circular file references are not allowed Visual Studio Ultimate 2010
Feb 01, 2013 08:16 AM|LINK
http://ellisweb.net/2009/12/fixing-the-circular-file-references-are-not-allowed-error-in-asp-net/
nabila87
0 Points
3 Posts
Re: Circular file references are not allowed Visual Studio Ultimate 2010
Feb 01, 2013 08:41 AM|LINK
Hi ,
i use this solution but the problem is not resolved
oned_gk
All-Star
30991 Points
6344 Posts
Re: Circular file references are not allowed Visual Studio Ultimate 2010
Feb 01, 2013 11:50 AM|LINK
Have you referent something?
Looks like you have value A that from B come from A. Similar like that