Maximum Number of Controls?
Is there a maximum number of controls allowable on a page? I'm using VS2005, SP1 to build a web application. I know this is likely a post for the ASP.NET forum, and I may post there as well, but it seems like a visual studio issue.
I've gotten to the point where any new control that I add to the page is not "seen" by the compiler. If I add, say a label control, first off, intellisense won't see it until I close the project and re-open (this since installing SP1), and then it won't compile. it will give me a BC30456 error. It will, however, run. meaning that the .NET framework is fine with it, compiles it and runs it just fine, assuming a browser is already open (I refresh the browser and the new control appears). It's just that Visual Studio won't compile.
It only does this in this one project, but on multiple machines. The thing about this project, is it already has many, many controls, perhaps a couple of hundred, organized in panels. Maybe I've exceeded the legal limit or something?
Thanks in advance for your help.
Aaron
|