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 f

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 Mas

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 on

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 th

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 PROT

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

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. I

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 alt

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.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 d

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

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 trie

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

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

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, Mi

Re: [Mono-dev] mono crashing on windows

2007-06-29 Thread Marcos Cobeña Morián
while to build on windows... > > - Jonathan > > > On 6/27/07, 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, th

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

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

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 wher

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 devel

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=en&familyid=9bfa49bc-376b-4a54-95aa-73c9156706e7&displaylang=en. This guide can also help: http://support.mi

Re: [Mono-dev] WebService application model

2007-03-28 Thread Marcos Cobeña Morián
;-) Cheers, 2007/3/27, 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

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 to

Re: [Mono-dev] wsdl issue?

2006-11-18 Thread Marcos Cobeña
Hi there, As a quick check, could you try the same under MS .NET? Sometimes, Java WS don't work as expected against .NET ones, they differ on basic data types and so on. In addition, it'd be nice to have Java WSDL file. I'll be waiting for your feedback. Regards, 2006/11/17, blackdog <[EMAIL P

Re: [Mono-dev] RV: Please Help

2006-10-16 Thread Marcos Cobeña
Hi, Just in case, give a try to XSP2 instead of XSP. Regards, 2006/10/16, Robert Jordan <[EMAIL PROTECTED]>: > Jorge Londoño wrote: > > Hi, I am using XSP, this is message from console application: > > > > An unhandled exception of type > > 'System.Web.Services.Protocols.SoapHeaderException' occ

Re: [Mono-dev] Please Help

2006-10-15 Thread Marcos Cobeña
nack, the method return string, the problem is > with mono xsp, the code is return "Hola Mundo" > > Thanks, > > > Jorge > > -----Mensaje original- > De: Marcos Cobeña [mailto:[EMAIL PROTECTED] > Enviado el: Domingo, 15 de Octubre de 2006 01:27

Re: [Mono-dev] Please Help

2006-10-15 Thread Marcos Cobeña
Hi Jorge, Could you show us some code? Maybe the exception stack? Regards, 2006/10/15, Jorge Londoño <[EMAIL PROTECTED]>: > > > > > Hi, i am testing webservice in mono 1.1.18, invoke method and appear this > error: > > Error getting response stream (ReadDone2): ReceiveFailure > > > > > > Thanks

Re: [Mono-dev] On the way to bootstrap vbnc on Mono - How to debug the runtime on cygwin?

2006-10-15 Thread Marcos Cobeña
Hi there, Both using Cygwin and/or VC++ Express, you always can use Debugging Tools for Windows (http://www.microsoft.com/whdc/devtools/debugging/default.mspx). Regards, PS.: I wonder if it's worth to create an extension targeting Mono for this debugger... 2006/10/15, Zoltan Varga <[EMAIL PROTE

Re: [Mono-dev] .NET Micro Framework Platform

2006-10-11 Thread Marcos Cobeña
Hi Paolo, Suppose you're right, it's not handy to think on porting Mono to those gadgets. Anyway, think it's nice to see how this platform evolves. :-) Thanks for your answer. Regards, 2006/10/11, Paolo Molaro <[EMAIL PROTECTED]>: > On 10/10/06 Marcos Cobeña wrote: &g

[Mono-dev] .NET Micro Framework Platform

2006-10-10 Thread Marcos Cobeña
Hi dudes, I've found it worth to mention if thinking about embedding Mono on mobile devices: http://www.aboutnetmf.com/entry.asp. Take also a look to: http://www.aboutnetmf.com/NET_Micro_Framework_Whitepaper_V_1.0.doc. By the way, is there already any effort for doing something similar? Sorry if

[Mono-dev] .NET Micro Framework Platform

2006-10-10 Thread Marcos Cobeña
Hi dudes, I've found it worth to mention if thinking about embedding Mono on mobile devices: http://www.aboutnetmf.com/entry.asp. Take also a look to: http://www.aboutnetmf.com/NET_Micro_Framework_Whitepaper_V_1.0.doc. By the way, is there already any effort for doing something similar? Sorry if

Re: [Mono-dev] C# to x86 assembly code?

2006-09-19 Thread Marcos Cobeña
By the way, is it planed to ship MDB with Mono installer packages? For Windows I mean, as I think it's currently possible to get it running under GNU/Linux. Thanks in advance. Regards, 2006/9/18, Robert Jordan <[EMAIL PROTECTED]>: > Auge Mike wrote: > > Hi Marcos, > > > > Yes this can help! But

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Marcos Cobeña
Thanks, forgot it! :-) 2006/9/18, Rafael Teixeira <[EMAIL PROTECTED]>: > But to complete the picture, it will still need the Mono runtime. > > :) > > On 9/18/06, Marcos Cobeña <[EMAIL PROTECTED]> wrote: > > Hi Auge, > > > > You can currently u

Re: [Mono-dev] C# to x86 assembly code?

2006-09-18 Thread Marcos Cobeña
Hi Auge, You can currently use Mono AOT compilation (Ahead-Of-Time; "mono --aot" I think) in order to get a precompiled binary, It'll cause your application to run faster, between some other things. Hope this helps. Regards, 2006/9/18, Auge Mike <[EMAIL PROTECTED]>: > Hi all, > > I want to know