I have a DLL that I just added the Exception Management Application Block . The default publisher works fine (writes to Event Viewer).

However, I want to use a custom publisher which requires an "application configuration file", such as application.exe.config. Theres an example on that page (I'm using the same exact custom publisher and trying to use the same exact configuration file... at least until I get it working, then I'll customize it.)

It seems like my application.dll.config file isn't being read by the application. I haven't used the Application Configuration files before, so I don't know if I'm doing it right or not. I just copied the XML on that page to myDLL.dll.config and put it in the same directory as my DLL.

Any ideas?