Hello everyone,
I have been tasked to fix someone else application where there is a Circular File Reference. I found some pointers as a work around, like modifying the bacth settings etc. However I need to get rid of it completely. The application contains close to 300 files. Web Pages, Classes and User Controls in all mixed folders. I hopefully found one of the class that was inheriting from a web page, making it a base class. That class is used in multiple web pages the proper way it should. But that class is also imported/using into other classes and user controls. Could that be THE problem? I am currently slowly modifying the files that are importing the base class, however before I hit the 200+ files Am I in the right direction?
What's your thought!
Many thanks in advance.