Sponsored Content
Operating Systems Linux Ubuntu how to install win version of mono Post 302567879 by sahabcse on Tuesday 25th of October 2011 10:37:34 AM
Old 10-25-2011
mono is the linux-version of the .NET-framework. to make windows-applications that use the .NET-framework work in wine you have to install the windows-version of mono (=> the .NET-framework Image ) in wine.
try
sudo aptitude install mono-common
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Install Sco 5.0.5 with Win NT

Can you please tell me how to install the Sco 5.0.5 and Windows NT on to the same HDD. I am trying to install the same but the NT did not boots. I made partition for 1024MB on to the 3.5GB disk and install the unix first which infact gets install properly.Than I install the NT on the other... (1 Reply)
Discussion started by: ahmadnadeem
1 Replies

2. HP-UX

how can I install aC++ Compiler bundle Evaluation version

according those steps 1. Copy your 26 digit hexadecimal license key in a plain text (ASCII) file. 2. Save the file as aCC.cwd in the following location: /opt/aCC/newconfig/aCC.cwd 3. export the variable ST_CODEWORD to point to the file where the license key is stored. ... (0 Replies)
Discussion started by: alert0919
0 Replies

3. Shell Programming and Scripting

[Perl] How to install with CPAN specified version of module

Hello all, i am searching how to install a module but the question is : howto specify CPAN to install a determined version of the module ? In my case i want to install DBD:Oracle1.14 and not version 1.23 proposed ! Any idea welcome ! :rolleyes: Thanks ! (1 Reply)
Discussion started by: sun_cracker
1 Replies

4. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

5. UNIX for Dummies Questions & Answers

How to install new version of tar under solaris 9

Hello, I'm trying to install new version of tar under solaris "tar-1.23-sol9-sparc-local.gz" in Solaris, I downloaded this version from sunfreeware.com I unzip it and I found only binaire file no Readme... some one vcan help ?? Thanks (2 Replies)
Discussion started by: Sigma
2 Replies

6. Ubuntu

Install and configure ntp rpm on Ubuntu 13.10 version

Hello, I am new to ubuntu Server OS and so trying to setup and ntp service on couple of servers. I see ntp rpm is not installed. # dpkg --get-selections | grep -v deinstall | grep ntp ntpdate install # so I tried to installed ntp rpm using... (5 Replies)
Discussion started by: bobby320
5 Replies

7. UNIX for Beginners Questions & Answers

How to install older package version on Ubuntu 18.04?

Hello, I'm running Ubuntu 18.04 and I would like to install libboost-python version 1.46. Currently I have installed version 1.65: wakatana@local-machine:~$ dpkg -l | grep libboost-python ii libboost-python-dev 1.65.1.0ubuntu1 amd64 ... (1 Reply)
Discussion started by: wakatana
1 Replies
dbsessmgr(1)							   User Commands						      dbsessmgr(1)

NAME
dbsessmgr - session state database manager SYNOPSIS
mono dbsessmgr.exe [options] DESCRIPTION
dbsessmgr allows you to manage the ASP.NET session state database. OPTIONS
--clean Remove all expired sessions. --remove Delete all sessions. --show Display session data. CONFIGURATION
You can choose the assembly and type used to connect to your database backend and also set the connection string and the SQL parameter pre- fix through the configuration file, named dbsessmgr.exe.config. The configuration shipped by default is: <appSettings> <add key="DBProviderAssembly" value="Npgsql"/> <add key="DBConnectionType" value="Npgsql.NpgsqlConnection"/> <add key="DBConnectionString" value="SERVER=127.0.0.1;USER ID=monostate;PASSWORD=monostate;dbname=monostate"/> <add key="DBParamPrefix" value=":" /> </appSettings> AUTHORS
dbsessmgr was written by Jackson Harper (jackson@ximian.com). SEE ALSO
mono(1),xsp(1),asp-state(1),mod_mono(8) MORE INFORMATION
The Mono project (http://www.go-mono.com) is a collaborative effort led by Novell (http://www.novell.com) to implement an open source ver- sion of the .NET Framework. dbsessmgr 2.6.4 28 May 2004 dbsessmgr(1)
All times are GMT -4. The time now is 01:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy