[mono-vb] [SPAM DETECT] Re: Mono VB and MonoDevelop
kubota2550 at gmail.com
kubota2550 at gmail.com
Thu Mar 8 06:19:56 EST 2007
I get the message:
Warning : VBNC90012: Could not load the assembly: 'System.Deployment'
Unexpected error: An error message should have been shown: 'The requested
feature is not implemented.
at
Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEqual(
System.Object Left, System.Object Right, Boolean TextCompare) [0x00000]
at vbnc.ConditionalExpression.RuleRelational (System.Object& Result)
[0x00000] '
Compilation took 00:00:07.6071880
with the file:
-out:"/videos/TankCalculator/bin/Release/TankCalculator.exe"
-nologo
-utf8output
-rootnamespace:"TankCalculator"
-imports:Microsoft.VisualBasic,System,System.Collections,
System.Collections.Generic,System.Data,System.Drawing,System.Diagnostics,
System.Windows.Forms
-target:winexe
-r:/usr/lib/mono/2.0/System.dll
-r:/usr/lib/mono/2.0/System.Data.dll
-r:System.Deployment
-r:/usr/lib/mono/2.0/System.Drawing.dll
-r:/usr/lib/mono/2.0/System.Windows.Forms.dll
-r:/usr/lib/mono/2.0/System.Xml.dll
"/videos/TankCalculator/Form1.vb"
"/videos/TankCalculator/Form1.Designer.vb"
"/videos/TankCalculator/Form2.Designer.vb"
"/videos/TankCalculator/Form2.vb"
"/videos/TankCalculator/Form3.Designer.vb"
"/videos/TankCalculator/Form3.vb"
"/videos/TankCalculator/Form4.Designer.vb"
"/videos/TankCalculator/Form4.vb"
"/videos/TankCalculator/Form5.Designer.vb"
"/videos/TankCalculator/Form5.vb"
"/videos/TankCalculator/My Project/AssemblyInfo.vb"
"/videos/TankCalculator/My Project/Application.Designer.vb"
"/videos/TankCalculator/My Project/Resources.Designer.vb"
"/videos/TankCalculator/My Project/Settings.Designer.vb"
"-resource:/videos/TankCalculator/Form1.resources,
TankCalculator.Form1.resources"
"-resource:/videos/TankCalculator/Form2.resources,
TankCalculator.Form2.resources"
"-resource:/videos/TankCalculator/My Project/Resources.resources,
TankCalculator.Resources.resources"
On 3/8/07, Rolf Bjarne Kvinge <rolflists at ya.com> wrote:
>
> >
> >
> >From: kubota2550 at gmail.com [mailto:kubota2550 at gmail.com]
> >Sent: miércoles, 07 de marzo de 2007 18:00
> >To: Rolf Bjarne Kvinge
> >Cc: mono-vb at lists.ximian.com
> >Subject: Re: [SPAM DETECT] Re: [mono-vb] Mono VB and MonoDevelop
> >
> >Warning : VBNC90012: Could not load the assembly: 'System.Deployment'
> >Unexpected error: An error message should have been shown: 'The requested
> featur e is not implemented.
> > at
>
> Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEq
> ual (System.Object Left, System.Object Right, Boolean TextCompare)
> [0x00000]
> > at vbnc.ConditionalExpression.RuleRelational (System.Object& Result)
> [0x00000] '
> >Compilation took 00:00:03.3377640
>
> There is something that's not implemented in the Microsoft.VisualBasic.dll
> ,
> here the compiler is using it for conditional statements (lines like "#If
> ?
> = ? Then"). Could you try compiling the source files one by one (you can
> comment out all of the source files listed in the temp file by prepending
> it
> with #, and then uncomment them one by one to see which one causes this
> error), and then post that file here?
>
> Rolf
>
> On 3/7/07, Rolf Bjarne Kvinge <rolflists at ya.com> wrote:
>
> >I'm not clear on the vnbc command you want me to try.
>
> Open a terminal, 'cd /videos/TankCalculator' and execute 'vbnc
> @(pathtotmpfile)'
> Then you should get the output from the compiler, and post it here.
>
> >
> >Here's the temp file:
> >-out:"/videos/TankCalculator/bin/Debug/TankCalculator.exe"
> >-nologo
> >-utf8output
> >-rootnamespace:"TankCalculator"
> >-imports:
> Microsoft.VisualBasic,System,System.Collections,System.Collections
> .Generic,System.Data,System.Drawing,System.Diagnostics,
> System.Windows.Forms
> >-target:winexe
> >
> >-r:/usr/lib/mono/2.0/System.dll
> >-r:/usr/lib/mono/2.0/System.Data.dll
> >-r:System.Deployment
> >-r:/usr/lib/mono/2.0/System.Drawing.dll
> >-r:/usr/lib/mono/2.0/System.Windows.Forms.dll
> >-r:/usr/lib/mono/2.0/System.Xml.dll
> >"/videos/TankCalculator/Form1.vb"
> >"/videos/TankCalculator/Form1.Designer.vb"
> >"/videos/TankCalculator/Form2.Designer.vb"
> >"/videos/TankCalculator/Form2.vb"
> >"/videos/TankCalculator/Form3.Designer.vb"
> >"/videos/TankCalculator/Form3.vb"
> >"/videos/TankCalculator/Form4.Designer.vb"
> >"/videos/TankCalculator/Form4.vb"
> >"/videos/TankCalculator/Form5.Designer.vb"
> >"/videos/TankCalculator/Form5.vb"
> >"/videos/TankCalculator/My Project/AssemblyInfo.vb"
> >"/videos/TankCalculator/My Project/Application.Designer.vb"
> >"/videos/TankCalculator/My Project/Resources.Designer.vb"
> >"/videos/TankCalculator/My Project/Settings.Designer.vb"
>
> Rolf
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20070308/b45b3e35/attachment.html
More information about the Mono-vb
mailing list