I have a DLL written in c# which works fine (what it is doing is of no consequence).
I then try and call in from VB6.
Again, all is well.
When I changed the c# code to use the app.config to store configuration data the VB6 code fails.
Now I know that the DLL's in .Net look for the app.config from the calling application, but VB6 does not have this.
Is this something that I have to live with, or is there another way?