¡@

Home 

c# Programming Glossary: projectb

Could not load file or assembly … An attempt was made to load a program with an incorrect format (System.BadImageFormatException)

http://stackoverflow.com/questions/11370344/could-not-load-file-or-assembly-an-attempt-was-made-to-load-a-program-with-a

I have two projects ProjectA and ProjectB . ProjectB is a console application which depends on ProjectA.. I have two projects ProjectA and ProjectB . ProjectB is a console application which depends on ProjectA . Yesterday.. everything was working fine but suddenly today when I run ProjectB I get this BadImageFormatException was unhandled Could not load..

Referenced library isn't copied

http://stackoverflow.com/questions/7305953/referenced-library-isnt-copied

copied I have ProjectA WPFApplication that references ProjectB ClassLibrary . Inside ProjectB i have wpf window that uses control.. that references ProjectB ClassLibrary . Inside ProjectB i have wpf window that uses control from ThirdParty.dll wich.. from ThirdParty.dll wich i accordingly reference from ProjectB . The problem is that it doesn't find ThirdParty.dll in output..