irrlicht.net dll

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Marv

irrlicht.net dll

Post 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 :?:
DeusXL
Posts: 114
Joined: Sun Mar 14, 2004 9:37 am
Contact:

Post by DeusXL »

Try to copy Irrlicht.dll in Windows/System32 directory (to test).

By the way, you have VS 2K5 or .NET 2K3 ?
Irrlicht .NET complete and Cross Platform Wrapper
The kid on my avatar wrote:A painless lesson is one without any meaning
Marv

Post by Marv »

i have the VS 2K5

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

Post 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 :?:
Guest

Post 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
lordcool
Posts: 15
Joined: Thu Jul 13, 2006 8:33 am

Post by lordcool »

Irrlicht.dll
not Irrlicht.NET.dll
shurijo
Posts: 148
Joined: Sat Feb 21, 2004 3:04 am

Post 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).
Post Reply