Re: [Mono-list] Mono UML

2006-12-22 Thread Mario Carrión
On 12/21/06, Maxim [EMAIL PROTECTED] wrote:
 Hello!

 I've tried to use Mono UML tool on FC5 with latest Mono 1.2.2, but fail.
 After installing binary file downloaded from Novell web-site, Mono UML
 produce errors like Could not load file or assembly 'glib-sharp,
 Version=2.0.0.0... in spite of latest version of glib-sharp exists in GAC.
 I simple copied all missing assembles to Mono UML /lib folder, but after
 it Mono UML produces error like attached.

 Could anyone tell me where I'm wrong or recommend other UML tool to use
 with Mono?
 Mono UML seems like unsupported (latest release date is May of 2005).
Get all source code from SVN and recompile it,  lastest binary release
was meant to be used with older Gtk#.

Regards,
Mario Carrión
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] FW: Mono on Ubuntu

2006-10-03 Thread Mario Carrión
On 10/3/06, Brown, Robert [EMAIL PROTECTED] wrote:

 Does anyone know how to get I get the latest version of Mono on Ubuntu?
 I have it installed via Synaptic but it's showing version 1.1.13.6 and
 if I'm not mistaken the latest is 1.1.18...
Upgrade to Edgy. Most recent version, 1.1.17.1 is there

Cheers
Mario Carrión
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] Comand line options

2006-09-21 Thread Mario Carrión
On 9/21/06, airraid75 [EMAIL PROTECTED] wrote:
 Hi to you all
 If i wrote  the line
 $mcs /resource:gui.glade -pkg:gtk-sharp MainWindow.cs
 the -pkg: option refer to 1.0.0.0 version in the gac,
 but i need the latest version of the assembly (2.4.0.0)...
 How can i wrote the comand line?
 Tank you very much
Use -pkg:gtk-sharp-2.0

Cheers
--
Mario Carrión
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] QProcess alternative in mono

2006-05-05 Thread Mario Carrión

On 5/5/06, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote:

Hi,
I'm a Qt developer. I want to port my application to mono since my
client want to sell it as comercial application.
I have problem. I uses QProcess object in Qt to execute system process
or application (such as mplayer). I can give commands to  application
while it is running (such as fullecreen, mute, stop etc,). In mono
what is should I use in replacement of QProcess.

System.Diagnostics.Process might work but I'm not quite sure if you
can give commands while running.

Cheers
-
Mario Carrión [EMAIL PROTECTED]
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] Gtk objects

2006-03-31 Thread Mario Carrión
On 3/31/06, Tomas Olofsson [EMAIL PROTECTED] wrote:
 Hi
Hello

 I'm writing a client/server application and have divided the client in two
 classes. I have a gui-class and a functional-class.
 I have a big problem that I can't access and change the gtk object properties
 from the functional class, the program just hangs on the codeline and
 doesn't do anything. I can change regular variables
 like strings, int, double and so on but gtk objects don't respond.
 I have tried to set the gtk objects to public and also fetch them with
 set- and get-methods.

 Does anyone have an idea of what I have done wrong?
If you are changing from another Thread different than main see the
Responsive Applications article[1] for getting a solution.

[1] http://www.mono-project.com/Responsive_Applications

Cheers
-
Mario Carrión [EMAIL PROTECTED]
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] Java Mono

2006-02-26 Thread Mario Carrión
On 2/26/06, León Felipe Palafox Novack [EMAIL PROTECTED] wrote:

 Hello:

 I'm trying to run my Java applications using the instructions on the Mono
 webpage, but I cannot make the java compiler to run, it keeps showing me
 that it has'nt the gli.* archives, I'm running it on a windows XP OS.
Follow the sample[1] , you are missing either the stub files or aren't
adding the right parameters to javac.

Cheers
-
Mario Carrión [EMAIL PROTECTED]

[1] http://www.mono-project.com/Java
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] Mono for Ubuntu

2005-11-23 Thread Mario Carrión
On 11/23/05, Antonello Provenzano [EMAIL PROTECTED] wrote:
 Hi guys,

 I've been looking for some debs for Ubuntu, without success: I was
 unable, in fact, to find it on Debian.org or anywhere else. Is there
 any place I can find them?
Try

deb http://people.hazent.com/~jrp/ubuntu hoary breezy hazent

Cheers
-
Mario Carrión [EMAIL PROTECTED]
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] i18n

2005-11-08 Thread Mario Carrión
On 11/8/05, Carlos Ble [EMAIL PROTECTED] wrote:
 Hi!
 I am working in i18n with Mono.Posix. I have got build the project with
 autotools + i18n looking the f-spot files and this article:
Mono.Posix is deprecated.

http://www.thehouseofblogs.com/PLANETAA/20058/Mono_i18n_Globalization_usando_Mono_Posix.php
 and I think that the http://mono-project.com/Internationalization is
 incomplete or wrong because I tried with that example and doesnt work.
 It only works with .mo but no with .dll or maybe there is an unknown
 step.
 Thanks
No, the example is fine and works. If you see the first section you'll
see how to translated non-glade applications.

 ps - The documentation about autotools + i18n + mono doesnt exist and I
 think that even in some mono projects people doesnt understand
 directives from configure.in or Makefile.am, some people copies and
 pastes.
 Is a big handicap and a big work to investigate because my only tool is
 proof and error. I promise to write some documentation about this when
 we free the project. At the moment I recomend to read autobook despite
 is oriented to  C/C++ projects, and use automake1.8 instead of
 automake1.4 (default in my debian sid).
Yes, you are right, automake 1.4 is old and under automake 1.9 works
all the information written in the GNU Autootols tutorial, but that
version (1.4) still works and some projects are still using the macros
used in that version, that's why you might missunderstood some
configure.in/am

However, send a test case and the commands you use step-by-step for
testing the article.

Cheers
-
Mario Carrión [EMAIL PROTECTED]
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] XSP crash

2005-10-09 Thread Mario Carrión
On Sun, 2005-10-09 at 11:05 -0700, Nikita Novikov wrote:
 Problem report:
 1. I built mono and xsp from the latest sources (xxx.2) on Suse 10 RC1
 2. Started xsp
 3. On XP client started the browser with the http://ip of the xps
 server:8080
 4. Navigated to calendar sample. 
 5. Played with it a little
 6. On the server I see following output:
 ...
 Hit Return to stop the server.
 Application_Start
 ***glibc detected *** corrupted double-linked list: address ***
 Aborted.
  
 Did anyone have the same problem?
I'm getting something similiar, my error is... 

*** glibc detected *** free(): invalid next size (normal): 0x087a0908
***
Aborted

I don't know the reason.. this is the first time, using mono 1.1.9.1

Cheers
-- 
Mario Carrión [EMAIL PROTECTED]

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] tool to look at assembly

2005-10-07 Thread Mario Carrión
On Fri, 2005-10-07 at 03:14 -0400, Duncan Mak wrote:
 On Fri, 2005-10-07 at 09:05 +0200, Joeri Belis wrote:
  Hi,
  
  is there a tool in mono that can list the methods and properties of an
  assembly?
 
 Yes, it's called monop.
If you want to see more than properties and methods you can use MonoUML[1]

[1]http://www.monouml.org

Cheers
-- 
Mario Carrión [EMAIL PROTECTED]

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] Webservices and GtkSharp

