[Mono-list] Muno usage problem

2004-06-05 Thread Alexander Panov
Hello,
my name is Alexander Panov. I am a .NET Developer. I found out MONO like an 
year ago, but now I really need to use it.
I have developed a .NET application in C# and i want to run it on Linux. I 
have SUSE 9.1 Pro.

The problem is that I can't run MONO neither on the SUSE Linux, nor on 
Windows XP.
I have downloaded the Beta2 Setup for Windows and the corresponding set of 
packages for SUSE Linux.
Under Windows i Setup Mono, and i don't know how to run a .NET application 
with it. There is no help file also.
Under SUSE(where i am a begginer) i installed the 54 packages and also don't 
know how to run my program.
Note that my idea is only to run a .NET application built with MS Visual 
Studio .NET 2003 with MONO on Linux (and Windows) and not to build new .NET 
applications using MONO compiler and environment(at least for now).

My request is:
give me a detailed instructions what I have to do in order to run an already 
build .NET program with MONO on both Linux and Windows(like you need to 
install this packages; after that run this tool or start your exe with this 
application or whatever it takes, but in a way to be followable)

or
send me a link whare it is described.
I can't find such on www.go-mono.com
Otherwise the idea is great and congratulations!
Looking forward to hearing from you.
Alex
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Muno usage problem

2004-06-06 Thread Chris Turchin
Hi Alex,

hopefully someone helped you with this already, but if not, here is my
short description:

In SUSE, assuming everything is working right after your installation,
should should be able to start a .net application on the command line by
using this syntax:

shell$> mono <.NET-executable-name>

CLI executables cannot be started directly by default in Linux by
default (there is a way to configure it to work, but i don't have the
howto link at hand right now, check the list archives for more info).

in windows, i have not used mono much, but i know it is at least
possible to start them the same way as in linux, that is, using "mono
" from the command line or from a batch file.


hope that helps.

regards,

--chris


On Sat, 2004-06-05 at 20:56, Alexander Panov wrote:
> Hello,
> 
> my name is Alexander Panov. I am a .NET Developer. I found out MONO like an 
> year ago, but now I really need to use it.
> I have developed a .NET application in C# and i want to run it on Linux. I 
> have SUSE 9.1 Pro.
> 
> The problem is that I can't run MONO neither on the SUSE Linux, nor on 
> Windows XP.
> I have downloaded the Beta2 Setup for Windows and the corresponding set of 
> packages for SUSE Linux.
> Under Windows i Setup Mono, and i don't know how to run a .NET application 
> with it. There is no help file also.
> Under SUSE(where i am a begginer) i installed the 54 packages and also don't 
> know how to run my program.
> Note that my idea is only to run a .NET application built with MS Visual 
> Studio .NET 2003 with MONO on Linux (and Windows) and not to build new .NET 
> applications using MONO compiler and environment(at least for now).
> 
> My request is:
> give me a detailed instructions what I have to do in order to run an already 
> build .NET program with MONO on both Linux and Windows(like you need to 
> install this packages; after that run this tool or start your exe with this 
> application or whatever it takes, but in a way to be followable)
> 
> or
> 
> send me a link whare it is described.
> 
> I can't find such on www.go-mono.com
> 
> Otherwise the idea is great and congratulations!
> 
> Looking forward to hearing from you.
> Alex
> 
> _
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
> http://join.msn.com/?page=features/junkmail
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Muno usage problem

2004-06-06 Thread Gonzalo Paniagua Javier
El sáb, 05-06-2004 a las 20:56, Alexander Panov escribió:

> My request is:
> give me a detailed instructions what I have to do in order to run an already 
> build .NET program with MONO on both Linux and Windows(like you need to 
> install this packages; after that run this tool or start your exe with this 
> application or whatever it takes, but in a way to be followable)

The windows installer tells you to run 'setmonopath.bat' which is in
INSTDIR\bin. That will set the path taht allows you to run 'mono
whatever.exe' and the other tools.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Muno usage problem

2004-06-06 Thread Chris Turchin
Hi Alex,

