How can I debug a VB6 project that has a .net interop project which uses an app.config file? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T11:01:00Z http://stackoverflow.com/feeds/question/180828 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/180828/how-can-i-debug-a-vb6-project-that-has-a-net-interop-project-which-uses-an-app-c 3 How can I debug a VB6 project that has a .net interop project which uses an app.config file? Maudite 2008-10-07T23:31:50Z 2008-10-08T00:04:45Z <p>I have a .net interop project that uses an app.config file. When I am running the VB6 project that is using the interop control in Debug mode, the ConfigurationManager cannot find the app.config file. When I make the VB6 project into an exe and rename the app.config file to (VB6 binary name).exe.config, the ConfigurationManager can find the file.</p> <p><strong>Is there a way to rename the app.config file or change a setting so ConfigurationManager can find the app.config file while VB6 is running in debug mode?</strong></p> http://stackoverflow.com/questions/180828/how-can-i-debug-a-vb6-project-that-has-a-net-interop-project-which-uses-an-app-c/180895#180895 6 Answer by Alexander Kojevnikov for How can I debug a VB6 project that has a .net interop project which uses an app.config file? Alexander Kojevnikov 2008-10-07T23:58:49Z 2008-10-07T23:58:49Z <p>A dirty hack is to place the app.config file into the VB6 folder and rename it to vb6.exe.config</p>