Re: [Mono-docs-list] Monodoc split, redux

2005-02-02 Thread Miguel de Icaza
Hey, But the way I want this to happen is to create a new `sdk-tools' directory where we will be placing the GUI tools for Mono: monodoc the GUI component would go there; heap-view; Mono-prof; GNunit and so on, if folks dont mind, we could put there also typereflector and a GUI for

[Mono-list] MySQL Connection from .NET Website

2005-02-02 Thread David P. Donahue
I'm trying to track down a problem with websites using a connection to a MySQL database. Has anyone had any problems using the CoreLab.MySQL.dll libraries with Mono? If it's known not to work, is there a different/better way to connect to the database? For reference, the code used in a

[Mono-list] consuming 'php nusoap' webservice

2005-02-02 Thread Arturo González
Hi, I'm trying to develop an example client for ILIAS open source webservice, lately supported by novell (http://www.ilias.uni-koeln.de/ios/index-e.html) , but i'm having problems with a remote function that returns an integer. The server is located at:

Re: [Mono-list] xsp.exe as windows service

2005-02-02 Thread Jonathan Stowe
On Tue, 2005-02-01 at 17:36, marius popa wrote: I have started apache and xsp (unsing mod_proxy module) and want to put xsp.exe to run as serivice at startup What should i do ? add service code for xsp ? Yep, I guess this would be possible however you might have to compile the xsp.exe using

[Mono-list] MySQL Connection from .NET Website (David P. Donahue)

2005-02-02 Thread caner Sahan
Hi; I think you are using MonoForge hosting and you gave this error from there.When i was putting my application on this web hosting i gave some error like this.You canfind your answer in monoforge forum. regards. Caner ÞAHAN From: [EMAIL PROTECTED] Reply-To: mono-list@lists.ximian.com To:

Re: [Mono-list] special comments in the code/ Monodoc?

2005-02-02 Thread Joshua Tauberer
Julien Sobrier wrote: once I found a page explaining how to format the comments (like cMyClass/c) inside the code to then generate automatically a doc for our code. I'm not sure this is exactly what Monodoc is using. I cannot find this link anymore. Anybody know what I'm talking about? Hi,

[Mono-list] application domains and remoting

2005-02-02 Thread Manuel Costa
Hi, is there any problem with remoting and application domains? Is it possible to register channels and uris in an application domain different from the main one? In our tests, we able to register the channel, but wedo not have success accessing the remote objects registered in an

Re: [Mono-list] application domains and remoting

2005-02-02 Thread Lluis Sanchez
On dc, 2005-02-02 at 19:31 +, Manuel Costa wrote: Hi, is there any problem with remoting and application domains? No that I know. Is it possible to register channels and uris in an application domain different from the main one? Yes. In our tests, we able to register the

Re: [Mono-list] application domains and remoting

2005-02-02 Thread Manuel Costa
The problem is difficult to reproduce. We are porting a .net application for the distributed simulation of pollutants in water bodies. As you can imagine, the application is quite complex! Remoting was used for communications between nodes and some of the listeners were registered in an

[Mono-list] Getting mono/mod_mono/xsp unstable to run (Linux / Apache)???

2005-02-02 Thread Morten Schmidt
Hi I have tried a lot of things to get this... Maybe I'm just too newbie... How do I get an installation of the newest version? There seems tp be trouble compiling 1.1.3 with some of the other 1.0.5 tarballs, sI

[Mono-list] Visual Studio.net 2005 Enterprise Beta 1

2005-02-02 Thread Daniel Morgan
I found you can get Visual Studio.net 2005 Enterprise Beta 1 for free at http://lab.msdn.microsoft.com/vs2005/get/order/default.aspx?Locale=en-us All you have to pay is shipping handling and sales tax. ___ Mono-list maillist -

[Mono-list] Math Graphs library

2005-02-02 Thread Phillip Neumann
Hello. I wonder if anyone knows any Graph library or something like that?... i will have a bunch of nodes that are conected with arcs, and do some fancy procesing to find the shortes paths, etc. i wonder if there is any software that i can give it my nodes and arcs, and it will display it nice.

Re: [Mono-list] Math Graphs library

2005-02-02 Thread Fabian Luque
Try this: http://netron.sf.net On Tue, 01 Feb 2005 03:19:21 +, Phillip Neumann [EMAIL PROTECTED] wrote: Hello. I wonder if anyone knows any Graph library or something like that?... i will have a bunch of nodes that are conected with arcs, and do some fancy procesing to find the

[Mono-list] Re: MySQL Connection from .NET Website (David P. Donahue)

2005-02-02 Thread David P. Donahue
caner Sahan wrote: Hi; I think you are using MonoForge hosting and you gave this error from there. I'm pretty sure I'm not. When i was putting my application on this web hosting i gave some error like this.You can find your answer in monoforge forum. I'd never actually heard of MonoForge, thanks

Re: [Mono-list] Re: MySQL Connection from .NET Website (David P. Donahue)

2005-02-02 Thread Elfyn McBratney
Hi David, On Thursday 03 Feb 2005 02:03, David P. Donahue wrote: [...] I added the .dll, changed my code accordingly (it's exactly the same except for the new namespace), and tried running that. But now Mono is returning the error: System.IO.FileNotFoundException: File

Re: [Mono-list] Re: MySQL Connection from .NET Website (David P. Donahue)

2005-02-02 Thread Joe Audette
I've seen this many times. It says file not found but more accurate would be Couldn't load assembly. Are you compiling it on windows with vs.net then deploying it on linux? If so, you will get that error unless you use release build and rebuild (not just build). mono doesn't like the vs.net