D DaveP Oct 6, 2007 #1 in the app config...how can i tell my app where dll's are without registering them Thanks DaveP
G Guest Oct 6, 2007 #2 hi, try this: http://www.codeproject.com/cs/files...asp?df=100&forumid=24017&exp=0&select=1912477 husam alaaaj www.aaraj.net
hi, try this: http://www.codeproject.com/cs/files...asp?df=100&forumid=24017&exp=0&select=1912477 husam alaaaj www.aaraj.net
A Andreas Mueller Oct 6, 2007 #3 DaveP said: in the app config...how can i tell my app where dll's are without registering them Thanks DaveP Click to expand... 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
DaveP said: in the app config...how can i tell my app where dll's are without registering them Thanks DaveP Click to expand... 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