Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

NullReferenceException in ListOfViewsModelConverter.GetDetails() #273

Closed
ghost opened this issue Mar 4, 2013 · 11 comments
Closed

NullReferenceException in ListOfViewsModelConverter.GetDetails() #273

ghost opened this issue Mar 4, 2013 · 11 comments
Milestone

Comments

@ghost
Copy link

ghost commented Mar 4, 2013

I am getting an error "no data has been found..". I am using Visual Studio 2012, Latest Firefox (with add-ons disabled) and v1.0.1 of Glimpse. I tried this with two different computers. I have nopCommerce loaded. No errors in Windows event log.

"check to see if the data & metadata payloads are present". No idea what that means and it would be helpful if this is a link which explains what a metadata payload means and how to locate it and what to look for.

glimpse

@nikmd23
Copy link
Member

nikmd23 commented Mar 4, 2013

@thenrich2009,

Your right, that error isn't very helpful. I've assigned this to vNext to be improved.

To get you up and running now, I'll help you do a little debugging.

  1. Does Glimpse work on some pages and not others?
  2. Using Fiddler or the networking tools of your browser, can you see a request made for /Glimpse.axd?n=glimpse_metadata&version=1.0.1&callback=glimpse.data.initMetadata and /Glimpse.axd?n=glimpse_request&requestId={some_guid}&version=1.0.1&callback=glimpse.data.initData, and if so, what is the response you are getting back for those requests? The response body should contain an error message.
  3. Additionally, you could also turn on the Glimpse diagnostic log to help figure out the problem. To do that, update your web.config file to include a logging element, like so:
 <glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
    <logging level="Trace" />
</glimpse>

The log file created should provide all the info necessary to track down the problem. Feel free to post the log back here for support.

@ghost
Copy link
Author

ghost commented Mar 5, 2013

The log has a fatal error. Also the last line mentions a missing . When I view source, I can see it so I am not sure what the warning is about. The json going back to the browser has most of the values set to null.

