I have been working on a project that has its source code stored on my flash drive. I've been bouncing back and forth between my friends house and my school to work on it. It wasn't until I brought the project home that I received any error and the project works on other computers.
Could not load file or assembly 'Microsoft.Xna.Framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d' or one of its dependencies. The system cannot find the file specified.
I have the .DLL, it's not corrupt (other projects reference it without error), I've reinstalled the Xna Framework 3.1. Nothing I've tried has worked - which makes sense because I don't know what I'm looking at.
Any ideas on what to do?

1 answers
i googled this a bit, do you have an x86 system or x64? change the build type from any CPU to the OS type u have.
answered 2 years ago by:
1556