Closed chrisdevita closed 7 years ago
Thanks for the report. Just out of curiosity, which config is your connection string information in? Or is it in multiple?
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.
Alright, thanks. It may be a regression because I thought at one point it worked.
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).