J
John
Hi all,
How do I programmatically check for the existence of a DLL in the BIN folder
prior to using it?
I don't want to hard-code the path (i.e.
"C:\InetPub\wwwroot\mysite\bin\MyDLL.dll").
I was simply thinking about programmatically attempting to create an
instance of the DLL and handle the error if it didn;t exist but was thinking
if there is some better method.
Regards
John.
How do I programmatically check for the existence of a DLL in the BIN folder
prior to using it?
I don't want to hard-code the path (i.e.
"C:\InetPub\wwwroot\mysite\bin\MyDLL.dll").
I was simply thinking about programmatically attempting to create an
instance of the DLL and handle the error if it didn;t exist but was thinking
if there is some better method.
Regards
John.