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.