Adding Path of Dependent assembly to manifest file

  • Thread starter Thread starter Jatinder
  • Start date Start date
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.
 
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
 
Back
Top