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

Valid config file could not be found when config transform files are present #12

Closed chrisdevita closed 7 years ago

chrisdevita commented 7 years ago

For web applications a valid config file could not be found. After a bit of investigating I found that this happens when there are config transform files associated with the Web.config file (Web.Debug.config and Web.Release.config).

mthamil commented 7 years ago

Thanks for the report. Just out of curiosity, which config is your connection string information in? Or is it in multiple?

chrisdevita commented 7 years ago

Its in web.config. I was just testing using the default web application project template that visual studio provides. When I deleted the extra config files the document generator worked.

mthamil commented 7 years ago

Alright, thanks. It may be a regression because I thought at one point it worked.

mthamil commented 7 years ago

This is fixed in v2.1.1.