2013-03-04 17:03:27.3714 | DEBUG | Discovering IClientScript's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.4554 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Client' and added it to collection. |
2013-03-04 17:03:27.4554 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Data' and added it to collection. |
2013-03-04 17:03:27.4554 | DEBUG | Discovered IClientScript of type 'Glimpse.Core.ClientScript.Metadata' and added it to collection. |
2013-03-04 17:03:27.4554 | DEBUG | Discovering IInspector's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.Core.Inspector.TraceInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.Mvc.Inspector.DependencyInjectionInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.Mvc.Inspector.ExecutionInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.Mvc.Inspector.ModelBinderInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.Mvc.Inspector.ViewEngineInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovered IInspector of type 'Glimpse.AspNet.Inspector.RoutesInspector' and added it to collection. |
2013-03-04 17:03:27.4674 | DEBUG | Discovering IResource's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.ClientResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.ConfigurationResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.AjaxResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.HistoryResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.LogoResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.PopupResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.RequestResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.MetadataResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.SpriteResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovered IResource of type 'Glimpse.Core.Resource.VersionCheckResource' and added it to collection. |
2013-03-04 17:03:27.4764 | DEBUG | Discovering ISerializationConverter's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.ListOfTraceMessageConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.TimelineEventModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.TimeSpanConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.DateTimeConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.GlimpseRequestHeadersConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.GlimpseMetadataConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.GlimpseRequestConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.MethodInfoConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.TabMetadataConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.TabResultConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Core.SerializationConverter.CSharpTypeConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Mvc.SerializationConverter.CultureConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Mvc.SerializationConverter.ListOfExecutionModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Mvc.SerializationConverter.ListOfMetadataItemModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Mvc.SerializationConverter.ListOfViewsModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.Mvc.SerializationConverter.UrlParameterConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.ConfigurationModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.ConfigurationRoleManagerProviderSettingsModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.EnvironmentModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.ListOfRouteModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.RequestModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovered ISerializationConverter of type 'Glimpse.AspNet.SerializationConverter.SessionModelConverter' and added it to collection. |
2013-03-04 17:03:27.4964 | DEBUG | Discovering ITab's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Core.Tab.Timeline' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Core.Tab.Trace' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Mvc.Tab.Execution' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Mvc.Tab.Metadata' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Mvc.Tab.ModelBinding' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.Mvc.Tab.Views' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Configuration' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Environment' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Request' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Routes' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Server' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovered ITab of type 'Glimpse.AspNet.Tab.Session' and added it to collection. |
2013-03-04 17:03:27.5094 | DEBUG | Discovering IRuntimePolicy's in 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\nop.web\83ee2b1e\a401749' and all sub directories. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.AjaxPolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.ContentTypePolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.ControlCookiePolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.GlimpseResourcePolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.Core.Policy.UriPolicy' and added it to collection. |
2013-03-04 17:03:27.5224 | DEBUG | Discovered IRuntimePolicy of type 'Glimpse.AspNet.Policy.LocalPolicy' and added it to collection. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Core.Message.ITimelineMessage]' has been subscribed to all 'Glimpse.Core.Message.ITimelineMessage' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<PersistMessages>b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Core.Message.ITraceMessage]' has been subscribed to all 'Glimpse.Core.Message.ITraceMessage' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Mvc.Message.IExecutionMessage]' has been subscribed to all 'Glimpse.Mvc.Message.IExecutionMessage' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<PersistMessages>b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Mvc.AlternateType.View+Render+Message]' has been subscribed to all 'Glimpse.Mvc.AlternateType.View+Render+Message' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__3' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ValueProvider1+ContainsPrefix+Message[System.Web.Mvc.IUnvalidatedValueProvider]' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<Setup>b__4' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ValueProvider1+ContainsPrefix+Message[System.Web.Mvc.IValueProvider]' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__5' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ValueProvider1+GetValue+Message[System.Web.Mvc.IUnvalidatedValueProvider]' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<Setup>b__6' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ValueProvider1+GetValue+Message[System.Web.Mvc.IValueProvider]' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__7' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ModelBinder+BindModel+Message' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__8' on type 'Glimpse.Mvc.Tab.ModelBinding+<>c__DisplayClass9' has been subscribed to all 'Glimpse.Mvc.AlternateType.ModelBinder+BindProperty+Message' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Mvc.AlternateType.ViewEngine+FindViews+Message]' has been subscribed to all 'Glimpse.Mvc.AlternateType.ViewEngine+FindViews+Message' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<PersistMessages>b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.Mvc.AlternateType.View+Render+Message]' has been subscribed to all 'Glimpse.Mvc.AlternateType.View+Render+Message' messages. |
2013-03-04 17:03:27.5604 | DEBUG | Method 'b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.AspNet.AlternateType.RouteBase+ProcessConstraint+Message]' has been subscribed to all 'Glimpse.AspNet.AlternateType.RouteBase+ProcessConstraint+Message' messages. | 2013-03-04 17:03:27.5604 | DEBUG | Method '<PersistMessages>b__0' on type 'Glimpse.Core.Extensions.TabContextExtensions+<>c__DisplayClass11[Glimpse.AspNet.AlternateType.RouteBase+GetRouteData+Message]' has been subscribed to all 'Glimpse.AspNet.AlternateType.RouteBase+GetRouteData+Message' messages. |
2013-03-04 17:03:27.5684 | DEBUG | Setup IInspector of type 'Glimpse.Core.Inspector.TraceInspector'. |
2013-03-04 17:03:27.6724 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IDependencyResolver'. |
2013-03-04 17:03:27.7984 | DEBUG | Replaced IDependencyResolver of type 'Nop.Web.Framework.Mvc.NopDependencyResolver' with proxy implementation. |
2013-03-04 17:03:27.7984 | DEBUG | Setup IInspector of type 'Glimpse.Mvc.Inspector.DependencyInjectionInspector'. |
2013-03-04 17:03:27.8225 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IControllerFactory'. |
2013-03-04 17:03:27.8225 | DEBUG | Proxied IControllerFactory of type 'System.Web.Mvc.DefaultControllerFactory'. |
2013-03-04 17:03:27.8225 | DEBUG | Setup IInspector of type 'Glimpse.Mvc.Inspector.ExecutionInspector'. |
2013-03-04 17:03:27.8515 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.ValueProviderFactory'. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.ChildActionValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.FormValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.JsonValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.RouteDataValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.QueryStringValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8695 | INFO | Replaced ValueProviderFactory of type 'System.Web.Mvc.HttpFileCollectionValueProviderFactory' with proxy implementation. |
2013-03-04 17:03:27.8805 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IModelBinder'. |
2013-03-04 17:03:27.8805 | INFO | Replaced IModelBinder of type 'System.Web.Mvc.HttpPostedFileBaseModelBinder' with proxy implementation. |
2013-03-04 17:03:27.8805 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IModelBinder'. |
2013-03-04 17:03:27.8805 | INFO | Replaced IModelBinder of type 'System.Web.Mvc.ByteArrayModelBinder' with proxy implementation. |
2013-03-04 17:03:27.8805 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IModelBinder'. |
2013-03-04 17:03:27.8805 | INFO | Replaced IModelBinder of type 'System.Web.Mvc.LinqBinaryModelBinder' with proxy implementation. |
2013-03-04 17:03:27.8805 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IModelBinder'. |
2013-03-04 17:03:27.8805 | INFO | Replaced IModelBinder of type 'System.Web.Mvc.CancellationTokenModelBinder' with proxy implementation. |
2013-03-04 17:03:27.8965 | DEBUG | get_Binders method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.8965 | DEBUG | set_Binders method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.8965 | DEBUG | GetFilteredModelProperties method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.8965 | DEBUG | _binders method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.8965 | DEBUG | _resourceClassKey method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.8965 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.DefaultModelBinder'. |
2013-03-04 17:03:27.9305 | INFO | Replaced IModelBinder of type 'Nop.Web.Framework.Mvc.NopModelBinder' with proxy implementation. |
2013-03-04 17:03:27.9485 | DEBUG | get_Binders method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.9485 | DEBUG | set_Binders method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.9485 | DEBUG | GetFilteredModelProperties method of type 'System.Web.Mvc.DefaultModelBinder' is not proxyable. |
2013-03-04 17:03:27.9485 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.DefaultModelBinder'. |
2013-03-04 17:03:27.9615 | INFO | Replaced IModelBinder of type 'System.Web.Mvc.DefaultModelBinder' with proxy implementation. |
2013-03-04 17:03:27.9615 | DEBUG | Setup IInspector of type 'Glimpse.Mvc.Inspector.ModelBinderInspector'. |
2013-03-04 17:03:27.9615 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IViewEngine'. |
2013-03-04 17:03:27.9745 | INFO | Replaced IViewEngine of type 'Nop.Web.Framework.Themes.ThemeableRazorViewEngine' with proxy implementation. |
2013-03-04 17:03:27.9745 | DEBUG | Setup IInspector of type 'Glimpse.Mvc.Inspector.ViewEngineInspector'. |
2013-03-04 17:03:27.9745 | DEBUG | get_Constraints method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_Constraints method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | get_DataTokens method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_DataTokens method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | get_Defaults method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_Defaults method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | get_RouteHandler method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_RouteHandler method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | get_Url method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_Url method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | get_RouteExistingFiles method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | set_RouteExistingFiles method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:27.9745 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Routing.Route'. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | DEBUG | get_Constraints method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_Constraints method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | get_DataTokens method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_DataTokens method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | get_Defaults method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_Defaults method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | get_RouteHandler method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_RouteHandler method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | get_Url method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_Url method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | get_RouteExistingFiles method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | set_RouteExistingFiles method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | _url method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | _parsedRoute method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | HttpMethodParameterName method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | _routeExistingFiles method of type 'System.Web.Routing.Route' is not proxyable. |
2013-03-04 17:03:28.0055 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Routing.Route'. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Mvc.RouteCollectionExtensions+IgnoreRouteInternal' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Mvc.RouteCollectionExtensions+IgnoreRouteInternal' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0055 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Routing.IRouteConstraint'. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Mvc.Routes.GuidConstraint' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Mvc.Routes.GuidConstraint' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.String' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Seo.GenericPathRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'Nop.Web.Framework.Localization.LocalizedRoute' with proxy implementation. |
2013-03-04 17:03:28.0235 | INFO | Replaced Route of type 'System.Web.Routing.Route' with proxy implementation. |
2013-03-04 17:03:28.0235 | DEBUG | Setup IInspector of type 'Glimpse.AspNet.Inspector.RoutesInspector'. |
2013-03-04 17:03:29.2956 | DEBUG | get_Binders method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | set_Binders method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | _binders method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | _getFiltersThunk method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | _instanceDescriptorCache method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | _staticDescriptorCache method of type 'System.Web.Mvc.ControllerActionInvoker' is not proxyable. |
2013-03-04 17:03:29.2956 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.ControllerActionInvoker'. |
2013-03-04 17:03:29.3236 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3236 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3316 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:29.3506 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3506 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3506 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3636 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3636 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3636 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3636 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3636 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:29.3826 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:29.3826 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:29.3826 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:29.4106 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IValueProvider'. |
2013-03-04 17:03:29.4326 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IUnvalidatedValueProvider'. |
2013-03-04 17:03:29.4326 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IValueProvider'. |
2013-03-04 17:03:29.4416 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IUnvalidatedValueProvider'. |
2013-03-04 17:03:29.4416 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IValueProvider'. |
2013-03-04 17:03:30.2777 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IView'. |
2013-03-04 17:03:30.2777 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'Index', with proxy implementation. |
2013-03-04 17:03:30.6957 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:30.6957 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:30.6957 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:30.7067 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:30.7067 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:31.2858 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZone', with proxy implementation. |
2013-03-04 17:03:31.2858 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:31.3008 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:31.3008 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:31.3008 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:31.8319 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'Nop.Plugin.Widgets.NivoSlider.Views.WidgetsNivoSlider.PublicInfo', with proxy implementation. |
2013-03-04 17:03:31.8789 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:31.8909 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:31.8909 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:31.8909 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:32.6309 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'TopicBlock', with proxy implementation. |
2013-03-04 17:03:32.7249 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:32.7249 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:32.7329 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:32.7329 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:35.5032 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'HomepageCategories', with proxy implementation. |
2013-03-04 17:03:36.0973 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'HomepageProducts', with proxy implementation. |
2013-03-04 17:03:36.1033 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ProductBox', with proxy implementation. |
2013-03-04 17:03:36.1263 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZone', with proxy implementation. |
2013-03-04 17:03:36.1263 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ProductBox', with proxy implementation. |
2013-03-04 17:03:36.1373 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZone', with proxy implementation. |
2013-03-04 17:03:36.1373 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ProductBox', with proxy implementation. |
2013-03-04 17:03:36.1373 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZone', with proxy implementation. |
2013-03-04 17:03:36.1683 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:36.1683 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:36.1813 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:36.1813 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:36.2093 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IActionFilter'. |
2013-03-04 17:03:36.2143 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IResultFilter'. |
2013-03-04 17:03:36.2143 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IAuthorizationFilter'. |
2013-03-04 17:03:36.2143 | DEBUG | Methods inspected via proxy generation hook on type 'System.Web.Mvc.IExceptionFilter'. |
2013-03-04 17:03:36.8624 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'HomePagePolls', with proxy implementation. |
2013-03-04 17:03:36.8744 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZone', with proxy implementation. |
2013-03-04 17:03:37.6904 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ColumnsThree', with proxy implementation. |
2013-03-04 17:03:37.6904 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ColumnsThree', with proxy implementation. |
2013-03-04 17:03:37.6944 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'WidgetsByZ

