Re: [Mono-dev] Newbie guide to debugging class libraries?

2008-05-30 Thread Marcos Cobeña Morián
Hello Tom, 2008/5/30 Tom Cannon [EMAIL PROTECTED]: First I tried option 1, and found that some assemblies have project files that load in VS (SWF for example), but many do not. I would like to try the second option, but can't figure out how to debug a class library build from the make files.

Re: [Mono-dev] Mono and web services

2007-10-28 Thread Marcos Cobeña Morián
Hello, Please, send more useful information for scoping your particular case: detailed scenario, source code, etc. Also, you can feel free to fill a bug. We can help, but we need first to know something further than you blame Mono. Thanks. Regards, 2007/10/22, ahti nurme [EMAIL PROTECTED]:

Re: [Mono-dev] Class Status pages for Olive

2007-10-05 Thread Marcos Cobeña Morián
Superb Wade, really thanks! I can proceed then and remove my own version for WCF. Thanks again. Regards, 2007/10/5, Wade Berrier [EMAIL PROTECTED]: Hi, Status pages are generated for olive on monobuild. Here's the link (which is temporary for now because old builds get removed from

Re: [Mono-dev] Problems using Tao Framework

2007-09-30 Thread Marcos Cobeña Morián
Hi Bart, I've never played with Tao, but from your exception thrown it's likely Mono's looking for GLUT file (without extension) and such doesn't exist (a P/Invoke issue). Some light here: http://lists.ximian.com/pipermail/mono-osx/2006-December/000697.html. HTH. Regards, 2007/9/30, Bart

Re: [Mono-dev] System.Messaging: Anyone currently working on this?

2007-09-29 Thread Marcos Cobeña Morián
Hi David, 2007/9/29, M. David Peterson [EMAIL PROTECTED]: My guess is that our first step would be to check out the code and start hacking on it until such time as it seems worth pointing people at for further evaluation. That would be nice. AFAIK, apart from Eno, this summer there was one

Re: [Mono-dev] Embedding MONO_PATH

2007-09-27 Thread Marcos Cobeña Morián
Hello Elmar, It isn't strange if your application needs specific assemblies (not those built-in) to be placed on the same folder (or referenced on the GAC, for instance). It is, if assemblies like mscorlib.dll are not found by-default. Some steps worth to try: + Check mscorlib.dll is listed on

Re: [Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Marcos Cobeña Morián
Hello Elmar, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: My Application seems to run if I enter set mono_path=. before starting. But for most simple deployment no shell-variables should be modified. Could you elaborate on this? Do you mean it doesn't run without setting MONO_PATH? If you do,

Re: [Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Marcos Cobeña Morián
Hello Elmar, Are you using Mono from SVN? It sounds strange for me if it doesn't find mscorlib.dll... Regards, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: Marcos Cobeña Morián schrieb: Hello Elmar, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: My Application seems to run if I enter set

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Marcos Cobeña Morián
Hello Andy, When I saw your e-mail concerning your broken environment I forgot to mention an issue I had during my first steps here, and Andreia helped me to fix it: http://twitter.com/marcoscobena/statuses/34078112. I haven't rebuilt mcs/mono for two weeks, so I don't know if it still applies.

Re: [Mono-dev] Smart client deployment in mono

2007-09-19 Thread Marcos Cobeña Morián
Hello, AFAIK, Mono doesn't support ClickOnce currently as it involves CAS which isn't completed. Regards, 2007/9/19, Yevgen Kryutchkov [EMAIL PROTECTED]: Hello all, I wonder if there is support for click once in mono or plans to implement it. Or is there support for alternative

Re: [Mono-dev] Error Mcs.exe with System.XML assembly

2007-09-18 Thread Marcos Cobeña Morián
Hi David, Use gmcs.exe instead of mcs one, you'll likely want to use 2.0 profile. Regards, 2007/9/17, David Arnaud-Goddet [EMAIL PROTECTED]: Hi all, I have used sharpdevelop with the Mono platerform since 2 months. I had on my computer the version 1-2.4 of Mono and this morning I tried to

Re: [Mono-dev] Error Mcs.exe with System.XML assembly

2007-09-18 Thread Marcos Cobeña Morián
Great David! BTW, there are no stupid questions, or looking it from a different point of view, everyone gets started with stupid things. ;-) Don't hesitate to come back if you need further help. Regards, 2007/9/18, David Arnaud-Goddet [EMAIL PROTECTED]: Thanks! It works now! I was sure that I

Re: [Mono-dev] Mono.sln

2007-09-18 Thread Marcos Cobeña Morián
Good afternoon Rikus, More info at: http://anonsvn.mono-project.com/source/trunk/mono/README.vsnet. You'll need to check-out sources from SVN, follow those steps: http://www.mono-project.com/AnonSVN. Regards, 2007/9/13, Rikus Jansen [EMAIL PROTECTED]: Good Day, Where can I download

Re: [Mono-dev] [Mono-list] Mono summit, options.

2007-09-18 Thread Marcos Cobeña Morián
Hello, I get the witness and keep looking for a Computer Science schools at Madrid. I already sent a bunch of e-mails some months ago, but it's likely some didn't arrive, I had no answers minus one. I'll keep you updated. Thanks. Regards, 2007/9/18, Miguel de Icaza [EMAIL PROTECTED]: Hello,

Re: [Mono-dev] Mono 1.2.5 assertion on windows

2007-09-16 Thread Marcos Cobeña Morián
Hi Dan, Could you elaborate on your testing scenario: .NET profile (1.0, 1.1, 2.0), Mono version (package or SVN?), application type (console, ASP.NET, etc.), and so on? AFAIK, DateTime should work fine. Thanks. Regards, 2007/9/16, Dan Shechter [EMAIL PROTECTED]: Hi, I'm trying to run

Re: [Mono-dev] [Beginners] Problem to do a simple makefile

2007-09-10 Thread Marcos Cobeña Morián
Hi David, It seems like an assembly version mismatch. Try using gmcs instead of mcs (for targeting 2.0); and it shouldn't be needed to reference System.dll. Also, assemblies installed on GAC can be referenced directly without copying files to your output path. My two bits. Regards, 2007/9/10,

Re: [Mono-dev] OSX menu

2007-08-23 Thread Marcos Cobeña Morián
Hi, Which GUI API are you using, GTK#? Thanks. Regards, 2007/8/23, Jouini Karim [EMAIL PROTECTED]: Hi, On OSX, when running an app (under mono) we get a mono menu (on the top near the apple logo) Is there any way to disable it ? or change it's name ? Thanks regards, Karim

Re: [Mono-dev] Functional programming like pure ansi C

2007-08-16 Thread Marcos Cobeña Morián
Hello, Comments in-line. 2007/8/16, Stefan Fink [EMAIL PROTECTED]: hallo, we want to port our own scripting language (only the scripts) to mono (c#). i have a few questions : 1. Can i call a new Mono programm inside the other one ??? Yes, you can. System.Diagnostics.Process can help you.

Re: [Mono-dev] Mono summit, options.

2007-07-18 Thread Marcos Cobeña Morián
Hello Miguel, If your team finally decide to go for Madrid option (even Seville could be nice :-P), some mates and I'd help looking for a place to host the summit (one of the campus available at this city would be nice). Even more, I involve myself in finding an University. :-) Here, at Spain,

Re: [Mono-dev] mono crashing on windows

2007-06-29 Thread Marcos Cobeña Morián
, Marcos Cobeña Morián [EMAIL PROTECTED] wrote: Hello again, Atsushi Eno has given me the magic command: make maintainer-clean (under mono). It seems to have solved, for now, the issue. Thanks Atsushi! Regards, 2007/6/27, Marcos Cobeña Morián [EMAIL PROTECTED]: Hello

Re: [Mono-dev] mono crashing on windows

2007-06-27 Thread Marcos Cobeña Morián
Hello there, Same behavior for me. However, I could build mcs/mono/olive successfully, although it keeps crashing. I'm also using GCC under Cygwin. Jonathan, did you find the root? Thanks in advance. Regards, 2007/6/25, Jonathan Chambers [EMAIL PROTECTED]: Hello, Using gcc. I am working my

Re: [Mono-dev] mono crashing on windows

2007-06-27 Thread Marcos Cobeña Morián
Hello again, Atsushi Eno has given me the magic command: make maintainer-clean (under mono). It seems to have solved, for now, the issue. Thanks Atsushi! Regards, 2007/6/27, Marcos Cobeña Morián [EMAIL PROTECTED]: Hello there, Same behavior for me. However, I could build mcs/mono/olive

Re: [Mono-dev] Problem with Mono in Fedora 6

2007-05-11 Thread Marcos Cobeña Morián
Hi Marco (BTW, nice name :-) ), I strongly recommend you to use a Filemon-like utility to check where Apache's looking for mod-mono-server. For me, it seems like Apache's looking in the wrong path. I've tried to search that tool for GNU/Linux, but it seems to be deprecated since some changes

Re: [Mono-dev] Silverlight early implementation thoughts.

2007-05-06 Thread Marcos Cobeña Morián
Hello, Although I agree on those challenges as important goals for Mono platform, Moonlight (BTW, really good idea for this codename) shouldn't wait so much at the wardrobe. In the next months, if everything goes fine for Silverlight development, it may become a really powerful tool for Web

Re: [Mono-dev] Need help tracking this bug...

2007-03-30 Thread Marcos Cobeña Morián
Hi Alan, If you can run your application on Windows, check this tool which can help to find where's located memory leak: http://www.microsoft.com/downloads/details.aspx?amp;amp;displaylang=enfamilyid=9bfa49bc-376b-4a54-95aa-73c9156706e7displaylang=en. This guide can also help:

Re: [Mono-dev] WebService application model

2007-03-28 Thread Marcos Cobeña Morián
, Marcos Cobeña Morián [EMAIL PROTECTED]: Hi Mads, Coming from CORBA world, maybe .NET Remoting is your solution. When using ASP.NET Web Services, you basically expose methods which are accesible just using SOAP over HTTP. In a n-tier application, WS just exposes some, for example, business methods

Re: [Mono-dev] WebService application model

2007-03-27 Thread Marcos Cobeña Morián
Hi Mads, Coming from CORBA world, maybe .NET Remoting is your solution. When using ASP.NET Web Services, you basically expose methods which are accesible just using SOAP over HTTP. In a n-tier application, WS just exposes some, for example, business methods, but no states, as you're maybe used