[Mono-list] port mono runtime between linux systems without installation
Phoenix87
oli-phoenix at gmx.de
Wed Jul 29 07:00:24 EDT 2009
Hi,
i need mono to run an application wich is written in C# from .net Framework
2.0. My problems is that this application have to run on windows, linux and
solaris and should not install anything (only copy and execute). At first i
try windows to extract a portable mono with the application. I find a way
and it runs great on all other windows system. On Linux i also compile mono
and extract the important parts i need. But if i port it to an other linux
mono say that the mscorlib is not in /opt/mono/lib/mono/2.0/mscorlib.dll.
That's right because on the linux where i compile and install it is this the
right path. Is there a way to port mono without installation on linux?
the files i use:
.
|-- bin
| `-- mono
|-- etc
| `-- mono
| |-- 2.0
| | |-- Browsers
| | | `-- Compat.browser
| | |-- DefaultWsdlHelpGenerator.aspx
| | |-- machine.config
| | |-- settings.map
| | `-- web.config
| |-- browscap.ini
| |-- config
| `-- mconfig
| `-- config.xml
|-- lib
| `-- mono
| |-- 2.0
| | `-- mscorlib.dll
| `-- gac
| |-- Mono.Security
| | `-- 2.0.0.0__0738eb9f132ed756
| | `-- Mono.Security.dll
| |-- System
| | `-- 2.0.0.0__b77a5c561934e089
| | `-- System.dll
| |-- System.Configuration
| | `-- 2.0.0.0__b03f5f7f11d50a3a
| | `-- System.Configuration.dll
| |-- System.EnterpriseServices
| | `-- 2.0.0.0__b03f5f7f11d50a3a
| | `-- System.EnterpriseServices.dll
| |-- System.Web
| | `-- 2.0.0.0__b03f5f7f11d50a3a
| | `-- System.Web.dll
| |-- System.Web.Services
| | `-- 2.0.0.0__b03f5f7f11d50a3a
| | `-- System.Web.Services.dll
| `-- System.Xml
| `-- 2.0.0.0__b77a5c561934e089
| `-- System.Xml.dll
|-- testapp_cs.mono << my app
`-- testapp_cs.mono.config << config fpr
the app
--
View this message in context: http://www.nabble.com/port-mono-runtime-between-linux-systems-without-installation-tp24716933p24716933.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list