your experience sounds pretty normal for System.Windows.Forms and/or
System.Drawing applications. Both of these API's are still under heavy
development and I do not think you can expect many .NET apps depending
on them to run just yet. 

However, if you are interested in SWF development, do subscribe to the
list and there are many people here that are working on development in
these namespaces. There is even a winforms mailing list and other
resources available, check this link for more information:

http://go-mono.com/winforms.html

regards,

--chris

PS: my experience was as yours: your app ran fine with the microsoft 1.1
framework but neither with mono in windows or linux - i would say your
install is probably fine, but SWF is probably not quite there yet.
 

On Sun, 2004-06-06 at 20:24, Alexander Panov wrote:
> Hi Chris,
> 
> thanks for answering. I tryied to run my application with   shell$>mono 
> programName.exe   and i had some success. The program i indended to run 
> didn't succeed to run, but some other C# .NET programs i have - ran.
> 
> All console applications i tryied ran with no problem. Those with GUI - 
> didn't. Only one very simple form ran under Windows with MONO.
> An error message saying that my MONO components are out of sync resulted.
> It is verry likely that my installation is not fully successful.
> Actualy I couldn't install MONO Beta 2 on my windows XP. I succeeded to 
> install MONO Release 3.1.
> Regarding my SUSE installation - i installed Beta2, but some packages had 
> unresolved requrements - i don't know if it's normal or not for MONO Beta2 
> installation, but i couldn't find a way to resolve them.
> 
> I will please you to try running my 'ResizePictures' application with MONO 
> if you have everithing set-up and running. It is possible that this program 
> use some features not yet included in MONO, but i can't tell, while i don't 
> have 'proved-to-run' MONO. A test on a fully functional MONO will be very 
> helpfull for me, since i try to determine if it can be used on Linux with 
> MONO.
> 
> You can also try 'ResizePictures' on Windows XP/2000 with .NET Framework 1.1 
> and use it if you like it :)
> 
> Looking forward to hearing from you.
> Alex
> 
> 
> >From: Chris Turchin <[EMAIL PROTECTED]>
> >To: Alexander Panov <[EMAIL PROTECTED]>
> >CC: mono-list <[EMAIL PROTECTED]>
> >Subject: Re: [Mono-list] Muno usage problem
> >Date: Sun, 06 Jun 2004 14:22:46 +0200
> >
> >Hi Alex,
> >
> >hopefully someone helped you with this already, but if not, here is my
> >short description:
> >
> >In SUSE, assuming everything is working right after your installation,
> >should should be able to start a .net application on the command line by
> >using this syntax:
> >
> >shell$> mono <.NET-executable-name>
> >
> >CLI executables cannot be started directly by default in Linux by
> >default (there is a way to configure it to work, but i don't have the
> >howto link at hand right now, check the list archives for more info).
> >
> >in windows, i have not used mono much, but i know it is at least
> >possible to start them the same way as in linux, that is, using "mono
> >" from the command line or from a batch file.
> >
> >
> >hope that helps.
> >
> >regards,
> >
> >--chris
> >
> >
> >On Sat, 2004-06-05 at 20:56, Alexander Panov wrote:
> > > Hello,
> > >
> > > my name is Alexander Panov. I am a .NET Developer. I found out MONO like 
> >an
> > > year ago, but now I really need to use it.
> > > I have developed a .NET application in C# and i want to run it on Linux. 
> >I
> > > have SUSE 9.1 Pro.
> > >
> > > The problem is that I can't run MONO neither on the SUSE Linux, nor on
> > > Windows XP.
> > > I have downloaded the Beta2 Setup for Windows and the corresponding set 
> >of
> > > packages for SUSE Linux.
> > > Under Windows i Setup Mono, and i don't know how to run a .NET 
> >application
> > > with it. There is no help file also.
> > > Under SUSE(where i am a begginer) i installed the 54 packages and also 
> >don't
> > > know how to run my program.
> > > Note that my idea is only to run a .NET application built with MS Visual
> > > Studio .NET 2003 with MONO on Linux (and Windows) and not to build new 
> >.NET
> > > applications using MONO compiler and environment(at least for now).
> > >
> > > My request is:
> > > give me a deta