Adding Path of Dependent assembly to manifest file

J

Jatinder

Hi,

I have written dlls in c# that are being used by other applications.

My application works fine if I add these dlls to executable folder,but when
I place these dlls in another folder my application crashes.

Is there any way to load these dlls from folder other than executable folder.

If yes, How will I do that.

I have tried changing manifest file to add dependent assembly but no result.
 
K

Klaus-P. Heinz

Hi,
did you solve it? I 've got the same challenge.



Jatinde wrote:

Adding Path of Dependent assembly to manifest file
17-Jun-08

Hi

I have written dlls in c# that are being used by other applications

My application works fine if I add these dlls to executable folder,but when
I place these dlls in another folder my application crashes

Is there any way to load these dlls from folder other than executable folder

If yes, How will I do that

I have tried changing manifest file to add dependent assembly but no result.

Previous Posts In This Thread:

On Dienstag, 17. Juni 2008 10:08
Jatinde wrote:

Adding Path of Dependent assembly to manifest file
Hi

I have written dlls in c# that are being used by other applications

My application works fine if I add these dlls to executable folder,but when
I place these dlls in another folder my application crashes

Is there any way to load these dlls from folder other than executable folder

If yes, How will I do that

I have tried changing manifest file to add dependent assembly but no result.

EggHeadCafe - Software Developer Portal of Choice
Web parts and Form based authentication using SqlMembershipProvider
http://www.eggheadcafe.com/tutorial...53-d980bc8b26bd/web-parts-and-form-based.aspx
 

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