DllNotFoundException

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
TGT
Earned a small fee
Earned a small fee
Posts: 17
Joined: Thu Dec 15, 2005 8:09 pm

DllNotFoundException

Post by TGT »

Hi,
I tried to run wxnet under windows, but all i got is a
System.DllNotFoundException: Unable to load DLL 'wx-c'
at wx.App.wxApp_ctor()
at wx.App..ctor( )
at test.Main( )

for my own application (but the mentioned dll is in the same folder as the app and in system32) and the samples of the prebuild package of wxnet doesn't to anything. (except terminating directly after I started them :roll: )

-- but they are all in the same folder! :shock: (wx.NET-0.7.2-Windows-Build/Bin)

Any ideas?
Thanks, Tom
Post Reply