当我启用glimpse时,每当我导航到我的MVC 3站点中包含任何参数的页面时,我都会收到此错误: -
[NullReferenceException:对象引用未设置为对象的实例。] Glimpse.Mvc.AlternateType.GetBinder.PostImplementation(IAlternateMethodContext context,TimerResult timerResult)+146 Glimpse.Core.Extensibility.AlternateMethod.NewImplementation(IAlternateMethodContext context)+73 Glimpse.Core.Extensibility.AlternateTypeToCastleInterceptorAdapter.Intercept(IInvocation invocation)+165
任何人都知道如何解决这个问题?
似乎任何带参数的url都会导致错误。
我有异步页面: -
本地主机:52603 /图/索引
在重定向到需要参数的页面之前不会出错: -
localhost:52603 / chart / displaymodel?modelid = 5b881fc7-c789-4d24-a52f-b34a56c098e1 localhost:52603 / MakeImage / DisplayMakeImage?makeId = 456ab51c-a4bb-4e2a-a673-de38de4ec28d
我在网站上使用了一些不同的技术: - EF4 / SignalR / MEF / Redis / Tropo / Log4net / Elmah
由于
答案 0 :(得分:0)
这里的问题相同,我认为是Glimpse 1.0中的一个错误。
我刚刚恢复到0.87,这对我来说效果很好。
答案 1 :(得分:0)
这已被确认为Glimpse 1.0.0中的错误。
您可以track the issue report on GitHub及时了解此错误的进展情况。
很抱歉给您带来不便!
编辑:此错误现已修复,且为available in Glimpse 1.0.1