Reputation: 179
I am trying to get access to the Vector2 objects in a form application, but when I add the refence to XNA.Framework it says that it cannot be found. (But clearly the file exists) Any way to mitigate around this?
Upvotes: 1
Views: 392
Reputation: 179
I had my build in AnyCPU, thus it was building in x64 natively. I simply right clicked the solution in Solution Explorer, went to Configuration Manager, and created a new build platform. (x86) Builds. :)
Upvotes: 1