Hi:
Has anybody experienced the following issue with the EntLib 3.1 configuration tool? :
I implemented my own Formatter class extending Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.LogFormatter abstract class, when I try to load the assembly including my formatter class to set it as a Custom Formatter into the EntLib library tool I get the following error message:
There were no types found in the assembly "Util" that implement or inherit from the base type: "Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.LogFormatter"
Notes:
- I already tried to make an strong named assembly.
- I already build and tested the formatter class.
- VS integrated configuration tool does not load correctly the app.config file that I started from scratch with the configuration tool located at : D:\Program Files\Microsoft Enterprise Library 3.1 - May 2007\Bin, It only shows the applciation structure.
Regards
Luis