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

HUD not displaying data #1034

Open
GabrielMagurean opened this issue May 14, 2020 · 2 comments
Open

HUD not displaying data #1034

GabrielMagurean opened this issue May 14, 2020 · 2 comments

Comments

@GabrielMagurean
Copy link

GabrielMagurean commented May 14, 2020

Hi,

I am working on an ASP .NET Framework v4.6 MVC 5 app, I cannot get the Glimpse HUD to display any data... I get this:

No data has been found. This could be caused because:

  • the data is still loading by the client, or
  • no data has been received from the server (check to see if the data & metadata payloads are present), or
  • no plugin has been loaded, or
  • an error has been thrown in the client (please check your JavaScript console and let us know if anything is up).

I have installed from NuGet: Glimpse 1.8.6, Glimpse.ADO 1.7.3, Glimpse.AspNet 1.9.2, Glimpse.EF6 1.6.5, Glimpse.MVC5 1.5.3.

The erros I have in the logs are:

Exception loading 'Glimpse.Core.Extensibility.ITab' of type 'Glimpse.AspNet.Tab.Cache'. | System.Reflection.TargetInvocationException--Exception has been thrown by the target of an invocation.-- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at Glimpse.Core.Framework.ReflectionDiscoverableCollection1.GetConcreteTypes(Assembly assembly, List1 results)>>TypeInitializationException--The type initializer for 'Glimpse.AspNet.Tab.Cache' threw an exception.--Void .ctor()>>NullReferenceException--Object reference not set to an instance of an object.--Void .cctor()

and

2020-05-14 13:41:22.9789 | FATAL | AppDomain with Id: '18' and BaseDirectory: 'path to app here' has been unloaded. Any in memory data stores have been lost. Reason for shutdown: Change Notification for critical directories.;bin dir change or directory rename;HostingEnvironment initiated shutdown;Change Notification for critical directories.;bin dir change or directory rename;Change in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\20b30f4c\6103a0c2\hash\hash.web;Change Notification for critical directories.;bin dir change or directory rename;Change Notification for critical directories.;bin dir change or directory rename;Change in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\20b30f4c\6103a0c2\hash\hash.web;Change Notification for critical directories.;bin dir change or directory rename;Change Notification for critical directories.;bin dir change or directory rename;Change in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\20b30f4c\6103a0c2\hash\hash.web;Change Notification for critical directories.;bin dir change or directory rename;Change Notification for critical directories.;bin dir change or directory rename;HostingEnvironment caused shutdown |

What could I do ? I have read all the google pages about this :(

@GabrielMagurean
Copy link
Author

GabrielMagurean commented May 14, 2020

image
this is what I call the HUD, don't really know why.. I have seen it in one of many pages I have read while investigating

@GabrielMagurean
Copy link
Author

I also have this in the Console:
"Failed to load resource: the server responded with a status of 404 () Glimpse.axd:1"

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

No branches or pull requests

1 participant