I created a extremely simple solution in visual studio 2010, this solution has:
- A class library...and a class named "HelloWord"
- ASP.NET web site project...and one page inside it named "Home.aspx"
- Home.aspx calls "HelloWord" class
Problem: I have a Win7/64x machine and i want this project to compile as 64x (not Anycpu)...when i try to run i receive this message
System.BadImageFormatException: Could not load file or assembly...
Why?