-
Notifications
You must be signed in to change notification settings - Fork 676
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
Error processing 'variables' request. Unknown Error: 0x8000211d #3926
Comments
@gregg-miskelly do you have any insights in to what could be happening here? |
@rspaulino Are you still seeing this problem? What version of .NET Core is your app running on? |
@gregg-miskelly I just tested again and still happening.
Here is the project hope this can help: |
Thanks. I can reproduce the problem. I will take a look at what is going on. |
This is a bug with our handling of |
@gregg-miskelly great!, thanks. |
I am facing the same error. I tried to remove decimal properties just to test what @gregg-miskelly said about the problem and worked. |
@gregg-miskelly is there any timeline on the next build with this fix please |
@gregg-miskelly I used 1.23.3beta 3 and still had this issue |
Hopefully today, #4091 will fix this. |
Fixed by #4091 |
The same error happens on VS for mac, are you guys related to that one as well? Thanks. |
@eestein Thanks. We will work with the VS for Mac team to get the fix deployed there too. |
Same happening on VSCode for Windows. App is in .NET 5, how do I get the exception for you guys? |
@darkguy2008 are you using the latest vscode and omnisharp. This particular issue was fixed for me on windows and mac. |
@darkguy2008 If you are still seeing this using the current C# extension (1.23.6) please open a new issue and include a debugger log. Information about the types of all the variables you have in the current frame would also be useful. |
Issue Description
When I set a breakpoint and try to watch the value of a variable I get the following message
Error processing 'variables' request. Unknown Error: 0x8000211d
Steps to Reproduce
dotnet new web --no-https -n api
dotnet new sln
dotnet sln add api
dotnet run --project api
Set Breakpoint to see the value of transaction
curl -X POST http://localhost:5000/deposit -H "Content-Type: application/json" -d '{"Id":102,"Amount":200,"Comment":"rent"}'
Expected Behavior
Expected to see an object with this values: '{"Id":102,"Amount":200,"Comment":"rent"}'`
Actual Behavior
The variable show this value:
Error processing 'variables' request. Unknown Error: 0x8000211d
Logs
OmniSharp log
C# log
Environment information
VSCode version: 1.47.2
C# Extension: 1.22.1
Mono Information
OmniSharp using global mono :6.10.0Dotnet Information
.NET SDK (reflecting any global.json): Version: 5.0.100-preview.7.20366.6 Commit: 0684df3a5bRuntime Environment:
OS Name: Mac OS X
OS Version: 10.15
OS Platform: Darwin
RID: osx.10.15-x64
Base Path: /usr/local/share/dotnet/sdk/5.0.100-preview.7.20366.6/
Host (useful for support):
Version: 5.0.0-preview.7.20364.11
Commit: 53976d38b1
.NET SDKs installed:
3.1.200 [/usr/local/share/dotnet/sdk]
3.1.202 [/usr/local/share/dotnet/sdk]
3.1.300 [/usr/local/share/dotnet/sdk]
3.1.301 [/usr/local/share/dotnet/sdk]
3.1.302 [/usr/local/share/dotnet/sdk]
5.0.100-preview.7.20366.6 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.0-preview.7.20365.19 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.16 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.17 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.18 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.19 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.20 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.6 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.0-preview.7.20364.11 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: