WinForms app config manager is x86 and cannot reference assemblies that targets Any CPU

Posted by ivos on Stack Overflow See other posts from Stack Overflow or by ivos
Published on 2010-12-26T15:50:42Z Indexed on 2010/12/26 15:53 UTC
Read the original article Hit count: 332

Hi I'm using Win7 64x and Visual Studio 2010. I created a library/framework targeting Any CPU. Then I created a new WinForms project that uses that framework, leaving the default values of the wizard. I mean, I didn't change anything. When I reference my framework, VS cannot find the assemblies. If I go to the project properties, it is targeting Any CPU (as expected, I can change it if I want). But if I go to Configuration Manager, the only choice I have for that project is x86. And I guess that is the problem. I tried to add Any CPU as a new Target but I was unable to.

Could someone help me? :)

Thanks in advance!

© Stack Overflow or respective owner

Related posts about winforms

Related posts about visual-studio-2010