Page 1 of 1

irrlicht.net dll

Posted: Fri Mar 31, 2006 12:28 pm
by Marv
hi it has been a long time that i didn't write on this forum well but i have a problem with my compiler with VS in c# i copy the exact source in the help with the good reference and i have that problem>>>>

It compiles, but your program throws an exception like this: "An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module. Additional information: File or assembly name Irrlicht.NET, or one of its dependencies, was not found."

after it's write that solution>>>>

Solution: You are missing the file Irrlicht.DLL. Copy it where Visual studio can find it, and where Irrlicht.NET.Dll also is.

but i have always my problem and like if make that solution my VS don't want to find the Irrlicht.NET.DLL i don't know why? can someone tell me why please :?:

Posted: Fri Mar 31, 2006 12:37 pm
by DeusXL
Try to copy Irrlicht.dll in Windows/System32 directory (to test).

By the way, you have VS 2K5 or .NET 2K3 ?

Posted: Fri Mar 31, 2006 5:49 pm
by Marv
i have the VS 2K5

(sorry if i made some error i am FRENCH :D )

Posted: Fri Mar 31, 2006 5:59 pm
by Guest
for more precision i have de VS 2k5 beta 2,i made what you sayd and it make the same problem :? have you got an other solution :?:

Posted: Fri Mar 31, 2006 9:46 pm
by Guest
I've got the same problem. Copying irlicht.dll to system32 and to bin/debug of the application doesn't work. What else can I do?
I'm using VS2005.

Thanks

Posted: Thu Jul 13, 2006 8:36 am
by lordcool
Irrlicht.dll
not Irrlicht.NET.dll

Posted: Fri Jul 14, 2006 5:41 am
by shurijo
1) Yeah, add a reference to Irrlicht.NET.dll in your project.

2) Then copy the Irrlicht.dll to your debug/bin (and release/bin).