-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
New app from VS template fails #987
Comments
This could be a result of an issue with first time access to LocalDb, is this the first data access you've done on this install of VS? Could you try running the app again and see if it works? |
I tried to run the app many times. Each time I get the same error. I think @kirthik has the same problem |
@AndriySvyryd, fyi |
This could be related to Windows Auth not being supported on CoreCLR. |
Andriy is investigating for Beta. |
This seems more like a Tooling issue because this is an internal error that is handled by EF, if you continue past the error it creates the tables and continues running the application perfectly fine. |
I agree with Brennan. Some more info: |
Thanks @AndriySvyryd for the fix! For some more context on the resolution, here is what he said:
The fact that this was making VS crash is still concerning. @victorhurdugaci do you think there is some way we can redirect that part to VS? |
@mayurid can you please help us identify a VS contact? |
Talked to Reshmim and she is working on this. |
Expected: everything works out of the box
Actual:
The failure is consistent. It is not a one time only...
EF package: 7.0.0-beta1-11491 (from the release branch)
Code in template:
The text was updated successfully, but these errors were encountered: