Alright guys
It appears this error is quite common! I have tried
everything from looking at other peoples posts so if it’s ok, I would just like
to run what I have tried past you guys to make sure i haven’t missed anything
Ok so I have my game, created in XNA 2.0 with VS2005 and I
now want to run the game on another PC without Game Studio etc installed
I have compiled a “Release” version in VS2005 and this loads
and runs just fine on my development PC.
On the target PC, I have installed the following:
.NET 2.0 with SP1
DirectX 9.0C
XNA Runtime 2.0
When
I port the files across and attempt to launch I get a “Stopped Working” thing
which contains:-a CLR20r3 error with mscorelib, and has an unhandled exception
called “System.IO.filenotfound”
I know that this error hasn’t got anything to do with my
code, as i get the same error when i try to run a clean application and the “Game
State Management” sample on the target machine
Anything to help would be fantastic as this is driving me
nuts!
Kris