@nikmd23
Copy link
Member

nikmd23 commented Mar 5, 2013

It looks like your last comment was cut off. Can you repeat?

@avanderhoorn
Copy link
Member

Also lets talk about what we can do for make this error more useful.

  • In the error message make it look to see if the required script tags a present
  • If the server errors out, provide an error message in the payload (instead of nothing) which the client can display

Any other ideas?

@Mpdreamz
Copy link

Mpdreamz commented Mar 5, 2013

I'm getting the exact same behavior. Here is my output:

2013-03-05 11:45:46.0895 | DEBUG | RuntimePolicy set to 'ExecuteResourceOnly' by IRuntimePolicy of type 'Glimpse.Core.Policy.GlimpseResourcePolicy' during RuntimeEvent 'ExecuteResource'. | 
2013-03-05 11:45:46.1595 | FATAL | Error executing resource result of type 'Glimpse.Core.ResourceResult.CacheControlDecorator'. | System.NullReferenceException--Object reference not set to an instance of an object.--   at Glimpse.AspNet.SerializationConverter.ListOfRouteModelConverter.GetRouteData(IEnumerable`1 routeData)
    at Glimpse.AspNet.SerializationConverter.ListOfRouteModelConverter.Convert(List`1 routes)
    at Glimpse.Core.Extensibility.JsonNetSerializationConverterAdapter.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
    at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value)
    at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Formatting formatting, JsonSerializerSettings settings)
    at Glimpse.Core.ResourceResult.JsonResourceResult.Execute(IResourceResultContext context)
    at Glimpse.Core.Framework.GlimpseRuntime.ExecuteResource(String resourceName, ResourceParameters parameters)

