.net - C#: proprietary DLLs requiring access to my assemblies -


my solution uses proprietary assembly, when debugging solution throws exception saying can't find assembly meant 1 of projects in solution.

i cannot add reference proprietary assembly because have dll.

when compile single application directory , run app works fine, want debug.

where should assemblies placed if want proprietary assembly in solution see them?

i assume issue there no path specified , looking in default directory of kind.

this started.

http://msdn.microsoft.com/en-us/library/yx7xezcf(v=vs.100).aspx

also search msdn assemblyresolve, link additional articles deepen knowledge on subject.

hth!


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -