Hi, > > Are you running under .NET or Mono? > > I compiled (on windows) the app with nant using mono-1.0 as a target > platform, and tried to run the app under mono as well. > > Filip >
You propabily have a etc/mono/config under your Mono root dir, on Linux this file theres this line: <dllmap dll="libintl" target="libc.so.6" /> It is ok for Linux but causes problem on Windows, I dont know if you have this line in your config, in my Mono 1.1.8 (Win32) I dont have it but I have on my Mono 1.1.10 under Linux. If you have this line, them remove and test agaim. Please let us know if works. Everaldo. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
