Re: [Mono-dev] Can run my apps

2010-02-16 Thread Stifu

I think the System.ComponentModel.Win32Exception implies the application(s)
you are trying to run rely on Windows DLLs, and therefore won't run out of
Windows.

You could use MoMA to confirm this: http://www.mono-project.com/MoMA
-- 
View this message in context: 
http://n4.nabble.com/Can-run-my-apps-tp1556267p1557322.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Can run my apps

2010-02-16 Thread Stifu

Just to be sure, how do you try to run your application?
Through command line, you should do mono yourapp.exe. You can also right
click your exe and select Mono to run it.

Also, you could attach your application so we can have a look at it.
-- 
View this message in context: 
http://n4.nabble.com/Can-run-my-apps-tp1556267p1557537.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] moonlight

2010-02-16 Thread Andreas Färber
Hello,

Am 14.02.2010 um 16:15 schrieb Απόστολος Συρόπουλος:

 I would like to know whether there are any plans to make moonlight
 available to other platforms. For example, although it is possible  
 to compile
 moonlight on OpenSolaris, still the resulting binaries do not work.

At FOSDEM Andreia told me that Linux x86/amd64 were the only supported  
platforms but patches would be welcome for other platforms.

Cf. http://mono-project.com/MoonlightSupportedPlatforms

@shana: Microsoft appears to claim that FreeBSD and SolarisOS would  
also be supported by Novell, on their System Requirements page:
http://www.microsoft.com/silverlight/get-started/install/default.aspx

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


Re: [Mono-dev] moonlight

2010-02-16 Thread Απόστολος Συρόπουλος






 
 At FOSDEM Andreia told me that Linux x86/amd64 were the only supported  
 platforms but patches would be welcome for other platforms.
 
For starters, moonlight needs to find a way to stop using libunwind since this
library is almost a Linux-only thing. It has been partially ported only to 
hpux. 
Then it is necessary to allow the use of OSS since both OpenSolaris and
FreeBSD can use this infrastructure. ALSA is again a Linux-only thing.

A.S.

--
Apostolos Syropoulos
Xanthi, Greece

  
  
_
Hotmail: Αξιόπιστο email με την ισχυρή προστασία ενάντια στην ανεπιθύμητη 
αλληλογραφία που παρέχει η Microsoft.
https://signup.live.com/signup.aspx?id=60969___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] moonlight

2010-02-16 Thread Geoff Norton
libunwind is only used for debugging and 100% optional.

-g

On 2010-02-16, at 3:19 PM, Απόστολος Συρόπουλος wrote:

 
  
  At FOSDEM Andreia told me that Linux x86/amd64 were the only supported 
  platforms but patches would be welcome for other platforms.
  
 For starters, moonlight needs to find a way to stop using libunwind since this
 library is almost a Linux-only thing. It has been partially ported only to 
 hpux. 
 Then it is necessary to allow the use of OSS since both OpenSolaris and
 FreeBSD can use this infrastructure. ALSA is again a Linux-only thing.
 
 A.S.
 
 --
 Apostolos Syropoulos
 Xanthi, Greece
 
 
 
 Hotmail: Αξιόπιστο email με την ισχυρή προστασία ενάντια στην ανεπιθύμητη 
 αλληλογραφία που παρέχει η Microsoft. Εγγραφείτε 
 τώρα.___
 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-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-16 Thread Teravus Ovares
I also molded Mono.Data.SQLiteClient onto csharp-sqlite last weekend
and put it in the namespace Community.Data.SQLiteClient.
The Community.Data.SQLiteClient ADO support should make it simple for
people to use.

I sent a letter to the C# Sqlite group about it;
http://groups.google.com/group/csharp-sqlite/browse_thread/thread/e775361c98307176?pli=1

Regards

Dan

