Re: [Mono-list] RSS readers

2006-10-01 Thread Carl Olsen
You could do string comparison or parse it as XML. It looks like you are getting valid XML. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Brown-Bayliss Sent: Sunday, October 01, 2006 5:16 PM To: Mono-list@lists.ximian.com Subject: [Mono-list] RSS

RE: [Mono-list] RPM spec files available for download

2005-11-24 Thread Carl Olsen
Thank you very much! I upgraded from Mono 1.1.9.2 to Mono 1.1.10 this morning, and everything is still working correctly. It was a painless upgrade. It's good to know that the old RPMs are always available, just in case I ever need to roll back to the version I'm on now. Carl

RE: [Mono-list] 1.1.10

2005-11-14 Thread Carl Olsen
I'm still using 1.1.9.2 on SUSE Pro 9.3. If I use Red Carpet to upgrade to 1.1.10 using the RPMs, what else am I going to need to do to avoid breaking my web site? Thank you! Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [Mono-list] No more Novell support?

2005-11-07 Thread Carl Olsen
Which list is most related to ASP.NET? Thanks! Carl -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 3:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: RE: [Mono-list] No more Novell support?

RE: [Mono-list] No more Novell support?

2005-11-06 Thread Carl Olsen
The only part of Mono that I'm using is ASP.NET. Where do we stand on ASP.NET and Mono? Will that continue to be a supported feature? Carl Olsen http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Sunday

RE: [Mono-list] No more Novell support?

2005-11-06 Thread Carl Olsen
I didn't know there was a mono-patches mailing list. Please send me instructions on how to get it. Anything else I might need, please send info. Thank you! Carl Olsen -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 12:47 PM

RE: [Mono-list] asp:DropDownList not working (not populating)

2005-10-23 Thread Carl Olsen
You cant close the tag before you include the list items. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, October 23, 2005 1:10 PM To: Mono-list@lists.ximian.com Subject: [Mono-list] asp:DropDownList not working (not populating)

RE: [Mono-list] asp:DropDownList not working (not populating)

2005-10-23 Thread Carl Olsen
Try this: %@ Import namespace=System % %@ Import Namespace=System.Data % %@ Import Namespace=ByteFX.Data.MySqlClient % %@ Import Namespace=System.Security.Cryptography % %@ Import Namespace=System.Configuration % %@ Assembly name=ByteFX.Data % %@ Page Language=C# % HTML

RE: [Mono-list] Re: Data Grid broken again in latest upgrade to Mono1.1.9.2

2005-10-22 Thread Carl Olsen
to Mono1.1.9.2 Carl Olsen wrote: I don't understand why System.Web.dll has to be broken every time Mono goes through a minor version upgrade. Can anyone explain this to me? Large parts of System.Web have been rewritten between 1.1.8 and 1.1.9. What you see are the aftereffects. Rob

RE: [Mono-list] Re: Data Grid broken again in latest upgrade toMono1.1.9.2

2005-10-22 Thread Carl Olsen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua Javier Sent: Saturday, October 22, 2005 4:21 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Re: Data Grid broken again in latest upgrade toMono1.1.9.2 On Sat, 2005-10-22 at 12:10 -0500, Carl Olsen wrote: I upgraded from

RE: [Mono-list] Re: Data Grid broken again [OT]

2005-10-22 Thread Carl Olsen
cycle begins here. -Original Message- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 5:55 PM To: [EMAIL PROTECTED] Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Re: Data Grid broken again [OT] (This is totally off topic.) Carl Olsen wrote

[Mono-list] Data Grid broken again in latest upgrade to Mono 1.1.9.2

2005-10-21 Thread Carl Olsen
I don't understand why System.Web.dll has to be broken every time Mono goes through a minor version upgrade. Can anyone explain this to me? Carl ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
to install it again. Carl Olsen http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Campbell Sent: Sunday, October 09, 2005 7:14 AM To: mono-list@lists.ximian.com Subject: [Mono-list] asp.net and Npgsql namespace not found Hi

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
That should be: gacutil -i Npgsql.dll Microsoft word automatically capitalized the i for me, which is probably going to create a compile error. Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Sunday, October 09, 2005 8:46 AM

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
. It still has not helped. On a similar note, for a vb.net aspx page I had to have the following lines: %@ import Namespace=Npgsql % %@ Assembly Name=Npgsql % Do I need an equivalent Assembly Name line in my csharp file? Alan. On 10/9/05, Carl Olsen [EMAIL PROTECTED] wrote: That should

RE: [Mono-list] asp.net and Npgsql namespace not found

2005-10-09 Thread Carl Olsen
and install via the Mono installer. Alan. On 10/9/05, Carl Olsen [EMAIL PROTECTED] wrote: I'm not familiar with inline code or vb.net. I put all of my code into code behind pages (c#.net). With Npgsql, I put all of my data code (c#.net) into class files and make objects to represent the data

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-06 Thread Carl Olsen
Subject: RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1 On Wed, 2005-10-05 at 06:27 -0500, Carl Olsen wrote: Why doesn't this work in Mono 1.1.9.1? Here is the code for my two files: I saw the bug report and could reproduce the problem. I'll keep you updated with my

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-06 Thread Carl Olsen
] [mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua Javier Sent: Thursday, October 06, 2005 5:35 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1 On Thu, 2005-10-06 at 06:22 -0500, Carl Olsen wrote: How do I get a copy of the new

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-05 Thread Carl Olsen
= ; DataGrid1.SelectedIndex = -1; BindData(); } } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Monday, October 03, 2005 8:31 PM To: mono-list@lists.ximian.com Subject: RE: [Mono

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-03 Thread Carl Olsen
: [Mono-list] unable to bind text to web control in a user control On Sun, 2005-10-02 at 08:46 -0500, Carl Olsen wrote: I'm not getting any errors. It is displaying HTML where the web control should be and it's not setting the values. I tried your code, and I'm still getting nothing. And the same

[Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
installed somewhere accessible to my web app. I could probably hard code the javascript function into the page, but it was working just fine in Mono 1.1.8, and I'm sure there's a more graceful approach to fixing this. Can anyone tell me what I need to do to fix this? Thank you! Carl Olsen http

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Monday, October 03, 2005 7:54 PM To: mono-list@lists.ximian.com Subject: [Mono-list] Javascript library no longer available in Mono 1.1.9.1 Sorry to be so stupid, but it's easier to ask here than

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-03 Thread Carl Olsen
] On Behalf Of Carl Olsen Sent: Monday, October 03, 2005 8:21 PM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1 Well, I tried pasting the Javascript into the page, and it's still not working. It got rid of the error

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
you set the text in your user control try this.Controls.Add(Label1); this.Controls.Add(HyperLink1); and see if it makes any difference. Joe --- Carl Olsen [EMAIL PROTECTED] wrote: I'm trying to get a response to: http://bugzilla.ximian.com/show_bug.cgi?id=76216 I have a page called

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
if it makes any difference. Joe --- Carl Olsen [EMAIL PROTECTED] wrote: I'm trying to get a response to: http://bugzilla.ximian.com/show_bug.cgi?id=76216 I have a page called TestPage.aspx in my root directory: %@ Page language=c# AutoEventWireup=false Inherits

[Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Carl Olsen
I'm unable to bind a simple text string to a web control in a user control. This was working in version 1.1.8 and has been broken in 1.1.9 and 1.1.9.1. Can anyone tell me if this is working and how I can get mine working again? Carl ___ Mono-list

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Carl Olsen
bind simple text to a web control inside the user control. It worked in Mono 1.1.8 and it works using Windows 2003. Do I have an error in my code, or is this really a bug? Thank you! Carl Olsen http://www.carl-olsen.com/TestPage.aspx -Original Message- From: [EMAIL PROTECTED] [mailto

[Mono-list] Several things broken in Mono 1.1.9.1

2005-09-24 Thread Carl Olsen
. Does anyone know how to fix this? Carl Olsen http://www.carl-olsen.com/ ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] ArrayList no longer working in Mono 1.1.9.1

2005-09-24 Thread Carl Olsen
or 1.1.9.1, nothing appears. Does anyone know how to fix this? Carl Olsen http://www.carl-olsen.com/ ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] recent error (serialization)

2005-09-20 Thread Carl Olsen
I'm using System.Xml.Serialization for all my config files. using System; using System.IO; using System.Text; using System.Web; using System.Web.Caching; using System.Xml.Serialization; using System.Xml; using System.Configuration; When I run xsp --root /usr/lib/xsp/test everything works just

RE: [Mono-list] mod_mono problem

2005-09-20 Thread Carl Olsen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Monday, September 19, 2005 9:38 PM To: 'Robert Treat' Cc: mono-list@lists.ximian.com Subject: RE: [Mono-list] mod_mono problem Server Error in '/' Application

RE: [Mono-list] mod_mono problem

2005-09-20 Thread Carl Olsen
, 2005 6:50 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] mod_mono problem On Wed, 2005-09-14 at 19:31 -0500, Carl Olsen wrote: Nope. Still not working: Should work now. http://primates.ximian.com/~gonzalo/System.Web.dll.gz (I keep updating this as bugs are fixed). -Gonzalo

[Mono-dev] RE: [Mono-list] Mono 1.1.9 broken DataGrid

2005-09-19 Thread Carl Olsen
I need to roll back to version 1.1.8 or 1.1.7. I think 1.1.7 came with the SUSE 9.3 Professional DVD. Can I simply remove all the mono RMPs from my computer and then reinstall from the DVD? I replaced the System.Web.dll in the GAC with the one Gonzalo posted on Tuesday, so I'm wondering if

RE: [Mono-list] recent error (serialization)

2005-09-19 Thread Carl Olsen
I've commented everything out of my global.asax file and it's still not working. Carl -Original Message- From: Bernhard Herzog [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 1:38 AM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: Re: [Mono-list] recent error

RE: [Mono-list] mod_mono problem

2005-09-19 Thread Carl Olsen
Server Error in '/' Application. File or assembly name Npgsql, or one of its dependencies, was not found. Description: An unhandled exception occurred during the execution of the current web request. Please review

RE: [Mono-list] recent error (serialization)

2005-09-16 Thread Carl Olsen
until it works to find the problem. Bernhard - Original Message - From: Carl Olsen [EMAIL PROTECTED] To: mono-list@lists.ximian.com Sent: Thursday, September 15, 2005 1:25 PM Subject: [Mono-list] recent error (serialization) I'm using System.Xml.Serialization for all my config files

RE: [Mono-list] Mono 1.1.9 broken DataGrid

2005-09-15 Thread Carl Olsen
I need to roll back to version 1.1.8 or 1.1.7. I think 1.1.7 came with the SUSE 9.3 Professional DVD. Can I simply remove all the mono RMPs from my computer and then reinstall from the DVD? I replaced the System.Web.dll in the GAC with the one Gonzalo posted on Tuesday, so I'm wondering if

RE: [Mono-list] mod_mono problem

2005-09-14 Thread Carl Olsen
-09-11 at 13:26 -0500, Carl Olsen wrote: Here's more: Creating new config (0x80f0c08) for (null) [Sun Sep 11 13:35:35 2005] [warn] module mono_module is already loaded, skipping Destroying config 0x80f0c08 Server6:~ # xsp --port 80 --root . --applications /:/home/carl/public_html xsp

[Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
I upgraded from Mono 1.1.8 to Mono 1.1.9 yesterday and now I'm having problems with mod_mono and monodoc. The problem with monodoc is simply that it only runs from the command line, which is really not much of a problem. Monodevelop runs just fine from both the gui and the command line.

RE: [Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
) in 0x0062c Mono.WebServer.XSPWorker:Run (System.Object state) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Sunday, September 11, 2005 10:53 AM To: 'Miguel de Icaza'; 'Joe Audette' Cc: 'MonoList' Subject: [Mono-list] mod_mono problem I

RE: [Mono-list] mod_mono issue?

2005-09-11 Thread Carl Olsen
I'm using the IP of the machine as configured behind a firewall. The public IP is 12.216.149.116. LoadModule mono_module /usr/lib/apache2/mod_mono.so NameVirtualHost 192.168.0.16 VirtualHost 192.168.0.16 ServerName carl-olsen.com ServerAlias www.carl-olsen.com ServerAdmin

RE: [Mono-list] mod_mono issue?

2005-09-11 Thread Carl Olsen
I changed Location to Directory, but I'm still getting nothing (except I now get the regular http 500 error page). I'm using the IP of the machine as configured behind a firewall. The public IP is 12.216.149.116. LoadModule mono_module /usr/lib/apache2/mod_mono.so NameVirtualHost 192.168.0.16

RE: [Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
It looks like a configuration problem, but I haven't figured out what path it thinks it is missing. Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niel Bornstein Sent: Sunday, September 11, 2005 4:41 PM To: mono-list@lists.ximian.com Subject: RE:

RE: [Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
Okay, I'm finally making some progress. I got this to run with xsp 1.1.9: xsp --root /usr/lib/xsp/test using: http://localhost:8080/index.aspx When I try it with my application, I get an error, which means that there's something different about my application. I'm going to copy the

RE: [Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
thinking about using PHP instead of Mono. Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Sunday, September 11, 2005 10:15 PM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: RE: [Mono-list] mod_mono

RE: [Mono-list] mod_mono problem

2005-09-11 Thread Carl Olsen
PROTECTED] On Behalf Of Carl Olsen Sent: Sunday, September 11, 2005 10:56 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: RE: [Mono-list] mod_mono problem Okay, I now have my virtual host working again, but I had to delete my Global.asax file and replace it with the one

RE: [Mono-list] Fresh install

2005-08-28 Thread Carl Olsen
Install MONO from the SUSE 9.3 RPMs. Make sure everything is working before you upgrade. That includes making sure that mod_mono is working (make sure Apache 2 is installed), as well as MONODOC and MONODEVELOP. After you are sure everything is working, then upgrade using Red Carpet (also

RE: [Mono-list] Updated Npgsql on svn for 0.7.1 release.

2005-08-27 Thread Carl Olsen
I'm not sure how to go about updating. I think I'm using the Npgsql.dll that came with SUSE 9.3 Professional. I installed MONO from the RPMs, which I think resulted in MONO 1.1.7. I then upgraded to MONO 1.1.8, using the RPMs from Red Carpet. I think I copied the Npgsql.dll file from SUSE 9.3

RE: [Mono-list] Difficult to install Mono

2005-08-19 Thread Carl Olsen
I use SUSE 9.3, and I did not find it difficult to install. I used the SUSE 9.3 Mono RPM packages (I think they were Mono 1.1.7 or some such thing), then installed Red Carpet and let it do the upgrade (Mono 1.1.8 RPMs, or some such thing). The only thing that is difficult is setting up the

RE: [Mono-list] Binary installer

2005-08-19 Thread Carl Olsen
The RPMs work just fine on SUSE 9.3. I would use them, unless you know what you are doing. I've tried installing from binaries before, and just got myself into deeper trouble. Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [Mono-list] Mapping across application not allowed?

2005-07-24 Thread Carl Olsen
I have reported the bug - Bug#: 75620 Thank you! Carl Olsen http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: Sunday, July 24, 2005 5:54 AM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: Re: [Mono

RE: [Mono-list] Mapping across application not allowed?

2005-07-23 Thread Carl Olsen
Hi Chris, That's exactly the same thing I'm doing. I have a SiteFooter.ascx file in a folder /Controls/ which I call from files in my root folder / and files in my /Modules/Legislators/ folder. However, when I place another file called LegisMenu.aspx in my /Controls folder and call it from a

RE: [Mono-list] Mapping across application not allowed?

2005-07-23 Thread Carl Olsen
Hi Joe, I get the same error with ~/Controls/UserControl.ascx as I get with /Controls/UserControl.ascx. The site footer works just fine, but I'm assuming it's because it's included in pages in the root directory, whereas the user control is only used on a page in a different subdirectory. In

RE: [Mono-list] Mapping across application not allowed?

2005-07-23 Thread Carl Olsen
I just tested it thoroughly and there's no doubt about it. I create a user control in the /Controls/ subdirectory. I create a page in the /Modules/Legislators subdirectory and include the control. I get an error saying Mapping across application not allowed. I then create a page in the root

RE: [Mono-list] Mapping across application not allowed?

2005-07-23 Thread Carl Olsen
Hi Joe, Any control I create works in any place, as long as it's included in any page in my root directory. My last test proved it beyond any doubt. I create a user control in one subdirectory and tried to call it from a page in a different subdirectory. I then created a page in my root

RE: [Mono-list] Mapping across application not allowed?

2005-07-23 Thread Carl Olsen
What versions of Apache and Mono? I've about exhausted my research into this. I know how to make it work by putting my user controls into the same directory or a subdirectory of the page I'm calling it from. That works well enough for me. I may be doing something wrong, but it's not important

RE: [Mono-list] Mapping across application not allowed?

2005-07-22 Thread Carl Olsen
is not included on a page in the root directory or it is not in the same directory as the page that is trying to include it. I have no way of knowing if this is a fact, but it appears to be. I don't have this problem with IIS, so I assume it's a bug in Mono or something about mod_mono and Apache. Carl Olsen

[Mono-list] Mapping across application not allowed?

2005-07-20 Thread Carl Olsen
html I'm getting an unusual error trying to add a user control to a page. I have four others that work just fine, but this one seems to think it doesn't belong in the family. Does anyone know what could be causing this? Carl Olsen http://www.carl-olsen.com/ titleError 500/titlebody bgcolor

RE: [Mono-list] Visual Studio Integration

2005-07-18 Thread Carl Olsen
I use Visual Studio on Windows XP, but I run my files with Mono on Linux. You have to make some slight modifications, such as changing the codebehind attribute to src, but mostly it's just FTPing the files and assemblies up to the Linux box. I don't see any reason why the same thing would not

RE: [Mono-list] Flash Remoting on Mono

2005-07-17 Thread Carl Olsen
I bought a book on Flash remoting with .NET, but haven't started reading it yet. The book is from après with ISBN 1-59059-167-4. Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of benjamin van der veen Sent: Saturday, July

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
Hi Tracy, I found it to be fairly simple, but I used Visual Studio to create the files and then moved them over to my Linux box. I had to remove the Codebehind attribute in the asmx page to get it working. I have a couple functions that run stored procedures in PostgreSQL that I call from the

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
I recently upgraded to 1.1.8, but didnt pay attention to any minor version such as -2, so maybe that is the explanation for why my web service is working and Tracys is not. Carl http://www.carl-olsen.com/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian

RE: [Mono-list] webservice HTTP 500

2005-07-10 Thread Carl Olsen
Did you try: %@ WebService Language=C# Src=CustomerService.asmx.cs Class=Services.CustomerService % ? Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Fitzsimons Sent: Sunday, July 10, 2005 7:22 AM To: mono-list Subject: Re: [Mono-list]

RE: [Mono-list] Problem with FormsAuthentication

2005-07-10 Thread Carl Olsen
Try this, system.web authentication mode=Forms forms name=MONOAUTH loginUrl=/Administration/Login.aspx protection=All timeout=60 path/ / /authentication authorization allow users=* / /authorization /system.web From: [EMAIL PROTECTED]

RE: [Mono-list] webservice HTTP 500

2005-07-10 Thread Carl Olsen
I'm not sure what's wrong, but I did have to remove the Src attribute to get a web service working on my web site: http://www.carl-olsen.com/Modules/Legislators/Senators.asmx If you want to see all of my code for the two pages (Senators.asmx and Senators.asmx.cs), let me know. Carl

RE: [Mono-list] webservice HTTP 500

2005-07-09 Thread Carl Olsen
Right off, I'd say you need to change the word Codebehind to Src and see if that fixes it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Fitzsimons Sent: Saturday, July 09, 2005 7:25 PM To: mono-list Subject: [Mono-list] webservice HTTP 500 Hi

RE: [Mono-list] IDE suited for Corss Platform Development work

2005-07-04 Thread Carl Olsen
Visual Studio .NET 2003 works just fine for Mono 1.1. You only need slight modification of the files. The most difficult thing I've run into is using PostgreSQL instead of MSSQL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gyanit Singh Sent: Monday,

RE: [Mono-list] Time out using Npgsql

2005-07-01 Thread Carl Olsen
] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Friday, July 01, 2005 2:47 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I have set up an identical web site on a Windows 2003 server using the same

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
? Does it happen when you try to run ANY stored proc or just this one in particular? If all else fails locate the exact line that is failing and post a code sample illustrating the problem. On 6/27/05, Carl Olsen [EMAIL PROTECTED] wrote: I'm getting a time out error again. The page is calling

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Thursday, June 30, 2005 3:09 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I can't figure out where it is failing, because it just

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Thursday, June 30, 2005 3:09 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I can't figure out

[Mono-list] Time out using Npgsql

2005-06-26 Thread Carl Olsen
I'm getting a time out error again. The page is calling a simple stored procedure that returns a set of names from a PostgreSQL database. Any ideas on how to trouble shoot? Carl http://www.carl-olsen.com/ Server error in '/' application

RE: [Mono-list] MSSQL from Linux using Mono - Error

2005-06-24 Thread Carl Olsen
It looks like a timeout. I assume you MySQL is local and the MSSQL Server is remote. Do you have remote connections enabled for MSSQL? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Waterbly Sent: Friday, June 24, 2005 3:24 AM To:

RE: [Mono-list] MSSQL from Linux using Mono - Error

2005-06-24 Thread Carl Olsen
Is the MSSQL server instance receiving TCP/IP connections on port 1433? Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Waterbly Sent: Friday, June 24, 2005 7:47 AM To: tsureshkumar Cc: mono-list@lists.ximian.com

RE: [Mono-list] Npgsql.dll

2005-06-20 Thread Carl Olsen
Oops, forgot to include the address for my home page: http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Monday, June 20, 2005 5:43 AM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: RE: [Mono-list

RE: [Mono-list] Npgsql.dll (correction)

2005-06-18 Thread Carl Olsen
] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Friday, June 17, 2005 4:55 PM To: 'Francisco Figueiredo Jr.'; mono-list@lists.ximian.com Subject: RE: [Mono-list] Npgsql.dll (correction) It works just fine after I reboot the server, but stopping and starting PostgreSQL doesn't help. That leads

RE: [Mono-list] Npgsql.dll

2005-06-18 Thread Carl Olsen
Hi Chris, I have an example working without parameters, but I can't figure out how to write one with parameters. CREATE TYPE senators AS (s_fname varchar, S_lname varchar, s_email varchar, s_party char); Now the actual

RE: [Mono-list] Npgsql.dll

2005-06-18 Thread Carl Olsen
I have it working now. CREATE TYPE senators AS (s_fname varchar, S_lname varchar, s_email varchar, s_party char); CREATE OR REPLACE FUNCTION getsenators() RETURNS SETOF senators AS '

RE: [Mono-list] Npgsql.dll (correction)

2005-06-18 Thread Carl Olsen
Subject: Re: [Mono-list] Npgsql.dll (correction) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Olsen wrote: It seems to be working fine now since I rebooted the server, so I'm not sure it actually slows down or just stops working. I'm going to convert the stored procedures from SQL to PL

RE: [Mono-list] Npgsql.dll

2005-06-18 Thread Carl Olsen
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Saturday, June 18, 2005 6:10 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Npgsql.dll -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Olsen wrote: Hi Chris, Hi Carl, I'm

RE: [Mono-list] Npgsql.dll (correction)

2005-06-17 Thread Carl Olsen
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Friday, June 17, 2005 1:32 AM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Npgsql.dll (correction) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Olsen wrote: I'm having trouble

RE: [Mono-list] Npgsql.dll (correction)

2005-06-15 Thread Carl Olsen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Wednesday, June 15, 2005 4:05 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Npgsql.dll (correction) --- Carl Olsen [EMAIL PROTECTED] escreveu: Please ignore. I have it working now

RE: [Mono-list] Npgsql.dll (correction)

2005-06-14 Thread Carl Olsen
ERROR: set-valued function called in context that cannot accept a set CONTEXT: PL/pgSQL function sp_getstatelist line 6 at return next My table is Accounts_StateCodes The fields are Description,StateCode,Region The types are varchar(60),char(2),varchar(60) CREATE TYPE StateCodes AS (

[Mono-list] Monodevelop

2005-06-09 Thread Carl Olsen
I upgraded from SUSE 9.2 Pro to SUSE 9.3 Pro this evening, and now I have monodevelop (version 0.7) working again. I thought the upgrade went smoothly. I removed PHP4 and installed PHP5 and pgadmin is still running, so I can continue using it to work with PostgreSQL. I saw a message somewhere

RE: [Mono-list] Npgsql.dll

2005-06-08 Thread Carl Olsen
How about some examples of inserts and updates using parameters? I think I'm using strings, integers, and booleans, and byte[]s for parameters. Also, and example of NpgsqlCommand, such as would be used to call a stored procedure? Like: public User(string newConnectionString):

RE: [Mono-list] Npgsql.dll

2005-06-08 Thread Carl Olsen
I guess I should provide the code I've already written so you have a definition for RunProcedure that actually uses Npgsql: public abstract class DbObject { protected NpgsqlConnection Connection; private string connectionString;

RE: [Mono-list] Npgsql.dll

2005-06-08 Thread Carl Olsen
Hi Chris, Thanks for the example. I've downloaded a bunch of stuff from various web sites, including the Npgsql manual, so I'll be doing some reading this weekend. I'm not having any trouble with making a direct connection from a page. I'm just trying the abstract the database connections, and

RE: [Mono-list] Npgsql

2005-06-06 Thread Carl Olsen
. However this error is simply PgSQL saying its hit its client limit. Regards, -= El =- -Original Message- From: Carl Olsen [EMAIL PROTECTED] To: mono-list@lists.ximian.com Date: Thu, 2 Jun 2005 18:21:58 -0500 Subject: [Mono-list] Npgsql Server error in '/' application I keep getting

RE: [Mono-list] Npgsql

2005-06-06 Thread Carl Olsen
that creates the connection object and executes your SQL? I might be able to shed a bit more light on the issue then. Regards, -= El =- Carl Olsen wrote: I've increased the connections from 100 to 500 and increased some of the settings in the memory section of the postgresql.conf file. Now I'm

RE: [Mono-list] Npgsql

2005-06-06 Thread Carl Olsen
side, then include your SQL statements, and code to create the connection/execute the statements, as this will greatly help anyone looking at it to get a grasp on what's going on. Regards, -= El =- Carl Olsen wrote: Actually, I tried a remote connection using putty and it timed out. That gave

RE: [Mono-list] Npgsql.dll

2005-06-06 Thread Carl Olsen
It's me again, back to try and write some SPROC. I want to try the second method (PL/PgSQL), but I'm assuming you get back two arrays each with the same index, one for the customername and one for the postcode. Is that how you capture the returned data in a dataset? Carl Olsen http://www.carl

RE: [Mono-list] Npgsql

2005-06-03 Thread Carl Olsen
database. However this error is simply PgSQL saying its hit its client limit. Regards, -= El =- -Original Message- From: Carl Olsen [EMAIL PROTECTED] To: mono-list@lists.ximian.com Date: Thu, 2 Jun 2005 18:21:58 -0500 Subject: [Mono-list] Npgsql Server error in '/' application I keep getting

RE: [Mono-list] Problem with DataBinder.Eval(Container.DataItem, )

2005-06-03 Thread Carl Olsen
I'm not sure I understand the problem, but you should be able to define a function and use it on the DataItem. Say, for example, that I wanted to change the color of the text depending on the value of the DataItem (say, for example, true and false): In the code behind page, I have this:

[Mono-list] Npgsql

2005-06-02 Thread Carl Olsen
Server error in '/' application I keep getting this error until I refresh the page a few times. Does anyone know what could be causing it? Carl Olsen http://www.carl-olsen.com/Legislators/Senators.aspx

RE: [Mono-list] Npgsql.dll

2005-05-23 Thread Carl Olsen
I'm using the first method now (the one using SQL), but I'll give the second one a try (the one usi9ng PL/pgSQL). The first one seems to work okay, because I can write overloaded versions that take different parameters. Thank you! Carl -Original Message- From: [EMAIL PROTECTED]

RE: [Mono-list] MonoDevelop 0.7

2005-05-22 Thread Carl Olsen
having enough trouble figuring out how to set up Npgsql using three different classes for the database communications, the connections strings, and the business logic, so that everything is abstracted and my connection strings don't show up every time there is an error on one of my ASP.NET pages. Carl

RE: [Mono-list] MonoDevelop 0.7

2005-05-22 Thread Carl Olsen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of peter Sent: Sunday, May 22, 2005 3:16 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] MonoDevelop 0.7 Carl Olsen wrote: I'm just going to live with the fact that monodevelop isn't going to run on My SuSE 9.2 Pro now

RE: [Mono-list] MonoDevelop 0.7

2005-05-22 Thread Carl Olsen
22, 2005 3:55 PM To: [EMAIL PROTECTED] Cc: 'peter'; mono-list@lists.ximian.com Subject: RE: [Mono-list] MonoDevelop 0.7 On Sun, 2005-05-22 at 14:02 -0500, Carl Olsen wrote: I'm just going to live with the fact that monodevelop isn't going to run on My SuSE 9.2 Pro now that I've upgraded to Mono

RE: [Mono-list] MonoDevelop 0.7

2005-05-22 Thread Carl Olsen
It says the full version is not yet available. The last post in the forum recommends buying it. What exactly is a mini? -Original Message- From: Ben Maurer [mailto:[EMAIL PROTECTED] Sent: Sunday, May 22, 2005 4:12 PM To: [EMAIL PROTECTED] Cc: 'peter'; mono-list@lists.ximian.com

RE: [Mono-list] MonoDevelop 0.7

2005-05-22 Thread Carl Olsen
I didn't know you could upgrade for free. That helps! Thank you! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of peter Sent: Sunday, May 22, 2005 4:15 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] MonoDevelop 0.7 Carl Olsen wrote

  1   2   >