Glimpse Configuration - ambiguous resource

别说谁变了你拦得住时间么 提交于 2019-12-11 13:10:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!