I have a class that is throwing a compilation error. The problem is that it causes the entire .NET website to fail. Any .aspx page that I go to shows that error.
What are my options? Surely there is a way to isolate the class or to tell the rest of the site to carry on even if one of the classes has a compliation error. But I am not seeing it.
Thanks in advance.