Re: [Mono-list] app runs on windows, not on linux

2006-05-09 Thread Travis Staloch
Miguel, Thanks for your respose. I DO have the libglade-devel packages installed... when I did 'yum search libglade-devel', I got this: libglade2-devel.i386 2.5.1-4.fc5.1 installed ... libglade-devel.i386

[Mono-list] Visual Studio and non-Windows deployment

2006-05-09 Thread Glen Farrell
Hi, I'm just looking into Mono, and trying to get a handle on exactly what is there, and what I need to do. First of all, I gather there's currently no Mono IDE for a Windows environment? I did glance at the MonoDevelop page, but it said it's only for Linux and Mac - is there any plans/timel

Re: [Mono-list] Installing Mono on Fedora 4

2006-05-09 Thread Wade Berrier
Taking another look at this, I noticed that sqlite2 is available in the fedora extras repository. That's probably why I didn't provide it in the repo on go-mono.com. http://download.fedora.redhat.com/pub/fedora/linux/extras/4/ Still, based on the reasons below, it may be a good idea to drop the

Re: [Mono-list] Installing Mono on Fedora 4

2006-05-09 Thread Wade Berrier
My mistake. I usually provide all needed rpms in the yum repository, but the sqlite2 rpms are missing for fedora4. But, seeing that none of our other data providers require a native library, maybe we should just drop the dependency. Especially if the provider works with both sqlite 2 and 3. If

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Andreas Färber
Hi Loren, >> Loren Bandiera schrieb: >> >>> To create it, I've tried doing something like this: >>> >>> XmlDocument xmlDoc = new XmlDocument (); >>> xmlDoc.AppendChild (xmlDoc.CreateNode >>> (XmlNodeType.XmlDeclaration,"","")); >>> >>> XmlElement docElement = xmlDoc.CreateElement ("doc"); >>>

RE: [Mono-list] Problem getting Sample Web Services to work On FedoraCore 4

2006-05-09 Thread Dana Epp
As a follow up to this, I have just upgraded to 1.1.15 to see if this would make a difference. OS: Fedora Core 4 with 2.6.15-1.1831_FC4 kernel Mono: 1.1.15-0.novell Mod_mono: 1.1.14-0.fedora4.novel XSP: 1.1.15-0.novell I still see the test web services hang. I forgot to mention before that the

Re: [Mono-list] xbuild

2006-05-09 Thread Marek Sieradzki
Dnia 09-05-2006, wto o godzinie 15:43 +0200, Giuseppe Greco napisał(a): > Hi all, > > will xbuild be the suggested/official build tool for > Mono? The statement that monodevelop will support > xbuild as well as NAnt is still true? > It's too early to talk about MonoDevelop integration when core o

[Mono-list] Problem getting Sample Web Services to work On Fedora Core 4

2006-05-09 Thread Dana Epp
Hey guys, I have been running my web services on Mono for some time now, always installed on Debian or Ubuntu. For the last week I have been trying to get it to work on Fedora Core 4, without avail. I thought I would go back to basics and just see if I could get the test web services that come wi

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Loren Bandiera
Hi Andreas, > > Loren Bandiera schrieb: >> >> To create it, I've tried doing something like this: >> >> XmlDocument xmlDoc = new XmlDocument (); >> xmlDoc.AppendChild (xmlDoc.CreateNode >> (XmlNodeType.XmlDeclaration,"","")); >> >> XmlElement docElement = xmlDoc.CreateElement ("doc"); >> docEleme

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Andreas Färber
Hi Loren, Loren Bandiera schrieb: > I want to write an XML document but there are some parts I'm not sure > how to go about doing. Specifically namespaces and schemas. Take the > following example XML: > > > http://whatever.org/XMLSchema/foo"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

Re: [Mono-list] XSP ssl

2006-05-09 Thread Carlos Solorzano
After a lot of tryouts we have a certificate that works, we copied allof the steps out of: http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cwparent/cw_1105/wlse/2_12/cert_gd/gencert.htm Below are the steps we used from that page, the page is a cisco page and most likely has nothing t

[Mono-list] xbuild

2006-05-09 Thread Giuseppe Greco
Hi all, will xbuild be the suggested/official build tool for Mono? The statement that monodevelop will support xbuild as well as NAnt is still true? Thanks, j3d. Giuseppe Greco Via Carà 26 6928 Manno (TI) Switzerland call giuseppe.greco via Skype phone:

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Loren Bandiera
> > Oops, sorry my bad. It should be: > > SetAttribute ("schemaLocation", XmlSchema.InstanceNamespace, > "http://whatever.org/XMLSchema/foo.xsd";); > > as its definition is SetAttribute(localName, namespaceURI, value). > > Atsushi Eno Yeah that makes it better. Thanks again!

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Atsushi Eno
Hello, I tried out the workaround and it no longer throws an exception. The XML I get looks like this: http://whatever.org/XMLSchema/foo"; d1p1:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:d1p1="schemaLocation"> That should for now. Although I'm not sure what the 'd1p1' part is

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Loren Bandiera
> Hello, > > Hmm, it is a bug in XmlAttribute (it appears when xmlDoc.Save(blah) is > added). I made a simple fix which will soon go into svn. Great! > As a workaround, you can use XmlElement.SetAttribute("xsi", > "schemaLocation", XmlSchema.InstanceNamespace). > > Atsushi Eno > I tried out the

Re: [Mono-list] Questions about writing an XML document

2006-05-09 Thread Atsushi Eno
Hello, Hmm, it is a bug in XmlAttribute (it appears when xmlDoc.Save(blah) is added). I made a simple fix which will soon go into svn. As a workaround, you can use XmlElement.SetAttribute("xsi", "schemaLocation", XmlSchema.InstanceNamespace). Atsushi Eno Loren Bandiera wrote: > Hi, > > I want

[Mono-list] Questions about writing an XML document

2006-05-09 Thread Loren Bandiera
Hi, I want to write an XML document but there are some parts I'm not sure how to go about doing. Specifically namespaces and schemas. Take the following example XML: http://whatever.org/XMLSchema/foo"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://w

[Mono-list] Question on MonoBURG's DAG-related mechanisms

2006-05-09 Thread Nikolaos Kavvadias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there i would like to ask you (Mono users :) a few questions regarding MonoBURG. 1. When using the "-e" or "--dag" option for enabling DAG-based pattern matching, the data structure that the matcher will work on is an MBState and not an MBTree. I