¡@

Home 

c# Programming Glossary: projecta

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

format System.BadImageFormatException I have two projects ProjectA and ProjectB . ProjectB is a console application which depends.. . ProjectB is a console application which depends on ProjectA . Yesterday everything was working fine but suddenly today when.. was unhandled Could not load file or assembly 'ProjectA Version 1.0.0.0 Culture neutral PublicKeyToken null' or one..

Referenced library isn't copied

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

library isn't copied I have ProjectA WPFApplication that references ProjectB ClassLibrary . Inside.. is that it doesn't find ThirdParty.dll in output folder of ProjectA and xaml parse runtime exceprion is raised. There is no ThirdParty.dll.. to true. It works if i manually add in output folder of ProjectA that library and it also works if i use that ThirdParty.dll..