Search found 4 matches

by Horn
Sat Jun 04, 2005 2:44 am
Forum: Beginners Help
Topic: C# Compile Error
Replies: 3
Views: 276

I can the program to run when I use sharpdevelop and .10 but I still can't get it to work when compiled with the C# .Net beta.
by Horn
Fri Jun 03, 2005 10:40 pm
Forum: Beginners Help
Topic: C# Compile Error
Replies: 3
Views: 276

I've gotten the same program to work by using an older version of the wrapper and engine (0.9 I believe it is - I copied it from Quattro). Has anyone gotten the 0.10 release to work with C# Express?
by Horn
Fri Jun 03, 2005 5:17 pm
Forum: Open Discussion and Dev Announcements
Topic: Current .NET compatibility
Replies: 32
Views: 3101

Has anyone tried building a project using the C# Express Beta 2? I've setup a project, reference the .net wrapper, and copied the Irrlicht.dll to my projects directory but when I try to run it I get a file not found exception with the message "The specified module could not be found. (Exception...
by Horn
Fri Jun 03, 2005 4:23 am
Forum: Beginners Help
Topic: C# Compile Error
Replies: 3
Views: 276

C# Compile Error

When I try to compile a basic program using the Irrlicht engine I get this error: The specified module could not be found. (Exception from HRESULT: 0x8007007E) I have the Irrlicht.dll in my project dirctory, my system32 directory, and the bin directory. I'm using the latest VS 2005 C# Express beta. ...