Re: [Mono-list] The namespace `System.Data' can not be found (missing assembly reference?)(CS0246)

2004-08-29 Thread Sanjay Gupta
Hi Eric, Kindly add the reference to System.Data.dll under your project settings. Thanx, Sanjay >>> Eric Damron <[EMAIL PROTECTED]> 8/30/2004 4:09:13 AM >>> I'm using MonoDevelop. Do I need to hand edit the assembly? The simple nearly default application gives the error message listed in the s

[Mono-list] Re: Installation On linux

2004-08-26 Thread Sanjay Gupta
Rohit, what kind of installation you are looking at. If you are familiar with rpm, then packages are already available on www.mono-project.com If you are interested in building and installing mono from source code, the README in mono directory gives you complete step by step procedure. Also proc

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

2004-08-24 Thread Sanjay Gupta
Hi There, Can you send the schema of the data table for which you are not getting proper information returned. Thanx, Sanjay >>> <[EMAIL PROTECTED]> 8/24/2004 2:31:51 PM >>> Hi, I've an asp.net web application that shows, through an odbc connection to a mysql database, the content of the table c

Re: [Mono-list] Developing Web Service Using Mono

2004-07-23 Thread Sanjay Gupta
Hi Biju, Developing web service using mono is no different from developing a web service on ASP.Net. In test directory of xsp server (web server from Mono) there exist a web service sample called ConverterService.asmx. Hope you will find it useful. http://www.novell.com/coolsolutions/cooldev/

Re: [Mono-list] System.Drawing development

2004-07-13 Thread Sanjay Gupta
Hi Andrew, In System.Drawing namespace, work needs to be done in System.Drawing.Design and System.Drawing.Printing sub namespaces. Also we are left with some feature enhancements and implementation of bits and pieces in other areas of System.Drawing which are being looked into and getting impleme

Re: [Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

2004-07-01 Thread Sanjay Gupta
Also please make sure that you have libjpeg installed on your system. Thanx, Sanjay >>> "Joeri Belis" <[EMAIL PROTECTED]> 7/1/2004 5:07:34 PM >>> I get the following error when i try to run one of the examples of Report.NET ( http://report.sourceforge.net/ ) I compiled it with following command:

Re: [Mono-list] System.EntryPointNotFoundException solved

2004-07-01 Thread Sanjay Gupta
Joeri, The feature you are requesting, loading a jpeg from stream is already implemented and is working fine for me. Thanx, Sanjay >>> "Joeri Belis" <[EMAIL PROTECTED]> 7/1/2004 5:24:03 PM >>> I have update libgdiplus. Now i get a NotImplementedException. So no fancy pdf's in linux / C# yet. Un

Re: [Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

2004-07-01 Thread Sanjay Gupta
Please check whether you libgdiplus installed on your system. Thanx, Sanjay >>> "Joeri Belis" <[EMAIL PROTECTED]> 7/1/2004 5:07:34 PM >>> I get the following error when i try to run one of the examples of Report.NET ( http://report.sourceforge.net/ ) I compiled it with following command: mcs /r:R

Re: [Mono-list] More information required please

2004-05-19 Thread Sanjay Gupta
f I get the xsp RPM and install it, it will a) tell me what to do next b) have some examples Sorry, I don't know much about Linux. |+----> || "Sanjay Gupta"| ||

Re: [Mono-list] More information required please

2004-05-19 Thread Sanjay Gupta
Hi Peter, Please refer to the following link http://www.go-mono.com/asp-net.html and install xsp, or mod_mono according to your use, Thanx, Sanjay >>> "Peter Foley" <[EMAIL PROTECTED]> 5/20/2004 10:54:48 AM >>> I have got a helloworld app running on my Fedora 1 box with Mono beta 1 (yay!) Ho