08-26-2016 09:53 AM
Does anyone know why we can define a custom configuration file in an EXE but not in a .NET Interop Assembly?
Any way to use a custom ini file? So far the only way I can think of is use a post-build action, which seems overkill.
08-29-2016 10:10 AM
Hi Jim,
I think I found a related previous post and knowledge base article about using config files with executables containing .NET assemblies. However, this could count as a post build action, since you have to manually put in your own config file.
Regards,
Patrick B