Glimpse Configuration - ambiguous resource

2019-08-01 14:32发布

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. | 
...

2条回答
ゆ 、 Hurt°
2楼-- · 2019-08-01 15:15

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

Clean your build and retry.

查看更多
再贱就再见
3楼-- · 2019-08-01 15:24

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.

查看更多
登录 后发表回答