@ghost
Copy link
Author

ghost commented Mar 5, 2013

This is my error:

2013-03-04 17:03:44.0781 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' during RuntimeEvent 'EndRequest'. |
2013-03-04 17:03:44.0931 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' during RuntimeEvent 'EndRequest'. |
2013-03-04 17:03:44.2771 | DEBUG | RuntimePolicy set to 'ExecuteResourceOnly' by IRuntimePolicy of type 'Glimpse.Core.Policy.GlimpseResourcePolicy' during RuntimeEvent 'ExecuteResource'. |
2013-03-04 17:03:44.3951 | FATAL | Error executing resource result of type 'Glimpse.Core.ResourceResult.CacheControlDecorator'. | System.NullReferenceException--Object reference not set to an instance of an object.-- at Glimpse.Mvc.SerializationConverter.ListOfViewsModelConverter.GetDetails(ViewsModel model)
at Glimpse.Mvc.SerializationConverter.ListOfViewsModelConverter.Convert(List`1 models)
at Glimpse.Core.Extensibility.JsonNetSerializationConverterAdapter.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Glimpse.Core.Extensibility.JsonNetConverterDictionaryKeysAreNotPropertyNames.WriteJson(JsonWriter writer, Object value, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable(JsonWriter writer, JsonConverter converter, Object value, JsonContract contract, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value)
at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Formatting formatting, JsonSerializerSettings settings)
at Glimpse.Core.ResourceResult.JsonResourceResult.Execute(IResourceResultContext context)
at Glimpse.Core.Framework.GlimpseRuntime.ExecuteResource(String resourceName, ResourceParameters parameters)
2013-03-04 17:03:44.9912 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' during RuntimeEvent 'EndRequest'. |
2013-03-04 17:03:44.9912 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' during RuntimeEvent 'EndRequest'. |

@ghost
Copy link
Author

ghost commented Mar 5, 2013

Is this an improvement or a bug?

@nikmd23
Copy link
Member

nikmd23 commented Mar 5, 2013

@Mpdreamz, You issue is slightly different than @thenrich2009's.

As such, I've opened #281 to track the progress separately.

@thenrich2009, thank you for submitting this bug. I've updated the title to reflect the specific problem.

@nikmd23
Copy link
Member

nikmd23 commented Mar 6, 2013

@thenrich2009,

Can you provide some information about the view model(s) that are being used to render the page you experience the problem on?

@ghost
Copy link
Author

ghost commented Mar 6, 2013

It's the home page from NopCommerce at nopcommerce.codeplex.com

@nikmd23
Copy link
Member

nikmd23 commented Mar 19, 2013

@thenrich2009 Thanks for pointing out NopCommerce.

I've downloaded the bit and have Glimpse up and running on them with this fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants