blah blah blah is here! blah blah » Close

up0down
link

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?

last answered 2 years ago

1 answers

link

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.

Feedback