Re: [Mono-list] monodoc crash when I open SourceView class section

2006-01-24 Thread amartinez
Hello, The problem is fixed in the monodoc svn version. Many thanks to Rafael Ferreira. -- Antonio Martinez ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] ASP.NET

2006-01-24 Thread Chris Aitken
> <%@ Page language="c#" Codebehind="index.aspx.cs" > AutoEventWireup="false" Inherits="MSc.Starter" %> HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > > Codebehind is a VS thing only. Change it to Src and it should all work. > The Starter class is defined in index.aspx.cs It do

Re: [Mono-list] monodoc crash when I open SourceView class section

2006-01-24 Thread Rafael Ferreira
You're welcome :-) > Hello, > > The problem is fixed in the monodoc svn version. > Many thanks to Rafael Ferreira. > > -- > Antonio Martinez > ___ > Mono-list maillist - Mono-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list >

[Mono-list] mono_get_lmf_addr failure

2006-01-24 Thread Andreas Färber
Hi, What does a fatal error in mono_get_lmf_addr in mini.c mean? I am getting this at a certain point in my application which experimentally makes heavy use of native2managed callbacks. More specifically I am posing as Cocoa class NSObject and overriding the dealloc method, calling the origin

Re: [Mono-list] ASP.NET

2006-01-24 Thread peter
Chris Aitken wrote: Codebehind is a VS thing only. Change it to Src and it should all work. Great stuff, Chris, it works just like you said. The other thing I noticed is that I can leave the Codebehind="..." in just so long as I add Src="..." to the declaration. I guess that applies in

[Mono-list] unix and unix.native shared component 0.9 monodevelop

2006-01-24 Thread Mikkel Bøttger
Hi all, I'm Having a problem installing MonoDevelop 0.9. First It said, that the shared library gtk-gekko-sharp was not installed. Found a new version and added the path to ld.so.conf and ran ldconfig. Okay, problem solved. It then complained about the two shared components in the gac Unix and U

[Mono-list] Sparc/Solaris Mono packages.

2006-01-24 Thread Miguel de Icaza
Hello, You are receiving this email because you emailed me in the past about Mono packages for Solaris/SPARC or because you are reading this from the Mono mailing list. We have now prepared some beta packages for people to try out. You need Solaris 8 at least to run these packages.

RE: [Mono-list] ASP.NET

2006-01-24 Thread Chris AItken
>Codebehind is a VS thing only. Change it to Src and it should all work. > > Great stuff, Chris, it works just like you said. The other thing I noticed is that I can leave the Codebehind="..." in just so long as I add Src="..." to the declaration. I guess that applies in VS as well (I shall

[Mono-list] mono-1.1.13.2.0.0.sunos8.novell.sparc.pkg

2006-01-24 Thread Melissa Vandenbrink
I've installed the mono Solaris 8 mono package and after some work I've been able to get it to work.. however: ([EMAIL PROTECTED]) ~> mono ConnectSybaseODBC.exe The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the `/tmp/install/lib/mono/1.0/mscorlib.

[Mono-list] bug installer mono win32 - gecko sharp 2

2006-01-24 Thread Jorge Gonzalez
hi, sorry for my pour englishIn the installation mono 1.1.13 on win32 the configuration file of library geckosharp 2.0%Mono%\lib\mono\gecko-sharp-2.0\gecko-sharp.dll.configis badin the line 6 have   this would have to be   with the original it does not work. -- JAGJorge Gonzálezjorge.unal (at) gmai

Re: [Mono-list] ASP.NET

2006-01-24 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-24 at 19:13 +, peter wrote: > Chris Aitken wrote: > > >Codebehind is a VS thing only. Change it to Src and it should all work. > > > > > Great stuff, Chris, it works just like you said. > > The other thing I noticed is that I can leave the > > Codebehind="..." > > in just

[Mono-list] avoid need for xmlns specifrication.

2006-01-24 Thread Ivano Luberti
Hi to all. Before sending this post I have searched the mailing listo for hours but I couldn't  find an answer, maybe beacuse I'm not an XML expert. I'm trying to consume a web service running under XSP  using an Axis Client. I have developed the web service and downloaded the WSDL. Then I have b

Re: [Mono-list] mono-1.1.13.2.0.0.sunos8.novell.sparc.pkg

2006-01-24 Thread Wade Berrier
Make sure that you load the environment file: /opt/mono/setup.sh (Or the corresponding setup.csh) You need to: /opt/mono/setup.sh in order to set up the environment. Let me know if that doesn't work. I'll add some instructions on the wiki about this. Wade On Tue, 2006-01-24 at 16:48 -0500,

[Mono-list] Re: unix and unix.native shared component 0.9 monodevelop

2006-01-24 Thread Muthiah Annamalai
Dear Mikkel, I think monodevelop0.9 needs mono version 1.0 or better. Its the FCL libraries you are missing, I guess. You can find version youre running using $ mono --version Please update your mono installation. My 2 cents, Muthu Annamalai Yahoo! Photos Ring in the New Year with Photo Calen

Re: [Mono-list] avoid need for xmlns specifrication.

2006-01-24 Thread Andreas Färber
Ciao, I'm trying to consume a web service running under XSP  using an Axis Client. I have developed the web service and downloaded the WSDL. Then I have built the client using wsdl2java. When I try to call a method I don't get the expected answer. I have been able to diagnose that the web

Re: [Mono-list] ASP.NET

2006-01-24 Thread peter
Chris AItken wrote: No problem Peter, glad it worked for you. The Codebehind tag tells VS to precompile the source into an assembly. You can precompile too, and I think (IIRC) you only need to use the Inherits tag. Of course, as you say, you can leave both in, then VS will precompile, and mono

Re: [Mono-list] mono-1.1.13.2.0.0.sunos8.novell.sparc.pkg

2006-01-24 Thread Wade Berrier
The Downloads page on the wiki has been updated with some Solaris package instructions. Wade On Tue, 2006-01-24 at 15:36 -0700, Wade Berrier wrote: > Make sure that you load the environment file: /opt/mono/setup.sh (Or the > corresponding setup.csh) > > You need to: > > /opt/mono/setup.sh > >

Re: [Mono-list] ASP.NET

2006-01-24 Thread peter
Gonzalo Paniagua Javier wrote: The "problem" with Src is that the file will need to be compiled on every xsp/mod-mono-server restart. If you compile it into a dll and put that dll in the 'bin' directory, there will be no need to compile that file again. So, Src is fine when you're actively devel

Re: [Mono-list] unix and unix.native shared component 0.9 monodevelop

2006-01-24 Thread Jonathan Pryor
On Tue, 2006-01-24 at 20:29 +0100, Mikkel Bøttger wrote: > Hi all, > > I'm Having a problem installing MonoDevelop 0.9. > > First It said, that the shared library gtk-gekko-sharp was not installed. > Found a new version and added the path to ld.so.conf and ran ldconfig. Okay, > problem solved. It

[Mono-list] Error using DataTable in a web service

2006-01-24 Thread David P. Donahue
I've added a simple function to a web service that, with unimportant details removed, boils down to the following: DataTable MyFunction(){ return FunctionWhichReturnsADataSet().Tables[0]; } Prior to adding this function, everything works fine. Once I add this and re-compile, when I try to b

Re: [Mono-list] ASP.NET

2006-01-24 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-24 at 23:18 +, peter wrote: > Well, there is a dll in the bin directory and looking at it on Windows > using ILDASM, it contains defintions of all the objects in my > application, so I guess that's OK. The app won't run under XSP without > the Src attribute though. But as