[Mono-dev] Load Librery ....

Kimerop Kimeropweb.com kimerop at hotmail.com
Fri Nov 17 23:23:35 EST 2006


Greetings to all
. As a bookstore can be loaded, elaborated in another 
language for example DLL or a bookstore of linux, and to implement its 
functions
. In tactical mission the bookstore of linux (sys/io.h) ioperm and 
outb Some example, Gracias
.





>From: mono-devel-list-request at lists.ximian.com
>Reply-To: mono-devel-list at lists.ximian.com
>To: mono-devel-list at lists.ximian.com
>Subject: Mono-devel-list Digest, Vol 19, Issue 30
>Date: Fri, 17 Nov 2006 14:10:43 -0500
>
>Send Mono-devel-list mailing list submissions to
>	mono-devel-list at lists.ximian.com
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.ximian.com/mailman/listinfo/mono-devel-list
>or, via email, send a message with subject or body 'help' to
>	mono-devel-list-request at lists.ximian.com
>
>You can reach the person managing the list at
>	mono-devel-list-owner at lists.ximian.com
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Mono-devel-list digest..."
>
>
>Today's Topics:
>
>    1.  Changes in mono makes monodevelop crashing (Hubert FONGARNAND)
>    2. Re:  Changes in mono makes monodevelop crashing (Robert Jordan)
>    3.  wsdl issue? (blackdog)
>    4.  ASP.NET 2.0 with apache (Thiago Alves)
>    5. Re:  ASP.NET 2.0 with apache (Joe Audette)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Fri, 17 Nov 2006 09:03:03 +0100
>From: Hubert FONGARNAND <informatique.internet at fiducial.fr>
>Subject: [Mono-dev] Changes in mono makes monodevelop crashing
>To: "mono-devel-list at lists.ximian.com"
>	<mono-devel-list at lists.ximian.com>
>Message-ID: <1163750583.16135.9.camel at hublinux.fidudev.fr>
>Content-Type: text/plain; charset="us-ascii"
>
>Just as information
>
>It seem's that changes in Serialization in the .NET 2.0 profile break
>monodevelop today
>
>System.Runtime.Serialization.SerializationException: No element named
>KeyComparer could be found.
>   at System.Runtime.Serialization.SerializationInfo.GetValue
>(System.String name, System.Type type) [0x0009b]
>in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization/SerializationInfo.cs:152
>   at System.Collections.Hashtable.OnDeserialization (System.Object
>sender) [0x00059]
>in /home/hubert/mono/mcs/class/corlib/System.Collections/Hashtable.cs:578
>   at
>System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent ()
>[0x00076]
>in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization/ObjectManager.cs:169
>   at
>System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject 
>(System.IO.BinaryReader reader) [0x0001a] in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs:117
>   at
>System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph 
>(System.IO.BinaryReader reader, Boolean readHeaders, System.Object& result, 
>System.Runtime.Remoting.Messaging.Header[]& headers) [0x00044] in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs:105
>   at
>System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize 
>(System.IO.Stream serializationStream, 
>System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00079] in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/BinaryFormatter.cs:172
>   at
>System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize 
>(System.IO.Stream serializationStream) [0x00000] in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/BinaryFormatter.cs:129
>   at MonoDevelop.Projects.Parser.CodeCompletionDatabase.ReadHeaders
>(System.String baseDir, System.String name) [0x00022]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Projects/MonoDevelop.Projects.Parser/CodeCompletionDatabase.cs:176
>   at
>MonoDevelop.Projects.Parser.AssemblyCodeCompletionDatabase.CleanDatabase
>(System.String baseDir, System.String name) [0x00000]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Projects/MonoDevelop.Projects.Parser/AssemblyCodeCompletionDatabase.cs:212
>   at MonoDevelop.Projects.Parser.ParserDatabase.DeleteObsoleteDatabases
>() [0x00033]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Projects/MonoDevelop.Projects.Parser/DefaultParserService.cs:913
>   at MonoDevelop.Projects.Parser.ParserDatabase.Initialize () [0x00006]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Projects/MonoDevelop.Projects.Parser/DefaultParserService.cs:562
>   at
>MonoDevelop.Projects.Parser.DefaultParserService.CreateParserDatabase ()
>[0x00007]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Projects/MonoDevelop.Projects.Parser/DefaultParserService.cs:41
>   at MonoDevelop.Ide.Gui.ProjectOperations..ctor () [0x00069]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs:81
>   at MonoDevelop.Ide.Gui.IdeApp.Initialize (IProgressMonitor monitor)
>[0x0000a]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Ide.cs:90
>   at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00328]
>in 
>/home/hubert/mono/monodev-stable/monodevelop-0.12/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IdeStartup.cs:157
>_______________________________________________
>Ce message et les éventuels documents joints peuvent contenir des 
>informations confidentielles.
>Au cas où il ne vous serait pas destiné, nous vous remercions de bien 
>vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute 
>utilisation de ce message non conforme à sa destination, toute diffusion ou 
>publication, totale ou partielle et quel qu'en soit le moyen est 
>formellement interdite.
>Les communications sur internet n'étant pas sécurisées, l'intégrité de ce 
>message n'est pas assurée et la société émettrice ne peut être tenue pour 
>responsable de son contenu.
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/fc138e36/attachment-0001.html
>
>------------------------------
>
>Message: 2
>Date: Fri, 17 Nov 2006 10:47:24 +0100
>From: Robert Jordan <robertj at gmx.net>
>Subject: Re: [Mono-dev] Changes in mono makes monodevelop crashing
>To: mono-devel-list at lists.ximian.com
>Message-ID: <ejk0fd$mk4$1 at sea.gmane.org>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hubert FONGARNAND wrote:
> > Just as information
> >
> > It seem's that changes in Serialization in the .NET 2.0 profile break
> > monodevelop today
>
>This is due to this change in System.Collection.Hashtable:
>
>2006-11-16  Miguel de Icaza  <miguel at novell.com>
>
>          * Hashtable.cs: Serialize EqualityComparer.
>
>
>The change introduced a deserialization incompatibility of data
>serialized before the change.
>
>Please try the attached patch.
>
>Robert
>
> >
> > System.Runtime.Serialization.SerializationException: No element named
> > KeyComparer could be found.
> >   at System.Runtime.Serialization.SerializationInfo.GetValue
> > (System.String name, System.Type type) [0x0009b]
> > in 
>/home/hubert/mono/mcs/class/corlib/System.Runtime.Serialization/SerializationInfo.cs:152
> >   at System.Collections.Hashtable.OnDeserialization (System.Object
> > sender) [0x00059]
> > in 
>/home/hubert/mono/mcs/class/corlib/System.Collections/Hashtable.cs:578
>-------------- next part --------------
>An embedded and charset-unspecified text was scrubbed...
>Name: Hashtable.diff
>Url: 
>http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/70773881/attachment-0001.pl
>
>------------------------------
>
>Message: 3
>Date: Fri, 17 Nov 2006 11:15:08 -0300
>From: blackdog <rmt512 at gmail.com>
>Subject: [Mono-dev] wsdl issue?
>To: mono-devel-list at lists.ximian.com
>Message-ID:
>	<b5e2fe8e0611170615s393e8c50x2bf70b1355a096f at mail.gmail.com>
>Content-Type: text/plain; charset="iso-2022-jp"
>
>Hi
>
>I'm new to web services so i don't know what's going on here. I generate my
>web service and i can access it no problem from a mono client, however, i
>tried to create a java web service client from netbeans 5.5 and it
>complained about the documentation attribute turning up twice .... sure
>enough on inspection of the wsdl, i see this
>
><message name="StopAllHttpPostOut"/>
>?
>     <portType name="ControlSoap">
>?
>     <operation name="Start">
><wsdl:documentation>test</wsdl:documentation>
><wsdl:documentation>test</wsdl:documentation>
><input message="s0:StartSoapIn"/>
><output message="s0:StartSoapOut"/>
></operation>
>?
>     <operation name="Stop">
><wsdl:documentation> </wsdl:documentation>
><wsdl:documentation></wsdl:documentation>
><input message="s0:StopSoapIn"/>
><output message="s0:StopSoapOut"/>
></operation>
>
>if my methods have or don't have a description then the documentation
>attribute turns up twice.
>
>Is this a bug in mono or java? oh i'm running this on mono 1.1.18.
>
>Thanks
>
>Ritchie
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/e3a8b921/attachment-0001.html
>
>------------------------------
>
>Message: 4
>Date: Fri, 17 Nov 2006 14:32:01 -0200
>From: "Thiago Alves" <thiago1982 at gmail.com>
>Subject: [Mono-dev] ASP.NET 2.0 with apache
>To: mono-devel-list at lists.ximian.com
>Message-ID:
>	<3df0dc070611170832y5cededf0h97137b60da7ac1b1 at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi folks,
>
>Two weeks ago I installed mono 1.1 because I wanted to host ASP.NET 2.0 in
>my linux machine. I was able to run an ASP.NET 2.0 using xsp2, but I had
>problems trying to use mod_mono (it only worked for ASP.NET 1.0 projects).
>After lots of Googling I decided to get the latest releases of apache, 
>mono,
>xsp and mod_mono.
>
>Now I have no problem setting apache to run ASP.NET through mod_mono and
>mod-mono-server.exe, but I still have only ASP.NET 1.0. After some search I
>realized that there is a "mod-mono-server2.exe" which runs ASP.NET 2.0, but
>I simply can't find it anywhere!
>
>Is it possible to host 2.0 pages using apache instead of xsp2? What should 
>I
>do?
>
>Thanks in advance!
>
>Thiago Alves
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/82b2ae4e/attachment-0001.html
>
>------------------------------
>
>Message: 5
>Date: Fri, 17 Nov 2006 13:13:33 -0500
>From: "Joe Audette" <joe.audette at gmail.com>
>Subject: Re: [Mono-dev] ASP.NET 2.0 with apache
>To: "Thiago Alves" <thiago1982 at gmail.com>
>Cc: mono-devel-list at lists.ximian.com
>Message-ID:
>	<27d75530611171013v2bd6719fw9e8f21dc099007cf at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi,
>
>See the documentation for mod_mono here:
>http://www.mono-project.com/Mod_mono
>
>I also have a tutorial here that may be helpful
>http://www.joeaudette.com/settingupapachevirtualhostswithmod_mono.aspx
>
>Hope it helps,
>
>Joe
>
>On 11/17/06, Thiago Alves <thiago1982 at gmail.com> wrote:
> >
> > Hi folks,
> >
> > Two weeks ago I installed mono 1.1 because I wanted to host ASP.NET 2.0 
>in
> > my linux machine. I was able to run an ASP.NET 2.0 using xsp2, but I had
> > problems trying to use mod_mono (it only worked for ASP.NET 1.0 
>projects).
> > After lots of Googling I decided to get the latest releases of apache, 
>mono,
> > xsp and mod_mono.
> >
> > Now I have no problem setting apache to run ASP.NET through mod_mono and
> > mod-mono-server.exe, but I still have only ASP.NET 1.0. After some 
>search
> > I realized that there is a "mod-mono-server2.exe" which runs ASP.NET 
>2.0,
> > but I simply can't find it anywhere!
> >
> > Is it possible to host 2.0 pages using apache instead of xsp2? What 
>should
> > I do?
> >
> > Thanks in advance!
> >
> > Thiago Alves
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
> >
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/8d8f4a93/attachment.html
>
>------------------------------
>
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>End of Mono-devel-list Digest, Vol 19, Issue 30
>***********************************************

_________________________________________________________________
Grandes éxitos, superhéroes, imitaciones, cine y TV... 
http://es.msn.kiwee.com/ Lo mejor para tu móvil.




More information about the Mono-devel-list mailing list