c# - Could not load assembly -


i have normal winforms app. run , calls logic in .dll (another project part of solution). error (my own exception) saying not load assembly etc etc.

i've used assembly log viewer not find issue - found windows service program uses installed/deployed on account. winforms app calls service, in turn calls logic in own , different .dlls.

could issue? thanks

if use filedialog , open/save/write file directory other 1 contains exe/dlls, change programs working directory if not set filedialog.restoredirectory = true. 1 caused me fits while, , explain why appears intermittent.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -