I was using the Visual Studio Profiler on my web application when at some point while it was running Visual Studio crashed. Now everytime I try to run my web application I get this exception in the web browser:
Could not load file or assembly 'Microsoft.VisualStudio.Enterprise.ASPNetHelper
Here is what I have tried so far, but did not correct the error:
- restored the original web.config (removing all the profiler additions that were automatically added)
- deleted all binaries and source, pulled all code fresh, and rebuilt the entire web application
- deleted the web application entry in iis
- deleted all files in \WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
I must be missing something small somewhere. It is as if there is still a binary that is still instrumented somewhere or something and is referencing ASPNetHelper. I don't know.
I'm using: Microsoft Visual Studio 2008 Version 9.0.30729.1 SP
Any thoughts on what else I could try? Thanks!