2005-10-05 Thread Mario Carrión
On 10/5/05, Scaramella Luca [EMAIL PROTECTED] wrote:
 I'm trying to use MONO under w2k.
 The sample i've found at
 http://www.mono-project.com/Webservices_and_GtkSharp explains to me how to
 create a web service under gtk#.
 When i compile the RemoteWebService.cs with mcs i've got no errors.
 When i try to test it with Browser and xsp i've got this message:

 Description: Error compiling a resource required to service this request.
 Review your source file and modify it to fix this error.
 Error message:
 C:\DOCUME~1\LSCARA~1.DOM\IMPOST~1\Temp\lscara-temp-aspnet-0\3a9b368c\11085.0.cs(909,44)
 : error CS1002: Expecting `;'
 File name:
 d:\Programmi\Mono-1.1.9.1\etc\mono\1.0\DefaultWsdlHelpGenerator.aspx

 Any suggestion??
Your question is about running the RemoteWebService.dll? You can't
test it? Did you write the index.asmx file?[1]

[1] http://www.mono-project.com/Webservices_and_GtkSharp#Testing

Cheers
-
Mario Carrión [EMAIL PROTECTED]
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.Windows.Forms and mbas

2005-09-03 Thread Mario Carrión
On 9/2/05, Thomas Cleenewerck [EMAIL PROTECTED] wrote:
 I'm trying to get the following example working on winxp with mono-1.0.5: 
Upgrade to 1.1.8, works fine with me.


Cheers
-
Mario Carrión [EMAIL PROTECTED]


 
 imports System
 imports System.Windows.Forms 
 
 Module Hello 
 
sub Main()
 dim f as new System.Windows.Forms.Form()
 dim c as new Collection()
 Console.WriteLine(Hello World  vb.mono)
end sub 
 
 end module 
   
 I'm compiling the program using 
 mbas /r:System.Windows.Forms helloworld.vb 
   
 Upon execution I get the following error: 
Unhandled Exception: System.ArgumentException: Invalid Parameter. A null
 referen
 ce or invalid value was found.
 in 0x00073 System.Drawing.GDIPlus:CheckStatus
 (System.Drawing.Status)
 in 0x00182 System.Drawing.Font:FromHfont (intptr)
 in 0x00015 System.Windows.Forms.Control:get_DefaultFont
 ()
 in 0x001af System.Windows.Forms.Control:.ctor ()
 in 0x00010 System.Windows.Forms.ScrollableControl:.ctor
 ()
 in 0x00012 System.Windows.Forms.ContainerControl:.ctor ()
 in 0x00016 System.Windows.Forms.Form:.ctor ()
 in 0x0004c (wrapper remoting-invoke-with-check)
 System.Windows.Forms.Form:.cto
  r ()
 in 0x00028 Hello:Main () 
   
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] reverse engineering

2005-06-12 Thread Mario Carrión
On Sun, 2005-06-12 at 12:08 -0700, kamel Derouiche wrote:
 Dear,,
 
 can a do reverse engineering  under MONO ?, 
 
 Thank You 
 
This might not be the answer for your question, but if you want to do
reverse engineering you may try MonoUML[1] from doing it from any .NET
compiled binary :)

[1] http://www.monouml.org

-- 
Cheers
-
Mario Carrin [EMAIL PROTECTED]

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] [ANN] MonoUML 0.1a

2005-05-30 Thread Mario Carrión
MonoUML. CASE Tool

Annonuncing the release 0.1a of MonoUML, codename 'monalisa'

You can get it from:
http://forge.novell.com/modules/xfcontent/downloads.php/monouml

ABOUT
MonoUML is a CASE tool. Based on the mono framework, has a
main objective: be the most advanced CASE tool for mono developers.

CURRENT FEATURES
- Use Cases diagrams support.
- Classes diagrams partial support.
- Reverse Engineering from .NET assemblies.
- Code generation from UML models.

FUTURE FEATURES
- More Reverse Engineering, such as Importing from Source Code, from any
language.
- More Forward Engineering, such as Documentation Generation.
- Importing from some other formats, such as Rational Rose or Dia.
- Finish UML 2.0 Diagrams.
- Any idea?

HELPING THE PROJECT
MonoUML is being developed and all the help is needed. There are some
areas which you can help:
- Bugs related: detecting, reporting or fixing.
- Modules: improving and creating, we like fresh ideas.
- Features: telling us what you want, request! :)
- Writing documentation: tutorials, howto, translating and monodoc
documentation.
- ExpertCoder Project: fixing and improving. [1]
- Packaging: deb, rpm, tgz, etc.
- Talking about: Use the announce list or developers list from our
mailing lists, or IRC (irc.gimp.net in #monouml)
- There are some things to do, but you can help with anything else!

Bugs can be reported to:
http://bugzilla.monouml.org module MonoUML.
Mailing lists:
http://forge.novell.com/modules/xfmod/maillist/?group_id=1688
IRC
#monouml - irc.gimp.net
Website
http://www.monouml.org

[1] ExpertCoder. http://expertcoder.sourceforge.net

Cheers
---
Mario Carrin

-- 
Cheers
-
Mario Carrin [EMAIL PROTECTED]
http://www.monouml.org

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Cannot find Assembly ASP

2005-04-07 Thread Mario Carrión
On Thu, 2005-04-07 at 15:12 +0200, Gilles FAVIER wrote:
 Hi,
 
 I am trying to connect to an Oracle database, when i am running my script as 
 an exe file, it compiles and then when i execute it works but when i try to 
 it through a web page, i cannot compile the pages, i get the following error 
 message when i run : 
 
 mcs /t:library /out:WebTest.dll -r:System -r:System.Data 
 -r:System.Collections -r:System.ComponentModel -r:System.Drawing 
 -r:System.Web -r:System.Web.SessionState -r:System.Web.UI 
 -r:System.Web.UI.WebControls -r:System.Web.UI.HtmlControls 
 -r:System.Data.OracleClient  AssemblyInfo.cs Default.aspx.cs Global.asax.cs
 error CS0006: Cannot find assembly `System.Collections'
 Log:
 error CS0006: Cannot find assembly `System.ComponentModel'
 Log:
 error CS0006: Cannot find assembly `System.Web.SessionState'
 Log:
 error CS0006: Cannot find assembly `System.Web.UI'
 Log:
 error CS0006: Cannot find assembly `System.Web.UI.WebControls'
 Log:
 error CS0006: Cannot find assembly `System.Web.UI.HtmlControls'
 Log:
 Compilation failed: 6 error(s), 0 warnings
 
Try adding the '.dll' to the '-r's, example:

mcs /t:library /out:WebTest.dll -r:System.dll -r:System.Data.dll
-r:System.Collections.dll -r:System.ComponentModel.dll 

-- 
Cheers
--
Mario Carrión
http://monouml.sourceforge.net

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Re: [Fwd: Problemas con el mono en linux]

2005-02-09 Thread Mario Carrión
-- Original Message 
Subject: Problemas con el mono en linux
From:[EMAIL PROTECTED]
Date:Wed, February 9, 2005 1:15 am
To:  [EMAIL PROTECTED]
-

Hola compaerso de lista


he tenido problemas con instalar o compilar mono

1.probe desde fuentes, el mono fue bien pero el gtk# fue todo un
suplicio
y me di por rendido, usando fedora core 3

2. intente hacerlo desde rpms usando los que estan en el proeyto de mono
-
http://www.go-mono.com/archive/1.0.5/fedora-2-i386/

pero despues de instalar muchas dependencias el monodevelop me daba
error
al arrancar.

entonces pense, claro los paquetes son de fedora core 2, necesito fedora
core 2 no la 3 :P, por supuesto hoy me baje las imagenes de fedora core
2
y lo instale y baje de nuevo los paquetes de
http://www.go-mono.com/archive/1.0.5/fedora-2-i386/ , pero esta ves las
dependecias las solvente usando yum para evitar la mezcla de paquetes de
varias versionde de fedora o anteriores.

bueno luego de un rato ya todos los rpm se dejaron instalar, y que
alegria, pero al ejecutar monodevelop sigio dando el error siguiente el
que solo veo el splah de inicio de monodevelop:

[EMAIL PROTECTED] enzo]$ monodevelop
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
** Message: : u_strToLower error: U_FILE_ACCESS_ERROR
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown
by
the target of an invocation. --- System.InvalidCastException: Cannot
cast
from source type to destination type.
in 0x0005a Gnome.AppBar:get_Progress ()
in 0x0011e MonoDevelop.Gui.Components.SdStatusBar:.ctor
(MonoDevelop.Services.IStatusBarService)
in 0x00083 MonoDevelop.Services.DefaultStatusBarService:.ctor () in
(unmanaged) (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in 0x4 (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in 0x00097 System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
--- End of inner exception stack trace ---

in 0x000fb System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in 0x0001d System.Reflection.MonoCMethod:Invoke
(System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in 0x00044 System.Reflection.ConstructorInfo:Invoke (object[])
in 0x00153 System.Activator:CreateInstance (System.Type,bool)
in 0x00010 System.Activator:CreateInstance (System.Type)
in 0x00041 System.Reflection.Assembly:CreateInstance (string,bool) in
0x00017 System.Reflection.Assembly:CreateInstance (string)
in 0x000f3 MonoDevelop.Core.AddIns.AddIn:CreateObject (string)
in 0x00038 MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildItem
(object,System.Collections.ArrayList,MonoDevelop.Core.AddIns.Conditions.ConditionCollection)
in 0x0016f
MonoDevelop.Core.AddIns.DefaultAddInTreeNode:BuildChildItems
(object)
in 0x0004d
MonoDevelop.Core.Services.ServiceManager:InitializeServicesSubsystem
(string)
in 0x004db MonoDevelop.SharpDevelopMain:Main (string[])


podria alguien orientarme sobre que estoy haciendo mal, o que
distribucion
me recomiendan donde las cosas salgan mas rapido y sin tanta
incertidumbre


muchas gracias por su ayuda y perdon por lo extenso del correo


atentamente

enzo
Eduardo Garcia

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Status of System.Drawing.Printing

2005-01-29 Thread Mario Carrión
On Sat, 2005-01-29 at 15:38 +0100, Jan Kralji wrote:
 Hi developers,
 
 I'm trying to make some simple printing in Mono in linux with
 System.Drawing.Printing and i cannot do it because is not implementet
 jet? What is the status of that library??
 
 And my second question: is there any other way to pring using mono?
Try using Gnome.Print.

-- 
Cheers

Mario Carrin
http://marioc.blogspot.com


signature.asc
Description: This is a digitally signed message part


Re: [Mono-list] Question

2005-01-07 Thread Mario Carrión
On Thu, 06 Jan 2005 17:33:38 +, José Francisco Palma Soto
[EMAIL PROTECTED] wrote:
 
 Hello I'm From Mexico, I'm new in mono development I want to create an app
 in mono+glade I was able to build de GUI with Glade but I don't  Know how to
 manage events, signals, open and close windows, I want to do an APP form
 Small enterprises, could you help me? Where I found good tutorials,
 examples, etc? For example y open mi login windows, but  I don't know how to
 close it and open my main windows.
You should start reading the spanish-manuals written in Mono Hispano
(http://www.monohispano.org), try also using the monohispano's mailing
list. For writing GUI Apps you should read about the gtk-signals,
google for that information, there is a lot of information written.

Cheers
-- 
Mario Carrión
-
http://marioc.blogspot.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Problemas con dependencias! ayuda

2005-01-04 Thread Mario Carrión
On Tue, 2005-01-04 at 12:12 -0600, Mauro Parra Miranda wrote:
 Hola, 
 
 On Mon, 2005-01-03 at 13:53 -0600, Maikol Mejias Retana wrote:
 
  ya consegui apache2 pero los otros paquete no los eh podido encontrar en la 
  red! y ya llevo varios dias de intentar encontrarlo, quiciera saber, si 
  conocen de alguna direccion de donde los pueda descargar, 
  o si los tiene por favor les agradeceria si me los pudieran dar.
 
 Has intentado usar yast? probablemente resuelva todas las dependencias
 que tienes. Otra opcion es instalar redcarpet y ver si hay canal de mono
 para tu version de suse. 
 
 Por cierto, esta lista es en inglés. Si escribes en ese idioma es mas
 probable que recibas ayuda. 
Tal como dice Mauro, podrias probar la lista en Mono Hispano, si te
interesa escribir en español. http://www.monohispano.org/listas.php

Saludos
-- 
Mario Carrión

http://marioc.blogspot.com



signature.asc
Description: This is a digitally signed message part


Re: [Mono-list] Brazilian Gtk# developers?

2004-09-21 Thread Mario Carrión
Miguel de Icaza said:
 Hey,
 Are you a brazilian Gtk# developer?
 Tim Ney from the Gnome Foundation is looking for a few Brazilian
 folks that know Gtk# for the Gnome Forum in Iguazú in November.
 If you are interested in teaching a class, let me know.

And what about Mexican people? Any forum? Any group other than
monohispano? Any idea? Anything?

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


Re: [Mono-list] Mono: Bridge from Windows to Linux?

2004-08-27 Thread Mario Carrión
Hello Pedro

I guess it depends on the country, for example here in Mexico, .NET is
still an unknown technology, even for those developers who use MS Windows,
I guess that maybe in two years everyone will be using .NET with mono,
(about the Linux community).

I can't tell you the best distribution for running mono, I only know that
it exists in almost all the Linux/Unix versions; migrating to mono's .NET
depends on the time which you will spent learning the mono environment
(and contributing) and the user's experience with Unix/Linux. I can't tell
you the best distribution for running mono, but I can tell you that mono
works pretty good with Debian using the deb packages.

Is mono a valid .NET development environment? Yes, it is.

Regards
-- 
Mario Carrión

 Hello, I am here to share my experience in the portuguese .NET
 community. I have been a Mono user from version 0.3, and always have
 talked about mono in my blog. In the last few days, I have been asked
 several times on how to install Linux, what's the best distribuition to
 install, etc.
 This curiosity comes from Windows users that had never touched Linux.
 Mainly VB .NET programmers, but also C# programmers, that question them
 selfs if Mono is a valid .NET development environment, and want to try
 it.

 There where also some blog entries from the guys concerning the
 possibility of companies starting to use Mono and Linux, and they do not
 want to be left behind.

 I am curious about communitys from other countries, is this an isolated
 case?
 --
 Pedro Santos www.psantos.net
 Si minor plus est ergo nihil sunt omnia...
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list