dll paths

  • Thread starter Thread starter DaveP
  • Start date Start date
D

DaveP

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

Thanks
DaveP
 
DaveP said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DLL and Application Config 1
DLL path 3
Calling C#Dll from Vb6 7
DLL loading Question 5
app can't find needed dll 6
Inherit app 1
Enterprise library connection when dll app created. 1
Serial Communications 2

Back
Top