-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Error on debugging my website #1445
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
Comments
Is the code running as Release / optimized? Local variables like this may be removed by optimizations. Try running under Debug instead. |
I think this is a bug in VS - see: http://stackoverflow.com/questions/36284093/visual-studio-2015-update-2-rtm-and-rc-debugging-context-not-available |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
- Test both Node8 and Node10 on Windows and Linux - Only test Node8 on MacOS, since the ASP.NET Core 2.1.X templates are incompatible with Node10 on macOS - aspnet/Templating#608 - Move Windows build to "Hosted VS2017" pool which has more agents - We would rather use the "Hosted" pool, but "npm restore" currently fails on agents in this pool - Remove "Preview" from Mac pool name
* Use ascii decoding routine that disallows null chars - GetAsciiString() in newer corefxlab builds allows 0 (which is a valid ascii char). To avoid future regressions, GetAsciiStringNonNullCharacters() was added and used in place of GetAsciiString() when interpreting the request line and headers - Make GetAsciiStringNonNullCharacters return empty instead of null
Hallo,
when i debug my Website and set a breakpoint i can't watch my variables.
I got the error:
error CS0103: The name 'model' does not exist in the current context
See Picture attached.
How can i fix this.
thx
Jens

The text was updated successfully, but these errors were encountered: