I have a website project and Visual Studio hangs when I right click on the project name in solution explorer and click property page.
I tried to find out what VS is doing by Process Monitor and it shows that VS keeps looking for %userprofile%\AppData\Local\Microsoft\ApplicationInsights\vstelf144292e-e3b2-4011-ac90-20e5c03fbce5\*.trn
and the result is NO SUCH FILE
, I looked and the location is an empty folder.
I found a solution suggest that creating an empty a.trn
file in the above location. I tried and ProcMon shows the file is found but VS still get stuck in a loop searching for *.trn
file.
VS did showed the Property Page after a very long time, but it hangs again when I try to close the solution, and ProcMon shows VS still trying to find *.trn
file this time.
Also, when I build the website it hangs at Validating Web Site
stage, ProcMon shows it is also because VS keeps looking for *.trn
file in the above location even if my a.trn
is present.
I don't have Application Insights installed.
Does anybody have a clue what is going on?