Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > error ASPPARSE: Circular file references are not allowed.

Reply
Thread Tools

error ASPPARSE: Circular file references are not allowed.

 
 
Alan Samet
Guest
Posts: n/a
 
      03-07-2006
Before telling me what I already know about what this error means,
please read the post.

I encountered this bizarre error when running aspnet_compiler.exe.
Unfortunately, I don't know of a way to reproduce it outside of the
context in which I encountered it, so this post is more to serve as a
record and possible workaround for others than may encounter the same
issue.

There was no circular reference in the control, or through that
control's dependencies. I performed a workaround that involved
replacing the one instance of the control that, when registered, caused
me this trouble. I simply removed the control's reference from the
page, added a placeholder in place of it and used LoadControl and
Reflection to load it at runtime.

The application I'm building contains about a thousand dynamic aspx and
ascx files and has a fair amount of depth through some of the
references. I'm wondering if this could be caused by a dumb recursion
check where a circular reference is assumed after a certain depth of
references.

-Alan

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Circular file references =?Utf-8?B?WW9hdg==?= ASP .Net 1 11-04-2007 11:25 AM
circular file references didi_0808 ASP .Net 0 06-02-2006 11:50 AM
VS2005: Circular File References Are Not Allowed Joey ASP .Net 0 12-23-2005 04:48 PM
"Circular file references are not allowed" after running ASP.Net 2.0 Upgrade Wizard BBuff ASP .Net 0 09-26-2005 12:26 PM
Semi-circular definitions (plus circular references) Kiuhnm C++ 16 01-03-2005 03:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57