Gigs_ wrote:
Dino Viehland wrote:
Is this on a 64-bit machine? IronPython is a neutral EXE so it'll
run at 64-bit on a 64-bit machine and 32-bit on a 32-bit machine. It
looks like XNA is a 32-bit only assembly:
http://www.start64.com/index.php?option=com_content&task=view&id=19
el Foord
Sent: Tuesday, June 17, 2008 9:06 AM
To: Discussion of IronPython
Subject: Re: [IronPython] ironpython xna problem
Hello Gigs_,
That error definitely means that IronPython isn't finding the assemblies.
What happens if you copy the XNA assemblies into the same directory as
the
o:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Tuesday, June 17, 2008 9:06 AM
To: Discussion of IronPython
Subject: Re: [IronPython] ironpython xna problem
Hello Gigs_,
That error definitely means that IronPython isn't finding the assemblies.
What happens if you copy the XNA assemblies
Paul Turbett wrote:
Are the XNA assemblies in the same directory as your script? I don't
think they are in the GAC, so unless they in the same place as the ipy
script, or a directory in your path, they won't be loaded.
L8r, Paul
Gigs_ wrote:
Hi all!
i want to run some iron
Hi all!
i want to run some ironpython xna script, but all the tim im getting
error. I tried this in c# and it is working, i have installed directx
runtime, xna studio 2.0 and xna framework. later i tried with xna 3.0
and same thing
this is error:
Could not load file or assembly 'Microsoft.X