File Placement Options in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an executable and serveral different dlls written in C# in the 2003 environment. I want to have one of the dlls run from a different directory than the default executable directory. (example exe in C:\program files\C Executable and dll in C:\dll directory). Is this possible, and if so, how does one do this

Thank
 
Arbiter said:
I have an executable and serveral different dlls written in C# in the
2003 environment. I want to have one of the dlls run from a
different directory than the default executable directory. (example
exe in C:\program files\C Executable and dll in C:\dll directory).
Is this possible, and if so, how does one do this.

You might want to post this question in a C# newsgroup, such as
microsoft.public.dotnet.languages.csharp. This is a C++ newsgroup.

-cd
 
Back
Top