Tuesday, June 22, 2010

VS 2010 64 bit issue solved

I needed to target x64 as the trial license for the imaging software I am testing was for 64 bit. If you set the "Platform target:" on the build tab of the project's properties to "Any CPU" instead of x64 it will work. The reason? The designer is 32 bit ONLY and can not see into a 64 bit assembly. Doing the Any CPU builds everything needed. What a hassle, glad I found a solution.

No comments:

Post a Comment