Referencing App.config file through a .NET class library DLL in ColdFusion 9
问题 I'm currently developing DLLs in .NET that use Entity Framework to access our database. It is my understanding that DLLs do not have ties with the same App.config files as exe applications do. Through a good amount of research, I have learned that DLLs do not contain App.config and are best left agnostic(config) so the program using the DLL can determine the config. I'm receiving this error and am sure that the connection string is defined in my app.config: System.InvalidOperationException: