Jake Soenneker
Jake Soenneker

Reputation: 179

How to get access to XNA reference in windows form application

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

Answers (1)

Jake Soenneker
Jake Soenneker

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

Related Questions