-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Creating C# WPF apps crash VS with ArgumentNullException #19351
Comments
Fixed yesterday in #19357. |
@Pilchie Wasn't this pushed to VSUML? I just upgraded to the latest build which contains 20170509.8 and I'm still seeing the crash. |
Should have been I think. @tmeschter ? |
And @jasonmalinowski who I think did this insertion. |
@mattscheffer Can you provide a dump? Dumps always make the mysterious clear. |
Provided dump via email. Can send again if needed. Reopening bug as this is still crashing VS in vsuml |
Need link to the dump to investigate. |
Your dump doesn't seem to match the stack trace above. The dump crashes here: StreamJsonRpc.RemoteInvocationException: Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.DesignerAttributes.AbstractDesignerAttributeService.<TryAnalyzeProjectInCurrentProcessAsync>d__5.MoveNext() Which is an issue that @heejaechang is fixing here: #19466 |
Resolving as dupe of https://devdiv.visualstudio.com/DevDiv/_workitems?id=433730&_a=edit |
Version Used:
VSUML 26507.1
Steps to Reproduce:
Expected Behavior:
Project creates successfully and you are able to work on it.
Actual Behavior:
Project creates followed by crashing VS.
Exception:
The text was updated successfully, but these errors were encountered: