-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load file or assembly 'System.Runtime, Version=4.2.0.0' or one of its dependencies #110
Comments
I have placed the dll inside Visual studio install path, i am getting the below error now. Unable to perform function evaluation on the process being debugged.
Additional information:-
Evaluation timed out
at Microsoft.VisualStudio.DebuggerVisualizers.Impl.VisualizerObjectProvider.Create(IVisualizerObjectProviderInternal visualizerObjectProviderInternal)
at ClrCustomVisualizerVSHost.ClrCustomVisualizerVSHostHelper.DisplayValue(IntPtr hWnd, SuccessEvaluationResultProxy evaluationResult, Int32 selectedIndex, DkmApiVersion protocolVersion) But one thing i noticed, once i called the .Compile() on the expression it started working. Is this expected? |
Once you called Could you add a reference to https://www.nuget.org/packages/ExpressionTreeToString/ and call the ToString extension method on your expression?
|
A possibly relevant link: dotnet/standard#481 (comment) |
I've isolated this to the use of Costura on the debugger side; using Costura on the debuggee side doesn't cause a problem. Also, the problem is only with .NET Core projects. |
@babula38 Could you try the latest release? And install to the VS install path. |
@zspitz thanks, it is working now, if I install it in visual studio installer directory. |
blow are some details which might help you.
below is the expression.
Do let me know if you some other information also.
The text was updated successfully, but these errors were encountered: