-
Notifications
You must be signed in to change notification settings - Fork 14
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
Designer failing on EF 6.5.1 #65
Comments
Can you share a repro or simple repro steps? |
|
@robertmclaws That looks like a duplicate of #31 actually |
It is not. It works just fine when you use the old provider. The problem is not with SDK-style projects, it's with parsing the provider string. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I know that getting the EDMX designer working with Microsoft.Data.SqlClient in EF 6.5.1 has not been a priority. However, the other day I was able to get the error message I usually get when attempting it to spit out a stack trace.
I thought maybe it would help track the issue down. I'd love to help... are there any instructions for how to build & install a custom version of the designer in VS?
I can repro this NRE consistently, so I'm happy to help any way I can. Thanks!
The text was updated successfully, but these errors were encountered: