Question

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. | 
...
Was it helpful?

Solution

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.

OTHER TIPS

It sounds like you have multiple copies of the DLL in your bin directory. (Somehow?)

Clean your build and retry.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top