From Tom.Emerson at wbconsultant.com Fri Nov 2 14:42:25 2007 From: Tom.Emerson at wbconsultant.com (Emerson, Tom (*IC)) Date: Fri, 2 Nov 2007 11:42:25 -0700 Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) Message-ID: Greetings one and all - getting my feet wet here with mono, coming from a modest vb6 background (and just learning .net), and as you might expect I've hit a roadblock. I have what I hope is a fairly simple application: a "sign-in" sheet for LUG attendees [details below, for those that are interested] Since I'm fairly comfortable with VB in general, I built this in the "express" [free/beer] version of VB.net [2005] and got it running well enough, copied the entire directory tree to my linux system, and searched for what I expected to be the most frequent question people like me would face: what next? How do I "compile" this? [my "command line" compiling may date back to COBOL, but for VB I've never had to touch the command line...] Searching this archive did find a "suggestion" of "open the /solution/ in monodevelop and click the run/start-debugging button" This resulted in an error about "system.deployment", but further research showed that this wasn't in use, so was safe to remove from the project. Now, when I compile I get the message: (44,99)(error: there has been an internal error in the compiler: 'Use the other overload.' caused by the line) And that's it -- no filename or line number reference for me to do any further debugging... :( [oh, and I should point out I'm using the "stock" version of mono included on the OpenSuSE 10.3 download] Tom Program details: This is based on something I remember from an OS/2 LUG that implemented this in REXX. The primary form has a text box to fill in your name, and an "OK" button to mark yourself as "in attendance". There is a [readonly] checked-listbox control with everyone's name, and pressing "OK" searches the list and checks your name if found. If not found, exposes (makes visible) a frame with an "e-mail" textbox/prompt and a second "OK" button -- pressing this button adds you to the list and marks it as checked. There is also an area on the form devoted to information about the current meeting [who the speaker is, what the topic is, etc.] A second form, accessible by right-clicking the member list, allows editing of user information [deleting duplicate names, changing e-mail address] Behind the scenes is a (disconnected?) "dataset" with tables for attendees (LUG members), "meeting information", and a cross-ref table of meetings and attendees [who attended what meeting] These are stored (for the moment) as XML files in the user's home directory [loaded at the start, saved when the program closes, lost if the program crashes...] Ultimately this will be replaced by direct access to a mysql or similar database, but for now getting the program going is the primary concern. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071102/2e1deff7/attachment.html From rolflists at ya.com Fri Nov 2 14:57:33 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Fri, 2 Nov 2007 19:57:33 +0100 Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) In-Reply-To: References: Message-ID: <003301c81d82$3ddd5ad0$b9981070$@com> Hi Tom, This is obviously a compiler bug, but in order to find the cause I would need to have a look at the code (feel free to send it to me directly, there's no need to spend time isolating the issue further, I'll find it in a couple of minutes anyway) Rolf From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Emerson, Tom (*IC) Sent: viernes, 02 de noviembre de 2007 19:42 To: mono-vb at lists.ximian.com Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) Greetings one and all - getting my feet wet here with mono, coming from a modest vb6 background (and just learning .net), and as you might expect I've hit a roadblock. I have what I hope is a fairly simple application: a "sign-in" sheet for LUG attendees [details below, for those that are interested] Since I'm fairly comfortable with VB in general, I built this in the "express" [free/beer] version of VB.net [2005] and got it running well enough, copied the entire directory tree to my linux system, and searched for what I expected to be the most frequent question people like me would face: what next? How do I "compile" this? [my "command line" compiling may date back to COBOL, but for VB I've never had to touch the command line...] Searching this archive did find a "suggestion" of "open the /solution/ in monodevelop and click the run/start-debugging button" This resulted in an error about "system.deployment", but further research showed that this wasn't in use, so was safe to remove from the project. Now, when I compile I get the message: (44,99)(error: there has been an internal error in the compiler: 'Use the other overload.' caused by the line) And that's it -- no filename or line number reference for me to do any further debugging... :( [oh, and I should point out I'm using the "stock" version of mono included on the OpenSuSE 10.3 download] Tom Program details: This is based on something I remember from an OS/2 LUG that implemented this in REXX. The primary form has a text box to fill in your name, and an "OK" button to mark yourself as "in attendance". There is a [readonly] checked-listbox control with everyone's name, and pressing "OK" searches the list and checks your name if found. If not found, exposes (makes visible) a frame with an "e-mail" textbox/prompt and a second "OK" button -- pressing this button adds you to the list and marks it as checked. There is also an area on the form devoted to information about the current meeting [who the speaker is, what the topic is, etc.] A second form, accessible by right-clicking the member list, allows editing of user information [deleting duplicate names, changing e-mail address] Behind the scenes is a (disconnected?) "dataset" with tables for attendees (LUG members), "meeting information", and a cross-ref table of meetings and attendees [who attended what meeting] These are stored (for the moment) as XML files in the user's home directory [loaded at the start, saved when the program closes, lost if the program crashes...] Ultimately this will be replaced by direct access to a mysql or similar database, but for now getting the program going is the primary concern. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071102/422cdb14/attachment.html From andyhume32 at yahoo.co.uk Fri Nov 2 17:08:18 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Fri, 2 Nov 2007 21:08:18 -0000 Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) In-Reply-To: <003301c81d82$3ddd5ad0$b9981070$@com> References: <003301c81d82$3ddd5ad0$b9981070$@com> Message-ID: <01ed01c81d94$7f8a1420$0302a8c0@alanpc1> Sounds like https://bugzilla.novell.com/show_bug.cgi?id=325339 cunningly entitled vbnc: error "Use the other overload." Is there a AddressOf operator at line 44 in your code? It's fixed in the current code, and thus will be in the 1.2.6 release. There's a workaround for the issue too; add an explicit creation of a delegate. Let us know how it goes... Andy _____ From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Rolf Bjarne Kvinge Sent: 02 November 2007 18:58 To: 'Emerson, Tom (*IC)'; mono-vb at lists.ximian.com Subject: Re: [mono-vb] "user the OTHER overload"? (internal compiler error) Hi Tom, This is obviously a compiler bug, but in order to find the cause I would need to have a look at the code (feel free to send it to me directly, there's no need to spend time isolating the issue further, I'll find it in a couple of minutes anyway) Rolf From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Emerson, Tom (*IC) Sent: viernes, 02 de noviembre de 2007 19:42 To: mono-vb at lists.ximian.com Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) Greetings one and all - getting my feet wet here with mono, coming from a modest vb6 background (and just learning .net), and as you might expect I've hit a roadblock. I have what I hope is a fairly simple application: a "sign-in" sheet for LUG attendees [details below, for those that are interested] Since I'm fairly comfortable with VB in general, I built this in the "express" [free/beer] version of VB.net [2005] and got it running well enough, copied the entire directory tree to my linux system, and searched for what I expected to be the most frequent question people like me would face: what next? How do I "compile" this? [my "command line" compiling may date back to COBOL, but for VB I've never had to touch the command line...] Searching this archive did find a "suggestion" of "open the /solution/ in monodevelop and click the run/start-debugging button" This resulted in an error about "system.deployment", but further research showed that this wasn't in use, so was safe to remove from the project. Now, when I compile I get the message: (44,99)(error: there has been an internal error in the compiler: 'Use the other overload.' caused by the line) And that's it -- no filename or line number reference for me to do any further debugging... :( [oh, and I should point out I'm using the "stock" version of mono included on the OpenSuSE 10.3 download] Tom Program details: This is based on something I remember from an OS/2 LUG that implemented this in REXX. The primary form has a text box to fill in your name, and an "OK" button to mark yourself as "in attendance". There is a [readonly] checked-listbox control with everyone's name, and pressing "OK" searches the list and checks your name if found. If not found, exposes (makes visible) a frame with an "e-mail" textbox/prompt and a second "OK" button -- pressing this button adds you to the list and marks it as checked. There is also an area on the form devoted to information about the current meeting [who the speaker is, what the topic is, etc.] A second form, accessible by right-clicking the member list, allows editing of user information [deleting duplicate names, changing e-mail address] Behind the scenes is a (disconnected?) "dataset" with tables for attendees (LUG members), "meeting information", and a cross-ref table of meetings and attendees [who attended what meeting] These are stored (for the moment) as XML files in the user's home directory [loaded at the start, saved when the program closes, lost if the program crashes...] Ultimately this will be replaced by direct access to a mysql or similar database, but for now getting the program going is the primary concern. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071102/4ba383e4/attachment-0001.html From Tom.Emerson at wbconsultant.com Fri Nov 2 18:59:27 2007 From: Tom.Emerson at wbconsultant.com (Emerson, Tom (*IC)) Date: Fri, 2 Nov 2007 15:59:27 -0700 Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) Message-ID: -----Original Message----- of Andy Hume Sounds like https://bugzilla.novell.com/show_bug.cgi?id=325339 cunningly entitled vbnc: error "Use the other overload." Is there a AddressOf operator at line 44 in your code? It's fixed in the current code, and thus will be in the 1.2.6 release. There's a workaround for the issue too; add an explicit creation of a delegate. Let us know how it goes... ======================================= Hmmm... Too many places to search for errors I guess -- it didn't show up on my initial search of the net ("other" and "overload" are too generic of terms, even when combined...) But to answer your question, yes, the auto-generated code defining the "database" does indeed have an "addressof" operation in line 44 of DB.Designer.vb (and two other places to boot) Since it is "code I didn't write", I'm not too fond of the idea of mucking about with it The line in question appears to be: Dim schemaChangedHandler As System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged [line breaks added by me] (the other two instances are similar) From rolflists at ya.com Mon Nov 5 07:38:43 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Mon, 5 Nov 2007 13:38:43 +0100 Subject: [mono-vb] "user the OTHER overload"? (internal compiler error) In-Reply-To: References: Message-ID: <004e01c81fa8$d03b8eb0$70b2ac10$@com> Hi, This issue was effectively fixed some time ago. The project you sent me did however find other bugs in the compiler, and they are now fixed. This fix will be in mono 1.2.6, and you should be able to download previews later this week. In order to compile the project in MonoDevelop, you have to delete the resources (there's a folder in the solution explorer called "Resources" with 3 items, just remove them all from the solution). The problem comes from the fact that they contain no resources at all, and when compiling the resources (which is done by a resources compiler, not the vb compiler), it just ends up with an invalid file (I've already filed a bug for this one). Rolf > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Emerson, Tom (*IC) > Sent: viernes, 02 de noviembre de 2007 23:59 > To: mono-vb at lists.ximian.com > Subject: Re: [mono-vb] "user the OTHER overload"? (internal compiler > error) > > -----Original Message----- of Andy Hume > > Sounds like https://bugzilla.novell.com/show_bug.cgi?id=325339 > cunningly > entitled vbnc: error "Use the other overload." Is there a AddressOf > operator at line 44 in your code? > > It's fixed in the current code, and thus will be in the 1.2.6 release. > There's a workaround for the issue too; add an explicit creation of a > delegate. Let us know how it goes... > ======================================= > > Hmmm... Too many places to search for errors I guess -- it didn't show > up on my initial search of the net ("other" and "overload" are too > generic of terms, even when combined...) But to answer your question, > yes, the auto-generated code defining the "database" does indeed have > an > "addressof" operation in line 44 of DB.Designer.vb (and two other > places > to boot) > > Since it is "code I didn't write", I'm not too fond of the idea of > mucking about with it > > The line in question appears to be: > > Dim schemaChangedHandler > As System.ComponentModel.CollectionChangeEventHandler > = AddressOf Me.SchemaChanged > > [line breaks added by me] (the other two instances are similar) > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.18/1104 - Release Date: > 01/11/2007 18:47 From andyhume32 at yahoo.co.uk Mon Nov 5 12:35:45 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Mon, 5 Nov 2007 17:35:45 -0000 Subject: [mono-vb] Problems compiling on Windows Message-ID: <023a01c81fd2$4c9426b0$0302a8c0@alanpc1> Rolf I'm looking forward to trying your mono-basic fixes. I'm please that they will make 1.2.6. :-) However compiling on Windows currently fails for me (at r88886, and before) -- but curiously I see no problem on Linux. I've even deleted my tree and started again but stil the same problem, see the error below. Any ideas? Andy make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc/tests' make all-local make[3]: Entering directory `/usr/src/mono/mono-basic/vbnc/vbnc' MONO_PATH="../../class/lib/bootstrap;$MONO_PATH" mono --debug ../../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp /debug+ /debug:full -target:exe -out:vbnc.exe @../../build/deps/vbnc.exe.response Visual Basic.Net Compiler version 0.0.0.5815 Copyright (C) 2004-2007 Rolf Bjarne Kvinge. All rights reserved. Error : VBNC99999: Unexpected error: Object reference not set to an instance ofan object at vbnc.Emitter.EmitCallOrCallVirt (vbnc.EmitInfo Info, System.Reflection.MethodInfo Method) [0x00000] in /mono/head/mono-basic/vbnc/vbnc/source/Emit/Emitter.vb:1071 at vbnc.Helper.EmitStoreArrayElement (vbnc.EmitInfo Info, vbnc.Expression ArrayVariable, vbnc.ArgumentList Arguments) [0x000c2] in /mono/head/mono-basic/vbnc/vbnc/source/General/Helper.vb:1334 at vbnc.VariableClassification.GenerateCode (vbnc.EmitInfo Info) [0x00485] in /mono/head/mono-basic/vbnc/vbnc/source/Expressions/Classifications/VariableClassification.vb:312 at vbnc.AssignmentStatement.GenerateCode (vbnc.EmitInfo Info) [0x0000f] in /mono/head/mono-basic/vbnc/vbnc/source/Statements/AssignStatements/AssignmentStatement.vb:73 at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) [0x002d0] in /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) [0x00002] in /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) [0x002d0] in /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) [0x00002] in /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 at vbnc.CodeBlock.GenerateCode (IMethod Method) [0x00044] in /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:469 at vbnc.MethodBaseDeclaration.GenerateCode (vbnc.EmitInfo Info) [0x00090] in /mono/head/mono-basic/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:255 at vbnc.ConstructorDeclaration.GenerateCode (vbnc.EmitInfo Info) [0x0023f] in/mono/head/mono-basic/vbnc/vbnc/source/Members/ConstructorDeclaration.vb:296 at vbnc.Helper.GenerateCodeCollection (IEnumerable Collection, vbnc.EmitInfo Info) [0x00025] in /mono/head/mono-basic/vbnc/vbnc/source/General/Helper.vb:2364 at vbnc.BaseObjects`1[vbnc.IMember].GenerateCode (vbnc.EmitInfo ) [0x00000] in /mono/head/mono-basic/vbnc/vbnc/source/General/BaseObjects`1.vb:74 at vbnc.AssemblyDeclaration.Emit (vbnc.TypeDeclaration Type) [0x0001c] in /mono/head/mono-basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:170 at vbnc.AssemblyDeclaration.Emit () [0x00043] in /mono/head/mono-basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:516 at vbnc.Compiler.Compile () [0x00399] in /mono/head/mono-basic/vbnc/vbnc/source/General/Compiler.vb:589 Compilation took 00:00:32.2350000 make[3]: *** [../../class/lib/vbnc/vbnc.exe] Error 255 make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' make[2]: *** [do-all] Error 2 make[2]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mono/mono-basic/vbnc' make: *** [all-recursive] Error 1 From richard at beauware.com Mon Nov 5 16:51:30 2007 From: richard at beauware.com (Richard Couture) Date: Mon, 5 Nov 2007 21:51:30 +0000 Subject: [mono-vb] Authentification mode=Windows equivalence. In-Reply-To: References: Message-ID: Hi there, First is there some sort of reference manual or something about mono? Meanwhile, what will be the equivalence on Linux for the following tag in the web.config I am getting this error stack : The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) Description: Error processing request. Error Message: HTTP 500. System.Configuration.ConfigurationErrorsException: The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) Stack Trace: System.Configuration.ConfigurationErrorsException: The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) at System.Configuration.SectionInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlTextReader reader, Boolean overrideAllowed) [0x00000] at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000] at System.Configuration.SectionGroupInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlTextReader reader, Boolean overrideAllowed) [0x00000] at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000] at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed) [0x00000] at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlTextReader reader, System.String fileName) [0x00000] at System.Configuration.Configuration.Load () [0x00000] at System.Configuration.Configuration.Init (IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x00000] at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000] at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000] at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000] Thanks. Richard _________________________________________________________________ Send a smile, make someone laugh, have some fun! Start now! http://www.freemessengeremoticons.ca/?icid=EMENCA122 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071105/ff33cbfd/attachment.html From rolflists at ya.com Tue Nov 6 03:16:15 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Tue, 6 Nov 2007 09:16:15 +0100 Subject: [mono-vb] Authentification mode=Windows equivalence. In-Reply-To: References: Message-ID: <008b01c8204d$4d6a1e70$e83e5b50$@com> Hi, Since this is not a VB-specific issue, it'll be better if you post this message to the mono-list list, since the people who knows this issue isn't reading this list J Rolf From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Richard Couture Sent: lunes, 05 de noviembre de 2007 22:52 To: mono-vb at lists.ximian.com Subject: [mono-vb] Authentification mode=Windows equivalence. Hi there, First is there some sort of reference manual or something about mono? Meanwhile, what will be the equivalence on Linux for the following tag in the web.config I am getting this error stack : The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) Description: Error processing request. Error Message: HTTP 500. System.Configuration.ConfigurationErrorsException: The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) Stack Trace: System.Configuration.ConfigurationErrorsException: The section can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). () ( line 71) at System.Configuration.SectionInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlTextReader reader, Boolean overrideAllowed) [0x00000] at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000] at System.Configuration.SectionGroupInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlTextReader reader, Boolean overrideAllowed) [0x00000] at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000] at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed) [0x00000] at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlTextReader reader, System.String fileName) [0x00000] at System.Configuration.Configuration.Load () [0x00000] at System.Configuration.Configuration.Init (IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x00000] at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000] at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000] at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000] Thanks. _____ Richard _____ _____ Send a smile, make someone laugh, have some fun! Start now! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071106/32e50d2f/attachment-0001.html From rolflists at ya.com Tue Nov 6 03:29:53 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Tue, 6 Nov 2007 09:29:53 +0100 Subject: [mono-vb] Problems compiling on Windows In-Reply-To: <023a01c81fd2$4c9426b0$0302a8c0@alanpc1> References: <023a01c81fd2$4c9426b0$0302a8c0@alanpc1> Message-ID: <009601c8204f$34e5a6b0$9eb0f410$@com> Hi Andy, I have no idea right now what might be going on here, and I won't have time to fix it for 1.2.6 (I'm going on vacation later today :) Could you please file a bug and I'll look at it when I get back? Rolf > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Andy Hume > Sent: lunes, 05 de noviembre de 2007 18:36 > To: mono-vb at lists.ximian.com > Subject: [mono-vb] Problems compiling on Windows > > Rolf > > I'm looking forward to trying your mono-basic fixes. I'm please that > they will make 1.2.6. :-) > > However compiling on Windows currently fails for me (at r88886, and > before) -- but curiously I see no problem on Linux. I've even deleted > my tree and started again but stil the same problem, see the error > below. Any ideas? > > Andy > > > make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc/tests' > make all-local > make[3]: Entering directory `/usr/src/mono/mono-basic/vbnc/vbnc' > MONO_PATH="../../class/lib/bootstrap;$MONO_PATH" mono --debug > ../../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp /debug+ /debug:full > -target:exe -out:vbnc.exe @../../build/deps/vbnc.exe.response > Visual Basic.Net Compiler version 0.0.0.5815 > Copyright (C) 2004-2007 Rolf Bjarne Kvinge. All rights reserved. > > > Error : VBNC99999: Unexpected error: Object reference not set to an > instance ofan object > at vbnc.Emitter.EmitCallOrCallVirt (vbnc.EmitInfo Info, > System.Reflection.MethodInfo Method) [0x00000] in /mono/head/mono- > basic/vbnc/vbnc/source/Emit/Emitter.vb:1071 > at vbnc.Helper.EmitStoreArrayElement (vbnc.EmitInfo Info, > vbnc.Expression ArrayVariable, vbnc.ArgumentList Arguments) [0x000c2] > in /mono/head/mono-basic/vbnc/vbnc/source/General/Helper.vb:1334 > at vbnc.VariableClassification.GenerateCode (vbnc.EmitInfo Info) > [0x00485] in /mono/head/mono- > basic/vbnc/vbnc/source/Expressions/Classifications/VariableClassificati > on.vb:312 > at vbnc.AssignmentStatement.GenerateCode (vbnc.EmitInfo Info) > [0x0000f] in /mono/head/mono- > basic/vbnc/vbnc/source/Statements/AssignStatements/AssignmentStatement. > vb:73 > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > [0x002d0] in /mono/head/mono- > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) [0x00002] in > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > [0x002d0] in /mono/head/mono- > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) [0x00002] in > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > at vbnc.CodeBlock.GenerateCode (IMethod Method) [0x00044] in > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:469 > at vbnc.MethodBaseDeclaration.GenerateCode (vbnc.EmitInfo Info) > [0x00090] in /mono/head/mono- > basic/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:255 > at vbnc.ConstructorDeclaration.GenerateCode (vbnc.EmitInfo Info) > [0x0023f] in/mono/head/mono- > basic/vbnc/vbnc/source/Members/ConstructorDeclaration.vb:296 > at vbnc.Helper.GenerateCodeCollection (IEnumerable Collection, > vbnc.EmitInfo Info) [0x00025] in /mono/head/mono- > basic/vbnc/vbnc/source/General/Helper.vb:2364 > at vbnc.BaseObjects`1[vbnc.IMember].GenerateCode (vbnc.EmitInfo ) > [0x00000] in /mono/head/mono- > basic/vbnc/vbnc/source/General/BaseObjects`1.vb:74 > at vbnc.AssemblyDeclaration.Emit (vbnc.TypeDeclaration Type) > [0x0001c] in /mono/head/mono- > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:170 > at vbnc.AssemblyDeclaration.Emit () [0x00043] in /mono/head/mono- > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:516 > at vbnc.Compiler.Compile () [0x00399] in /mono/head/mono- > basic/vbnc/vbnc/source/General/Compiler.vb:589 > Compilation took 00:00:32.2350000 > make[3]: *** [../../class/lib/vbnc/vbnc.exe] Error 255 > make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > make[2]: *** [do-all] Error 2 > make[2]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/mono/mono-basic/vbnc' > make: *** [all-recursive] Error 1 > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.22/1111 - Release Date: > 05/11/2007 4:36 From andyhume32 at yahoo.co.uk Tue Nov 6 06:27:56 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Tue, 6 Nov 2007 11:27:56 -0000 Subject: [mono-vb] Problems compiling on Windows In-Reply-To: <009601c8204f$34e5a6b0$9eb0f410$@com> References: <023a01c81fd2$4c9426b0$0302a8c0@alanpc1> <009601c8204f$34e5a6b0$9eb0f410$@com> Message-ID: <026f01c82068$144198b0$0302a8c0@alanpc1> It is working this morning. :-) I didn't have an up-to-date mono/mcs build yesterday, so maybe that was the problem... Thanks Andy > -----Original Message----- > From: Rolf Bjarne Kvinge [mailto:rolflists at ya.com] > Sent: 06 November 2007 08:30 > To: 'Andy Hume'; mono-vb at lists.ximian.com > Subject: RE: [mono-vb] Problems compiling on Windows > > Hi Andy, > > I have no idea right now what might be going on here, and I > won't have time to fix it for 1.2.6 (I'm going on vacation > later today :) > > Could you please file a bug and I'll look at it when I get back? > > Rolf > > > -----Original Message----- > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > > bounces at lists.ximian.com] On Behalf Of Andy Hume > > Sent: lunes, 05 de noviembre de 2007 18:36 > > To: mono-vb at lists.ximian.com > > Subject: [mono-vb] Problems compiling on Windows > > > > Rolf > > > > I'm looking forward to trying your mono-basic fixes. I'm > please that > > they will make 1.2.6. :-) > > > > However compiling on Windows currently fails for me (at r88886, and > > before) -- but curiously I see no problem on Linux. I've > even deleted > > my tree and started again but stil the same problem, see the error > > below. Any ideas? > > > > Andy > > > > > > make[3]: Leaving directory > `/usr/src/mono/mono-basic/vbnc/vbnc/tests' > > make all-local > > make[3]: Entering directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > MONO_PATH="../../class/lib/bootstrap;$MONO_PATH" mono --debug > > ../../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp /debug+ > /debug:full > > -target:exe -out:vbnc.exe @../../build/deps/vbnc.exe.response > > Visual Basic.Net Compiler version 0.0.0.5815 Copyright (C) > 2004-2007 > > Rolf Bjarne Kvinge. All rights reserved. > > > > > > Error : VBNC99999: Unexpected error: Object reference not set to an > > instance ofan object > > at vbnc.Emitter.EmitCallOrCallVirt (vbnc.EmitInfo Info, > > System.Reflection.MethodInfo Method) [0x00000] in /mono/head/mono- > > basic/vbnc/vbnc/source/Emit/Emitter.vb:1071 > > at vbnc.Helper.EmitStoreArrayElement (vbnc.EmitInfo Info, > > vbnc.Expression ArrayVariable, vbnc.ArgumentList Arguments) > [0x000c2] > > in /mono/head/mono-basic/vbnc/vbnc/source/General/Helper.vb:1334 > > at vbnc.VariableClassification.GenerateCode (vbnc.EmitInfo Info) > > [0x00485] in /mono/head/mono- > > > basic/vbnc/vbnc/source/Expressions/Classifications/VariableClassificat > > i > > on.vb:312 > > at vbnc.AssignmentStatement.GenerateCode (vbnc.EmitInfo Info) > > [0x0000f] in /mono/head/mono- > > > basic/vbnc/vbnc/source/Statements/AssignStatements/AssignmentS > tatement. > > vb:73 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > > [0x002d0] in /mono/head/mono- > > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) > [0x00002] in > > > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.ForStatement.GenerateCodeInternal (vbnc.EmitInfo Info) > > [0x002d0] in /mono/head/mono- > > basic/vbnc/vbnc/source/Statements/ForStatement.vb:320 > > at vbnc.ForStatement.GenerateCode (vbnc.EmitInfo Info) > [0x00002] in > > > /mono/head/mono-basic/vbnc/vbnc/source/Statements/ForStatement.vb:412 > > at vbnc.CodeBlock.GenerateCode (vbnc.EmitInfo Info) [0x000c6] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:546 > > at vbnc.CodeBlock.GenerateCode (IMethod Method) [0x00044] in > > /mono/head/mono-basic/vbnc/vbnc/source/Code/CodeBlock.vb:469 > > at vbnc.MethodBaseDeclaration.GenerateCode (vbnc.EmitInfo Info) > > [0x00090] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/MethodBaseDeclaration.vb:255 > > at vbnc.ConstructorDeclaration.GenerateCode (vbnc.EmitInfo Info) > > [0x0023f] in/mono/head/mono- > > basic/vbnc/vbnc/source/Members/ConstructorDeclaration.vb:296 > > at vbnc.Helper.GenerateCodeCollection (IEnumerable Collection, > > vbnc.EmitInfo Info) [0x00025] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/Helper.vb:2364 > > at vbnc.BaseObjects`1[vbnc.IMember].GenerateCode (vbnc.EmitInfo ) > > [0x00000] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/BaseObjects`1.vb:74 > > at vbnc.AssemblyDeclaration.Emit (vbnc.TypeDeclaration Type) > > [0x0001c] in /mono/head/mono- > > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:170 > > at vbnc.AssemblyDeclaration.Emit () [0x00043] in /mono/head/mono- > > basic/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb:516 > > at vbnc.Compiler.Compile () [0x00399] in /mono/head/mono- > > basic/vbnc/vbnc/source/General/Compiler.vb:589 > > Compilation took 00:00:32.2350000 > > make[3]: *** [../../class/lib/vbnc/vbnc.exe] Error 255 > > make[3]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > make[2]: *** [do-all] Error 2 > > make[2]: Leaving directory `/usr/src/mono/mono-basic/vbnc/vbnc' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/src/mono/mono-basic/vbnc' > > make: *** [all-recursive] Error 1 > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.503 / Virus Database: 269.15.22/1111 - Release Date: > > 05/11/2007 4:36 > >