[mono-vb] [SPAM DETECT] Re: Mono VB and MonoDevelop
Rolf Bjarne Kvinge
rolflists at ya.com
Thu Mar 8 04:02:18 EST 2007
>
>
>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
More information about the Mono-vb
mailing list