How to get engine work?
How to get engine work?
I can't get engine code to work - it compiles, but throws exception :'System.IO.FileNotFoundException: The specified module could not be found... - what should I do to avoid this? (If have already put Irrlicht.DLL and Irrlicht.NET.Dll in my prog bin folder...)
-
- Posts: 370
- Joined: Mon Aug 29, 2005 10:54 pm
- Location: http://web.utk.edu/~pfox1
-
- Posts: 370
- Joined: Mon Aug 29, 2005 10:54 pm
- Location: http://web.utk.edu/~pfox1
It looks like you are probably missing the Irrlicht.dll file. You have to copy that into your executable folder in addition to the Irrlicht.NET.dll file.
You probably want to copy both files to the \debug and \release folders within your project directory.
I've been using Irrlicht with VS2005 express without any major problems.
You probably want to copy both files to the \debug and \release folders within your project directory.
I've been using Irrlicht with VS2005 express without any major problems.
3D in .NET - Who would've guessed!