dll paths

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DaveP

    #1

    dll paths

    in the app config...how can i tell my app where dll's are
    without registering them

    Thanks
    DaveP


  • =?Utf-8?B?SHVzYW0gQWwtQScnYXJhag==?=

    #2
    RE: dll paths

    hi,
    try this:



    husam alaaaj


    "DaveP" wrote:
    in the app config...how can i tell my app where dll's are
    without registering them
    >
    Thanks
    DaveP
    >
    >
    >

    Comment

    • Andreas Mueller

      #3
      Re: dll paths

      DaveP wrote:
      in the app config...how can i tell my app where dll's are
      without registering them
      >
      Thanks
      DaveP
      >
      >
      If the DLLs are located under the applications base directory, you can
      extend the probing path via the app.config file:

      http://tinyurl.com/29svah

      HTH,
      Andy
      --
      You can email me by removing the NOSPAM parts below:
      xmen40NOSPAM@gm xNOSPAM.net

      Comment

      • DaveP

        #4
        Re: dll paths

        thank you much
        DaveP

        "DaveP" <dvs_bis@sbcglo bal.netwrote in message
        news:JozNi.3106 7$eY.6288@newss vr13.news.prodi gy.net...
        in the app config...how can i tell my app where dll's are
        without registering them
        >
        Thanks
        DaveP
        >
        >

        Comment

        Working...