CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Provider Model

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    Provider Model

    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?

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Provider Model

    Yes, it should be in the same directory, unless you install it into GAC, define probing path or different code base.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured