[Mono-list] Problems with ODBC connection.

2004-03-10 Thread beniniva
I've an ODBC connection test named TestODBC.cs (connecting to MySQL database with a connection string) that works correctly on Windows XP using Visual Studio.Net 2003, but not on Mono. I compiled and ran TestODBC.cs, but threre are errors. On Windows: >mcs TestODBC.cs -r System.Data.dll

[Mono-list] Problems with ODBC Connection

2004-03-10 Thread beniniva
I've an ODBC connection test named TestODBC.cs (connecting to MySQL database with a connection string) that works correctly on Windows XP using Visual Studio.Net 2003, but not on Mono. I compiled and ran TestODBC.cs, but threre are errors. On Windows: ->mcs TestODBC.cs -r System.Data.dll Co

[Mono-list] Problem with Mono-Develop gtk-sharp-0.18.tar.gz

2004-05-04 Thread beniniva
I've downloaded mono packages required for MonoDevelop but when I try to run "make" the compiler say: ditors.dll /r:System.Drawing /resource:./sample.glade error CS0006: Cannot find assembly `../../gnome/gnome-sharp.dll' Log: error

[Mono-list] Problem with Monodevelop gtk-sharp 0.91.1

2004-05-05 Thread beniniva
I've downloaded mono packages required for MonoDevelop but when I try to run "make" also version 0.91.1 give me problems... the compiler say: * make[3]: Entering directory `/root/Desktop/DaInstallare/Mono_develop/gtk-sharp-0.91.1/glib' /usr/local/bin/mcs /o

[Mono-list] Monodevelop 0.2

2004-05-26 Thread beniniva
Hi, I've Mono 0.31 on Linux Red Hat Fedora Core 1. I try to install MonoDevelop 0.2, but when I lunch ./configure, I obtain this: # [EMAIL PROTECTED] monodevelop-0.2]# ./configure --prefix='/usr' . . checking for mozilla-gtkmozembed >= 1.2... Package mozilla-gt

[Mono-list] Red Carpet and Fedora Core2

2004-06-07 Thread beniniva
I've replace RedHat Fedora Core 1 with Fedora Core 2. I would install Red Carpet but there isn't any packages for FC2 and the FC1 packages give me this error: "/usr/lib/red-carpet/red_extra/__init__.py:2:RuntimeWarning: Python C API version mistmatch for module xxx_red_extra:This Python has API

[Mono-list] Odbc connection via UnixODBC

2004-06-23 Thread beniniva
I've an odbc connection test, named Test.cs,connecting to MySQL database with a connection string that works correctly on Windows XP using Visual Studio.Net 2003, but not on Linux (FedoraCore2) with Mono (1 Beta) via unixODBC. [EMAIL PROTECTED] Desktop]# mcs Test.cs -r System.Da

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-28 Thread beniniva
Hi, thanks for your reply. I've created a symbolic link such as you suggest (ln -s libodbc.so odbc32.so), but I obtain the same error. Unhandled Exception: System.DllNotFoundException: odbc32 in <0x00053> (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle (System.Data.Odbc.OdbcHa

[Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-28 Thread beniniva
Hi, I've mono 1 Beta with Fedora Core 2. I try to test a connection string with MySQL Data Provider (ByteFx), compilation is all right but running failed: ## [EMAIL PROTECTED] mono]# mcs EsempioByteFX.cs -r System.Data.dll -r ByteFX.Data.dll Compilation succeeded [EMAIL PROTECT

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-29 Thread beniniva
Hi, I've just installed Mono Beta 3...but I've still problems: ## [EMAIL PROTECTED] mono]# mcs provaByteFX.cs -r System.Data.dll -r ByteFX.Data.dll Compilation succeeded [EMAIL PROTECTED] mono]# mono provaByteFX.exe

[Mono-list] Problem with libmod_mono.so

2004-06-30 Thread beniniva
Hi, I've Fedora Core 2 and Mono Beta3. I've downloaded all the rpm packages availability on http://www.go-mono.com/download.html. I've been trying to get Asp.Net and Apache to work together whit mod-mono but I've some problems. Apache config file: AddType application/x-asp-net .aspx .ashx .asm

Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread beniniva
Hi Brent, thanks for your reply. I've downloaded apache-devel package and I've installed that. So I've compiled with no problem mod_mono-0.11, but I've new problem installing that: [EMAIL PROTECTED] mod_mono-0.11]# make install Making install in src make[1]: Entering directory `/root/Desktop/Downl

Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread beniniva
I've created the folder "apache" in /usr/local/ and then I've installed mod_mono-0.11 with successfully. Now I've problems with apache: [EMAIL PROTECTED] root]# apachectl start Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/libmod_mono.so into server: /

Re: [Mono-list] Problem with libmod_mono.so

2004-07-02 Thread beniniva
Thank you very much! I've just installed httpd-devel-2.0.49-4 instead of apache-devel-1.3.31. But now I've another problem when I lunch "apachectl start": ** [EMAIL PROTECTED] root]# mono /usr/bin/mod-mono-server.exe --root /usr/share/doc/xsp/test/ --appl

Re: [Mono-list] Problem with libmod_mono.so

2004-07-02 Thread beniniva
Sorry, I'm very stupid! I've forgot the 's' MonoApplications "/mono:/usr/share/doc/xsp/test" it goes well!!! Thanks to all, Valentina. >Scrive [EMAIL PROTECTED]: > > Thank you very much! > > I've just installed httpd-devel-2.0.49-4 instead of apache-devel-1.3.31. > > But now I've anot

[Mono-list] WebServices and Mono

2004-07-14 Thread beniniva
Hi, I'm new in Mono and WebServices technology. Could anybody write me a simple web service cliente example (web application) of TestService.asmx (in /usr/share/doc/xsp/test). TestService.asmx - <%@ WebService Language="c#" Codebehind="TestService.asmx.cs" C

[Mono-list] WebService, SessionState and CookieContainer.

2004-07-16 Thread beniniva
Hi, I try to run a simple example of stateful web service. This example run well on windows with Explorer and IIS but no on Mono with mod_mono+Apache, why? In order to maintain stateful communication between a client application and a server application,I use session objects and the cookie contai

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-16 Thread beniniva
Sorry, Web services code is: Service1.asmx.cs client application code is:WebForm1.aspx.cs Valentina. >Scrive Jonathan Stowe <[EMAIL PROTECTED]>: > On Fri, 2004-07-16 at 09:14, [EMAIL PROTECTED] wrote: > > > The Web services code is: Contatore.asmx.cs > > The client application code is: Counter

[Mono-list] Error in web service method.

2004-07-19 Thread beniniva
Please help me! This example of Web Service run with success on Windows with VisualStudio and IIS, but when I try to run on Linux (FC2) with Mono (Beta1),I get this error : "The remote server returned an error: (500) Internal Server Error. Object reference not set to an instance of an object"

Re: [Mono-list] Error in web service method.

2004-07-20 Thread beniniva
Hi, when I try to test the web service LoginService.asmx (http://localhost/mono/LoginService.asmx), the method "Login" and "LogOut" go well, instead "TestLogin" give me only this message: - The remote server returned an error: (500) Internal Server Error. Object reference not se

Re: [Mono-list] Error in web service method.

2004-07-20 Thread beniniva
Hi, the C# sintax is correct, on windows it works well. Maybe the problem is in SessionState Object, I dont' know Can anybody help me? thanks, Valentina. >Scrive Tizio Incognito <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] said the following on 20/07/2004 10.52: > > >Hi, > >when I try to test

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-20 Thread beniniva
I've posted the problem on http://bugzilla.ximian.com, "Bug 61762 posted". I hope that it goes well, Valentina. >Scrive Gonzalo Paniagua Javier <[EMAIL PROTECTED]>: > El vie, 16-07-2004 a las 10:48, [EMAIL PROTECTED] escribió: > > Sorry, > > > > Web services code is: Service1.asmx.cs > > client

[Mono-list] Implemented classes

2004-07-21 Thread beniniva
Hi, I would like to know if the assemblies below are implemented, becouse I try to run code (that run with no problem on windows) but I obtein always the same error message "Object reference not set to an instance of an object". What it means? Where I mistake? Classes: -->System.Web.SessionSta

[Mono-list] Error runnig .aspx page

2004-07-22 Thread beniniva
Hi, I try to run dbReader.aspx page but I obtein this error: -- Server error in '/mono' application Description: Error processing request. Error Message: HTTP 500. Stack Trace: System.IndexOutOfRangeException: Array index is out of range. in <0x000d5> System.Data.Odb

Re: [Mono-list] Error runnig .aspx page

2004-07-23 Thread beniniva
Hi, I've posted it at http://bugzilla.ximian.com/ BUG# 61832. Valentina. >Scrive Gonzalo Paniagua Javier <[EMAIL PROTECTED]>: > El jue, 22-07-2004 a las 15:44, [EMAIL PROTECTED] escribió: > > Hi, > > I try to run dbReader.aspx page but I obtein this error: > > --

[Mono-list] WebService, SessionState and CookieContainer

2004-07-26 Thread beniniva
Hi, I try to run a simple example of stateful web service. This example run well on windows with Explorer but no on Mono with Apache, why? In order to maintain stateful communication between a client application and a server application,I use session objects and the cookie container. On the Ser

Re: [Mono-list] WebService, SessionState and CookieContainer

2004-07-26 Thread beniniva
I'm sorry, I had not understood. Thanks, Valentina. >Scrive Lluis Sanchez <[EMAIL PROTECTED]>: > Valentina: > > You already reported this bug and it has already been fixed. You only > need to wait for the next Mono release or compile it yourself from CVS. > There is no need to send this bug re

[Mono-list] Problem with mod_mono1.01

2004-08-19 Thread beniniva
Hi, I've installed packages of the 1.01 version for fedora core 2 and the Apache Mono module mod_mono-1.0.1.tar.gz...it seems with non problem: --- [EMAIL PROTECTED] root]# mono /usr/bin/mod-mono-server.exe --root /usr/share/doc/xsp/test/ --applications /mono:/usr/share/doc/xsp/test/ -

[Mono-list] Problem with a web serivce method.

2004-08-23 Thread beniniva
Hi, I've a web service example, called Service1.asmx, that contains four methods. The example works well on Windows, but when I try to execute it on Mono I have some problems , particularly when I invoke the "SessioneAttiva" method, I obtain this error: "The remote server returned an error: (500)

[Mono-list] Problem with asp.net web application

2004-08-23 Thread beniniva
Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table chosen from a DropDownList. The code go well on windows but on linux with mono 1.01 not all the tables are shown correctly. Could anybody help me? web application : WebForm1Vi

Re: [Mono-list] Problem with a web serivce method.

2004-08-23 Thread beniniva
Isql is an utility of unixODBC --- [EMAIL PROTECTED] root]# isql tdmio root rootpwd +---+ | Connected!| | | | sql-statement | | help [tablename]

[Mono-list] Problem with asp.net OdbcDataAdapter or DataSet.

2004-08-24 Thread beniniva
Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table chosen from a DropDownList. The code go well on windows but on linux with mono 1.01 not all the tables are shown correctly. I've also tried to run a c# example that makes the s

[Mono-list] Bug in OdbcDataAdapter or DataSet ???

2004-08-25 Thread beniniva
Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table chosen from a DropDownList. The code goes well on windows but on linux with mono 1.01 not all the tables are shown correctly. I've also tried to run a c# example that makes th

Re: [Mono-list] Bug in OdbcDataAdapter or DataSet ???

2004-08-26 Thread beniniva
Ok, I've done that. bug #64103. Valentina. >Scrive T Sureshkumar <[EMAIL PROTECTED]>: > Please file a bug in bugzilla at http://bugzilla.ximian.com under > System.Data to track the bug, if you have not done yet. > > And, please attach all the code & dump you sent to mailing list. > > than

[Mono-list] Problem with mod_mono and Apache config file

2005-11-06 Thread beniniva
Hi, I try to configure Apache to load mod_mono module. In the Apache config file I add the following line: LoadModule mono_module modules/mod_mono.so but when I type the command "httpd" to start Apache I got this error: Syntax error on line 193 of /etc/httpd/conf/httpd.conf: Cannot load /etc/ht

Re: [Mono-list] Problem with mod_mono and Apache config file

2005-11-07 Thread beniniva
Hi, thank's for your reply. I've Fedora Core4, Apache 2.0.54, and apache devel 2.0.54. I've reinstalled mod_mono-1.1.9.2, I added the following lines in the httpd config file: LoadModule mono_module modules/mod_mono.so Alias /demo "/usr/lib/xsp/test" AddMonoApplications default "/d

Re: [Mono-list] Problem with mod_mono and Apache config file

2005-11-09 Thread beniniva
Hi! Thank you very much, now I visit http://localhost/demo/index.aspx with no problem. I have a question... I have always used mono with asp.net/C#. Could I use mono with asp.net/vb.net? Thank’s Valentina. >Scrive Gonzalo Paniagua Javier <[EMAIL PROTECTED]>: > On Mon, 2005-11-07 at 21:02 +0100,

[Mono-list] To compile with mono mbas

2005-11-10 Thread beniniva
Hi, Sorry for the “stupid question” but I'm new in mono/mbas. I have "Form.aspx" and "Form.aspx.vb" files with the imports System.Windows.Forms, System.Data and MySql.Data.MySqlClient What I have to do to compile? Thank’s to all, Valentina. ___ M

[Mono-list] mbas error

2005-11-12 Thread beniniva
Hi, I'm trying to compile a simple code Prova.aspx.vb, but I get this error: [EMAIL PROTECTED] Desktop]# mbas /t:library /out:Prova.dll Prova.aspx.vb MonoBASIC Compiler 0.96.2.0 - (c)2002, 2003, 2004, 2005 Rafael Teixeira THIS IS AN ALPHA SOFTWARE. syntax error, got token `IDENT

[Mono-list] Problem with .aspx pages

2005-11-19 Thread beniniva
Hi, I’ve a simple .aspx page with .vb code that I’ve written with visual studio .net on Windows. I would like to test it on Linux with mono I’ve compiled with no error the .vb file with mbas : [EMAIL PROTECTED] Desktop]# mbas -t:library -r:System.Data.dll -r:System.Drawing.dll -r:System.Web.dll -r

[Mono-list] Asp.Net/vb with mono

2005-11-20 Thread beniniva
Hi, Is there someone that it has used mono in order to realize aspx pages with visual basic? I think to mistake something because when I try to visualize a simple page aspx of test (with a button and label) mbas compile with no errors but I get this error from the browser:

[Mono-list] MonoBasic and asp.net

2006-01-17 Thread beniniva
Hi, could Mono (mbas compiler) run simple .aspx pages with vb.net code? how? thanks, Valentina ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list