hi,
I am having problem in using smile.dll(For C#) in Ubuntu using MonoDevelop. I am getting the following error:
** (/home/ailab/robocup/Shaukat/WorkingOnPaper/ShaukatML/KKbayesian/KKbayesian/bin/Debug/KKbayesian.exe:3113): WARNING **: The following assembly referenced from /home/ailab/robocup/Shaukat/WorkingOnPaper/ShaukatML/KKbayesian/KKbayesian/bin/Debug/KKbayesian.exe could not be loaded:
Assembly: smileNet (assemblyref_index=1)
Version: 1.1.3947.35896
Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/ailab/robocup/Shaukat/WorkingOnPaper/ShaukatML/KKbayesian/KKbayesian/bin/Debug/).
** (/home/ailab/robocup/Shaukat/WorkingOnPaper/ShaukatML/KKbayesian/KKbayesian/bin/Debug/KKbayesian.exe:3113): WARNING **: Could not load file or assembly 'smileNet, Version=1.1.3947.35896, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The same code ran successfully under windows but I am having problems while using it in required place(Ubuntu). What should I do to run it in Ubuntu??
Smile Error Using MonoDevelop in Ubuntu
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Smile Error Using MonoDevelop in Ubuntu
smilenet.dll is mixed-mode assembly, containing native C++ code for Win32 and MSIL for .Net. I don't believe you'd be able to use it on Linux, unless there's some tool in Mono for compiling managed C++.