Hi
I have developed a custom pipeline that calls a custom class.
This class need to be able to read some information for a configuration file but I receive an error “This might be because no configuration file was found for your application”.
I know class libiers do not have their own .config files but use the the asscoatiated .exe config file.
To what configuration file would I add this information so my .dll can read it??