On Sat, Feb 13, 2010 at 11:11 PM, Daniel Morgan monodanm...@yahoo.com wrote:
 Thanks.

 I found the google group for it at 
 http://groups.google.com/group/csharp-sqlite?pli=1


 --- On Sat, 2/13/10, Alan McGovern alan.mcgov...@gmail.com wrote:

 From: Alan McGovern alan.mcgov...@gmail.com
 Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite  
 library from C to C#
 To: Daniel Morgan monodanm...@yahoo.com
 Cc: mono-devel-list@lists.ximian.com
 Date: Saturday, February 13, 2010, 7:14 PM
 Hey,

 Questions 1-3 would be best directed at the developer of
 csharp-sqlite. He is not affiliated with mono in any way
 (that I know of).

 As for the final question, I'm not aware of anyone
 writing an ADO.NET wrapper for csharp-sqlite.
 If someone were interested in creating one, i'm sure
 it'd be appreciated by the community though.


 Alan.

 On Sat, Feb 13, 2010 at 9:22 PM,
 Daniel Morgan monodanm...@yahoo.com
 wrote:

 I have asked some questions at the FAQ for csharp-sqlite.



 http://code.google.com/p/csharp-sqlite/wiki/FrequentlyAskedQuestions



 csharp-sqlite is a C# port of the SQLite library.  This is
 NOT a wrapper to a native library.  It is a 100% port of
 the C library to C#.



 http://code.google.com/p/csharp-sqlite/



 1. Can you provide the source zipped up in a .zip file or
 tarball as .tar.gz please?



 2. Is there a online forum or mailing list for this
 project? I have a feeling my questions here are not in the
 appropriate place.  Is there a Google Group for these
 questions?



 3. Can you provide a Download link and Download page
 listing packages that are zipped up or tarballs of sources
 and/or binaries please?



 I really want to try csharp-sqlite out, but I do not want
 to install HG (Mercurial).



 4. Is anyone working on an ADO.NET wrapper of
 csharp-sqlite where you have only one assembly that is a
 class library? Preferably based on .NET Framework 2.0.



 I have did an internet search, but I have not found anyone.
 The closest thing is what Tim did for Silverlight, but it
 does not use System.Data. All the incarnations of Mono's
 Sqlite libraries do not work for me because they still use
 native code. And I do not think System.Data.SQLite from 
 http://sqlite.phxsoftware.com/
 has support for csharp-sqlite. Does anyone know if
 phxsoftware will add support for csharp-sqlite?




 ___
 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


[Mono-dev] Mono: Issue running xsp on RHEL5

2010-02-16 Thread Purnima
Hi,

 

Problem: ASP.NET application not running on mono/xsp not running on Red Hat
Enterprise Linux 5 (RHEL5).

 

Steps carried out:

1.   I have a system with RHEL5.

2.   I have installed following the same sequence: 

a.   libgdiplus-2.4.2.tar.bz2 

b.  mono-2.4.2.3.tar.bz2

c.   mod_mono-2.4.2.tar.bz2 

d.  xsp-2.4.2.tar.bz2 

3.   All the above tar files were copied to '/root/opt/downloads'
folder.

4.   All of them were untarred  installed in the same above folder.

5.   For testing, I created a Test.cs file  executed using: mcs Test.cs
 mono Test.exe commands, which worked well.

6.   But, when I write 'xsp' command, it gives error: 'bash: xsp:
command not found'

7.   What am I doing wrong? 

a.   xsp not properly not installed 

b.  mono  other tar files not installed at the path '/usr/local'

c.   Apache/mod_mono needs to be used rather than xsp

 



Please provide necessary help/guidelines.


Regards,

Purnima K.



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


Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-16 Thread Daniel Morgan
The ado.net wrapper which is based on Mono.Data.SqlientClient works with 
csharp-sqlite.  See my reply at google groups about some suggestions.

Most importantly, can you default it to version 3 please?

http://groups.google.com/group/csharp-sqlite/browse_thread/thread/e775361c98307176


--- On Tue, 2/16/10, Teravus Ovares tera...@gmail.com wrote:

 From: Teravus Ovares tera...@gmail.com
 Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite  
 library from C to C#
 To: Daniel Morgan monodanm...@yahoo.com
 Cc: Alan McGovern alan.mcgov...@gmail.com, 
 mono-devel-list@lists.ximian.com
 Date: Tuesday, February 16, 2010, 4:01 PM
 I also molded Mono.Data.SQLiteClient
 onto csharp-sqlite last weekend
 and put it in the namespace Community.Data.SQLiteClient.
 The Community.Data.SQLiteClient ADO support should make it
 simple for
 people to use.
 
 I sent a letter to the C# Sqlite group about it;
 http://groups.google.com/group/csharp-sqlite/browse_thread/thread/e775361c98307176?pli=1
 
 Regards
 
 Dan
 
 On Sat, Feb 13, 2010 at 11:11 PM, Daniel Morgan monodanm...@yahoo.com
 wrote:
  Thanks.
 
  I found the google group for it at 
  http://groups.google.com/group/csharp-sqlite?pli=1
 
 
  --- On Sat, 2/13/10, Alan McGovern alan.mcgov...@gmail.com
 wrote:
 
  From: Alan McGovern alan.mcgov...@gmail.com
  Subject: Re: [Mono-dev] Questions about
 csharp-sqlite - port of the SQLite  library from C to C#
  To: Daniel Morgan monodanm...@yahoo.com
  Cc: mono-devel-list@lists.ximian.com
  Date: Saturday, February 13, 2010, 7:14 PM
  Hey,
 
  Questions 1-3 would be best directed at the
 developer of
  csharp-sqlite. He is not affiliated with mono in
 any way
  (that I know of).
 
  As for the final question, I'm not aware of
 anyone
  writing an ADO.NET wrapper for csharp-sqlite.
  If someone were interested in creating one, i'm
 sure
  it'd be appreciated by the community though.
 
 
  Alan.
 
  On Sat, Feb 13, 2010 at 9:22 PM,
  Daniel Morgan monodanm...@yahoo.com
  wrote:
 
  I have asked some questions at the FAQ for
 csharp-sqlite.
 
 
 
  http://code.google.com/p/csharp-sqlite/wiki/FrequentlyAskedQuestions
 
 
 
  csharp-sqlite is a C# port of the SQLite library.
  This is
  NOT a wrapper to a native library.  It is a 100%
 port of
  the C library to C#.
 
 
 
  http://code.google.com/p/csharp-sqlite/
 
 
 
  1. Can you provide the source zipped up in a .zip
 file or
  tarball as .tar.gz please?
 
 
 
  2. Is there a online forum or mailing list for
 this
  project? I have a feeling my questions here are
 not in the
  appropriate place.  Is there a Google Group for
 these
  questions?
 
 
 
  3. Can you provide a Download link and Download
 page
  listing packages that are zipped up or tarballs of
 sources
  and/or binaries please?
 
 
 
  I really want to try csharp-sqlite out, but I do
 not want
  to install HG (Mercurial).
 
 
 
  4. Is anyone working on an ADO.NET wrapper of
  csharp-sqlite where you have only one assembly
 that is a
  class library? Preferably based on .NET Framework
 2.0.



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


Re: [Mono-dev] Mono: Issue running xsp on RHEL5

2010-02-16 Thread Nagappan Alagappan
Hello Purnima,

On Tue, Feb 16, 2010 at 7:37 PM, Purnima pkavil...@melstar.com wrote:

  Hi,



 *Problem:* ASP.NET application not running on mono/xsp not running on Red
 Hat Enterprise Linux 5 (RHEL5).



 *Steps carried out:*

 1.   I have a system with RHEL5.

 2.   I have installed following the same sequence:

 a.   libgdiplus-2.4.2.tar.bz2

 b.  mono-2.4.2.3.tar.bz2

 c.   mod_mono-2.4.2.tar.bz2

 d.  xsp-2.4.2.tar.bz2

 3.   All the above tar files were copied to ‘/root/opt/downloads’
 folder.

 4.   All of them were untarred  installed in the same above folder.

 5.   For testing, I created a Test.cs file  executed using: mcs
 Test.cs  mono Test.exe commands, which worked well.

 6.   But, when I write ‘xsp’ command, it gives error: ‘bash: xsp:
 command not found’

XSP is not installed in PATH.

Thanks
Nagappan

  7.   What am I doing wrong?

 a.   xsp not properly not installed

 b.  mono  other tar files not installed at the path ‘/usr/local’

 c.   Apache/mod_mono needs to be used rather than xsp





 Please provide necessary help/guidelines.


 Regards,

 Purnima K.


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




-- 
Linux Desktop (GUI Application) Testing Project -
http://ldtp.freedesktop.org
http://nagappanal.blogspot.com
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list