问题
I try to get running Glimpse in my MVC4 website but i am getting error:
Ambiguous resource with name 'glimpse_config' found.
when i run /Glimpse.axd.
I configured it as the documention says. I also tried to remove and reinstall it without success. I turned logging on and it says:
2013-04-08 10:42:08.5762 | WARN | Multiple Resources with name of 'glimpse_ajax'. Resources should have unique names. |
2013-04-08 10:42:08.5762 | WARN | Multiple Resources with name of 'glimpse_client'. Resources should have unique names. |
2013-04-08 10:42:08.5762 | WARN | Multiple Resources with name of 'glimpse_config'. Resources should have unique names. |
...
回答1:
I had the same issue after upgrading to glimpse 1.3, the solution that worked for me was to clear the temporary ASP.NET files, which are most likely here:
%TEMP%\Temporary ASP.NET Files
or here:
%USERPROFILE%\AppData\Local\Temp\Temporary ASP.NET Files
It looks like you've also asked this through the glimpse issues, where I've also posted my answer.
回答2:
It sounds like you have multiple copies of the DLL in your bin directory. (Somehow?)
Clean your build and retry.
来源:https://stackoverflow.com/questions/15875146/glimpse-configuration-ambiguous-resource