Hybrid View
-
28 Jul 2007 10:40 AM #1
Linux porting
Last edited by fermo111; 7 Aug 2007 at 1:13 PM. Reason: Updated URLS to reflect new site
-
28 Jul 2007 11:02 PM #2
In my ubuntu i have this:
** (JSBuilder.exe:25133): WARNING **: The following assembly referenced from /home/nassaja/Desktop/js-builder-mono/JSBLib.dll could not be loaded:
Assembly: System.Runtime.Serialization.Formatters.Soap (assemblyref_index=2)
Version: 2.0.0.0
Public Key: b03f5f7f11d50a3a
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/nassaja/Desktop/js-builder-mono).
** (JSBuilder.exe:25133): WARNING **: Could not load file or assembly 'System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Stacktrace:
at (wrapper remoting-invoke-with-check) JSBuild.MainForm..ctor (string) <0x0002a>
at (wrapper remoting-invoke-with-check) JSBuild.MainForm..ctor (string) <0xffffffff>
at JSBuild.Program.Main (string[]) <0x000a4>
at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>-= miu-miu =-
Linux, Perl, GNU, Open Source, Ajax, Ubuntu 9.04
-
29 Jul 2007 1:53 AM #3
Libraries
Libraries
Check that you have these:
sudo apt-get install libmono-system-runtime2.0-cil
sudo apt-get install libmono-winforms2.0-cil
-
31 Jul 2007 2:41 AM #4
It work! but it very ugly )
-= miu-miu =-
Linux, Perl, GNU, Open Source, Ajax, Ubuntu 9.04
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote