File Placement Options in C#

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
 
C

Carl Daniel [VC++ MVP]

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
 

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

Top