[Mono-docs-list] Re: [Mono-dev] Monodoc

2005-10-07 Thread Miguel de Icaza
Hello, I think for this, we should add some attributes to the member elements in the docs, something like InNET1_0 for members in Fx 1.0, InNET1_1, for members in Fx 1.1, etc. Would this be an options? Miguel? When it would be, we would need to scan the complete documentation, and add

[Mono-winforms-list] Programs compiled on Delphi 2005 using MWF hang on exit

2005-10-07 Thread Alexandre Rocha Lima e Marcondes
Hello folks, I have been testing interop between Delphi 2005 .NET binaries and mono and have noticed that the binaries generated by Delphi 2005, when using Windows Forms, hag after closing the main window. It happens on mono running on Linux, when on Windows people that tried noticed that it

Re: [Mono-dev] Regressions.

2005-10-07 Thread Raja R Harinath
Hi, Miguel de Icaza [EMAIL PROTECTED] writes: Your recent changes to the MBas compiler introduced a bunch of regressions that are breaking the automated tests. Please revert those patches and fix the build. Test/ArithmeticOperators1.vb(28,1) error BC2: Parsing error

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Thanks for your reply. I'm using mono-1.1.8.20050824 which seems to be the last version that compile and don't break my web app. Actually, i'm looking for a way to generate test pages for my web services (like the one available when writing a asmx file). I need a tool that read a WSDL and

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Simon Bain
(Sorry forgot to reply all :-) ) Hi. If you are talking about the page which IIS sends back when you call the asmx file, then the mono mod_mono_server also does this every bit as well, giving back all the infomation which IIS sends to you. Take a look at

Re: [Mono-dev] Monodoc

2005-10-07 Thread Matthijs ter Woord
I think for this, we should add some attributes to the member elements in the docs, something like InNET1_0 for members in Fx 1.0, InNET1_1, for members in Fx 1.1, etc. Would this be an options? Miguel? When it would be, we would need to scan the complete documentation, and add those attributes.

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Hi. Did you write the complete asmx ? I have generated the C# proxies for my web services, compiled them in a dll. So i don't want the rewrite the whole asmx file, because my web service is written in C++ with gsoap. I tried the tutorial on the mono website, concerning GTK# and the

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Simon Bain
Hi. my asmx file is %@ WebService Class=EdrmsWebService.EDRMSWebServiceClass % I have compiled the c# (This is the difference I believe) dll and placed it into the bin directory. I have apache 2 as the web server which calls mod_mono for all things mono. The dll itself was written in Visual

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Hi, Simon Bain a écrit : Hi. my asmx file is %@ WebService Class=EdrmsWebService.EDRMSWebServiceClass % I have compiled the c# (This is the difference I believe) dll and placed it into the bin directory. I have apache 2 as the web server which calls mod_mono for all things mono. I did

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Atsushi Eno
I couldn't read whether your problem went away or not from your reply... anyways the required steps to do what you want are: - To view that test pages which we think something we can browse when we hit e.g. http://localhost:8080/my.asmx, you well have to create

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Ok so i take my favorite wsdl describing my service web named General. I generate the stub using wsdl -server general.wsdl. The generated stub define a class like this : public abstract class General : System.Web.Services.WebService So in my General.asmx, i should have : %@ WebService

Re: [Mono-dev] Problem with asmx file

2005-10-07 Thread Johann BLAIS
Sorry I didn't read all your post. So I compiled the stub into a dll, created my asmx. When i try to access the General.asmx, i get an error : *Description: *Error processing request. *Error Message: *HTTP 500. *Stack Trace: * || System.NullReferenceException: Object reference not set to an

[Mono-dev] Mono website down ?

2005-10-07 Thread Pascal Fresnay
Hi, www.mono-project.com doesn't speak about mono anymore (Novell page now)... what's the problem ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono website down ?

2005-10-07 Thread Pascal Fresnay
Le vendredi 07 octobre 2005 à 15:53 -0300, Rafael Teixeira a écrit : All is normal navigating from here. But you are the second person I hear talking this in the last hour, so possibly it was some server/dns glitch. Probably. Everything seems ok now. Thanks. Best regards, On 10/7/05,

[Mono-dev] Question about the build system

2005-10-07 Thread Robert Jordan
Hi, I'm trying to integrate some NET_2_0 features (IPC channels) into mcs/class/ but I cannot figure out how to handle the unix vs. cygwin/Win32 differences. Background: the IPC channels for the Unix version are implemented using Mono.Remoting.Channels.Unix, while the Win32 version has its own

[Mono-list] tool to look at assembly

2005-10-07 Thread Joeri Belis
Hi, is there a tool in mono that can list the methods and properties of an assembly? J ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] tool to look at assembly

2005-10-07 Thread Duncan Mak
On Fri, 2005-10-07 at 09:05 +0200, Joeri Belis wrote: Hi, is there a tool in mono that can list the methods and properties of an assembly? Yes, it's called monop. Duncan. ___ Mono-list maillist - Mono-list@lists.ximian.com

[Mono-list] Migrating ASP.NET

2005-10-07 Thread Pedro Santos
Hello, We are migrating our larger web application [1] from a Windows/IIS/MS SQL Server to Linux/Mono/PostgreSQL. Note that our application incorporates other two applications: flexwiki[2] and yaf[3]. We already have all this working very fine on Mono but we are two programmers, so we would

Re: [Mono-list] Building GUI with glade not working

2005-10-07 Thread n_powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Oct 05, 2005 at 09:42:21PM -0500, Fabian Salamanca Dominguez wrote: And I got the following error: Unhandled Exception: System.ArgumentException: Cannot get resource file ' gui.gla de' A quick look offers a few things to look at. 1,

Re: [Mono-list] tool to look at assembly

2005-10-07 Thread Mario Carrión
On Fri, 2005-10-07 at 03:14 -0400, Duncan Mak wrote: On Fri, 2005-10-07 at 09:05 +0200, Joeri Belis wrote: Hi, is there a tool in mono that can list the methods and properties of an assembly? Yes, it's called monop. If you want to see more than properties and methods you can use

[Mono-list] Problem with Mono website?

2005-10-07 Thread Elliott Draper
Guys, Is something up with the Mono website at the minute? When I try to visit http://www.mono-project.com, I'm being greeted with what looks like the main http://www.novell.com website, but without the style sheet. If it helps, pinging www.mono-project.com resolves to redirector.novell.com,

[Mono-list] Process Address space map

2005-10-07 Thread Shankari
Thanks a lot for all the replies! Marcus, I would like the details about Mono layout(being similar to IBM's JVM) .If you could provide them, it will be great. Also, I was trying to get the address space map of Mono and did export MONO_PRINT_ADDRESS_MAP =1 It dumps the same info. in

[Mono-list] Problems to use monologue

2005-10-07 Thread enzo - Eduardo Garcia
Hi list. i want use monologue to syndicate blogs to team members of project Open BSS [1] but when im edit my bloggers.xml file and add some rss address from blogspot and my owner blog monologue crash. this its my bloggers.xml file. BloggerCollection Blogger Name=Christian Castillo

Re: [Mono-list] Problems to use monologue

2005-10-07 Thread enzo - Eduardo Garcia
Hi joe. thanks for your response, but when im put a rss feed fromo Ben Mauer how this file: BloggerCollection Blogger Name=Ben Maurer RssUrl=http://feeds.feedburner.com/bmaurer; IrcNick=BenM Head=benm-face.png/ Blogger Name=enzo - Eduardo Garcia