Profiler exception

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
TedP
Posts: 2
Joined: Mon 28 Oct 2013 14:35

Profiler exception

Post by TedP » Mon 28 Oct 2013 14:51

Hi!

Wanted to try LINQ Insight out, and started the profiler on our current project, but the project then throws an exception when trying to instantiate the DbContext.

The innermost exception message is:
"Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)" with no reference to any assembly.

and this exception is contained within another exception with the message:
"The provider did not return a ProviderManifestToken string."

The project obviously runs just fine when LINQ Insight profiler isn't running.

Any hints?

Cheers,
Ted

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Profiler exception

Post by MariiaI » Tue 29 Oct 2013 07:55

We couldn't reproduce this issue in our environment.
Please specify the version of Entity Framework you are working with and, if possible, please send us a sample project, so that we are able to investigate this issue in more details.

Post Reply