I created a custom provider and want to know if there is a way in my app.config to specify the directory location of my provider.dll? Does the provider assembly have to be in the same directory as the hosting application?
Printable View
I created a custom provider and want to know if there is a way in my app.config to specify the directory location of my provider.dll? Does the provider assembly have to be in the same directory as the hosting application?
Yes, it should be in the same directory, unless you install it into GAC, define probing path or different code base.