dotnet / ef6tools

This is the codebase for the Entity Framework 6 and LINQ-To-SQL designers.
MIT License
35 stars 14 forks source link

Improve error message when using a third party provider and the project has not been built #44

Open ErikEJ opened 1 year ago

ErikEJ commented 1 year ago

see https://github.com/ErikEJ/EntityFramework6PowerTools/issues/118

robertmclaws commented 1 year ago

The problem is... that message doesn't go away when you rebuild. You have to restart Visual Studio in order to get it to work. So a proper fix would hopefully include more than just catching the exception to throw a better error message.

ErikEJ commented 1 year ago

@robertmclaws Does unloading/reloading the project or close/re-open solution not work for you?