Adding Path of Dependent assembly to manifest file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SmF0aW5kZXI=?=

    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.

Working...