mthamil / EFDocumentationGenerator

A Visual Studio plugin for the Entity Framework designer which pulls MS_Description properties from a database and populates an entity model with them.
Apache License 2.0
11 stars 5 forks source link

Exception when running Update Model from Database #13

Open MichaelSteinecke opened 7 years ago

MichaelSteinecke commented 7 years ago

2017-08-18 14_28_19-microsoft visual studio

Log from "Entity Documentation Generator" is: 2017-08-18 14:27:54:2943: ------ Starting documentation generation for project: ....\Data\Adam64DataModel\Adam64DataModel.csproj ------ 2017-08-18 14:27:55:0103: Documentation generation succeeded

Log "Entity Data Model" is empty the edmx file is unchanged afterwards

I get this error when I run Update Model from Database. VS2017 15.3 Enterprise Entity Framework 6.1.3 SqlServer Express 2012 local installation EFDocumentationGenerator is Version | 2.0.0.34

mthamil commented 7 years ago

Do you know if this occurred on 15.2, or is this the first time you've tried it?

MichaelSteinecke commented 7 years ago

Hello

So far I haven't tried it with earlier versions of VS. I can perform a test tomorrow, though.

Am 21. August 2017 15:10:22 MESZ schrieb mthamil notifications@github.com:

Do you know if this occurred on 15.2, or is this the first time you've tried it?

On Aug 18, 2017 7:38 AM, Torgrimm notifications@github.com wrote:

[2017-08-18 14_28_19-microsoft visual studio]https://user-images.githubusercontent.com/6099045/29458967-f7d86d1a-8421-11e7-8814-0b3f2f928f21.png

Log from "Entity Documentation Generator" is: 2017-08-18 14:27:54:2943: ------ Starting documentation generation for project: ....\Data\Adam64DataModel\Adam64DataModel.csproj ------ 2017-08-18 14:27:55:0103: Documentation generation succeeded

Log "Entity Data Model" is empty the edmx file is unchanged afterwards

I get this error when I run Update Model from Database. VS2017 15.3 Enterprise Entity Framework 6.1.3 SqlServer Express 2012 local installation

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mthamil/EFDocumentationGenerator/issues/13, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA_2DWsDDkcuX45VGLi2O7OMvleF1shjks5sZYXUgaJpZM4O7gCK.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/mthamil/EFDocumentationGenerator/issues/13#issuecomment-323740659

-- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

daiplusplus commented 6 years ago

I'm experiencing the same problem, using VS 15.3.5, extension version 2.1.0.41.

mthamil commented 6 years ago

Alright, so if you could please zip up your edmx and optionally include create scripts for your database tables and send them to me, that would help immensely. You can try to sanitize any sensitive info if you wish, but I don't have a lot to go on and I promise I'm not going to publish it anywhere. I understand if you're still not comfortable with that.

daiplusplus commented 6 years ago

@mthamil sure - what's your email address?

mthamil commented 6 years ago

Please send to matthamilton@live.com.

TreeFrog123 commented 5 years ago

@Torgrimm I have also encountered this problem.My solution is to remove all entities from the model and re-add them.