From joekill at email.it Sun Dec 16 21:55:18 2007 From: joekill at email.it (Zeroc00l) Date: Sun, 16 Dec 2007 18:55:18 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly Message-ID: <14369359.post@talk.nabble.com> Hi all, I'm Gioacchino Cut the presentations over, here's my problem: Building Project: TestLinux (Debug|Any CPU) Performing main compilation... Compiling resource ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with resgen2 Compiling resource ?/home/zeroc00l/Projects/e-Working/TestForLinux/My Project/Resources.resx? with resgen2 Build failed. ApplicationName='vbnc', CommandLine='"@/tmp/tmp25b96a14.tmp"', CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games' -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14369359.html Sent from the Mono - VB mailing list archive at Nabble.com. From joekill at email.it Sun Dec 16 21:55:44 2007 From: joekill at email.it (Zeroc00l) Date: Sun, 16 Dec 2007 18:55:44 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly Message-ID: <14369359.post@talk.nabble.com> Hi all, I'm Gioacchino Cut the presentations over, here's my problem: Building Project: TestLinux (Debug|Any CPU) Performing main compilation... Compiling resource ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with resgen2 Compiling resource ?/home/zeroc00l/Projects/e-Working/TestForLinux/My Project/Resources.resx? with resgen2 Build failed. ApplicationName='vbnc', CommandLine='"@/tmp/tmp25b96a14.tmp"', CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games' any suggestions? Thanks anticipately! -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14369359.html Sent from the Mono - VB mailing list archive at Nabble.com. From andyhume32 at yahoo.co.uk Mon Dec 17 09:22:19 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Mon, 17 Dec 2007 14:22:19 -0000 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <14369359.post@talk.nabble.com> References: <14369359.post@talk.nabble.com> Message-ID: <01cc01c840b8$3c389380$0302a8c0@alanpc1> It's likely that vbnc is producing some error that your IDE isn't showing you, although much work was done on that for 1.2.6 (what version are you using BTW?). So for diagnosis we need to run vbnc directly. You'll need to keep the .tmp file and then run the command again on it. e.g. after the run below do: vbnc "@/tmp/tmp25b96a14.tmp" Does your IDE (is it MonoDevelop?) have a "don't delete temp files after compile" option? Otherwise you'll need some other way of keeping the .tmp 'response' file around... :-,) Andy > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com > [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l > Sent: 17 December 2007 02:56 > To: mono-vb at lists.ximian.com > Subject: [mono-vb] Visual Basic Application doesn't compile correctly > > > Hi all, I'm Gioacchino > > Cut the presentations over, here's my problem: > > Building Project: TestLinux (Debug|Any CPU) Performing main > compilation... > Compiling resource > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? > with resgen2 Compiling resource > ?/home/zeroc00l/Projects/e-Working/TestForLinux/My > Project/Resources.resx? with resgen2 > > Build failed. ApplicationName='vbnc', > CommandLine='"@/tmp/tmp25b96a14.tmp"', > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: > /bin:/usr/games' > > any suggestions? > > Thanks anticipately! > -- > View this message in context: > http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi > le-correctly-tp14369359p14369359.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > From rolflists at ya.com Mon Dec 17 10:13:17 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Mon, 17 Dec 2007 16:13:17 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <14369359.post@talk.nabble.com> References: <14369359.post@talk.nabble.com> Message-ID: <002901c840bf$5aabf850$1003e8f0$@com> Hi, How are you building your application? And which version of mono / vbnc are you using? Rolf > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Zeroc00l > Sent: lunes, 17 de diciembre de 2007 3:56 > To: mono-vb at lists.ximian.com > Subject: [mono-vb] Visual Basic Application doesn't compile correctly > > > Hi all, I'm Gioacchino > > Cut the presentations over, here's my problem: > > Building Project: TestLinux (Debug|Any CPU) Performing main > compilation... > Compiling resource > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with > resgen2 Compiling resource ?/home/zeroc00l/Projects/e- > Working/TestForLinux/My > Project/Resources.resx? with resgen2 > > Build failed. ApplicationName='vbnc', > CommandLine='"@/tmp/tmp25b96a14.tmp"', > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr > /games' > > any suggestions? > > Thanks anticipately! > -- > View this message in context: http://www.nabble.com/Visual-Basic- > Application-doesn%27t-compile-correctly-tp14369359p14369359.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb From joekill at email.it Mon Dec 17 11:07:00 2007 From: joekill at email.it (Zeroc00l) Date: Mon, 17 Dec 2007 17:07:00 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <002901c840bf$5aabf850$1003e8f0$@com> References: <14369359.post@talk.nabble.com> <002901c840bf$5aabf850$1003e8f0$@com> Message-ID: <1197907620.6850.2.camel@zeroc00l-laptop> HI and thanks for the answers! however here's my version of Mono and MonoDevelop mono: 1.2.4 monodevelop: 0.14 This is an application wrote in VB8 on Visual Studio, then I wanted make a porting of this application on Linux. Bye Il giorno lun, 17/12/2007 alle 16.13 +0100, Rolf Bjarne Kvinge ha scritto: > Hi, > > How are you building your application? And which version of mono / vbnc are you using? > > Rolf > > > -----Original Message----- > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > > bounces at lists.ximian.com] On Behalf Of Zeroc00l > > Sent: lunes, 17 de diciembre de 2007 3:56 > > To: mono-vb at lists.ximian.com > > Subject: [mono-vb] Visual Basic Application doesn't compile correctly > > > > > > Hi all, I'm Gioacchino > > > > Cut the presentations over, here's my problem: > > > > Building Project: TestLinux (Debug|Any CPU) Performing main > > compilation... > > Compiling resource > > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with > > resgen2 Compiling resource ?/home/zeroc00l/Projects/e- > > Working/TestForLinux/My > > Project/Resources.resx? with resgen2 > > > > Build failed. ApplicationName='vbnc', > > CommandLine='"@/tmp/tmp25b96a14.tmp"', > > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr > > /games' > > > > any suggestions? > > > > Thanks anticipately! > > -- > > View this message in context: http://www.nabble.com/Visual-Basic- > > Application-doesn%27t-compile-correctly-tp14369359p14369359.html > > Sent from the Mono - VB mailing list archive at Nabble.com. > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: In REGALO 'Meravigliosa Creatura' la super hit di GIANNA NANNINI Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6615&d=17-12 From rolflists at ya.com Mon Dec 17 12:49:45 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Mon, 17 Dec 2007 18:49:45 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <1197907620.6850.2.camel@zeroc00l-laptop> References: <14369359.post@talk.nabble.com> <002901c840bf$5aabf850$1003e8f0$@com> <1197907620.6850.2.camel@zeroc00l-laptop> Message-ID: <004801c840d5$3677c610$a3675230$@com> > -----Original Message----- > From: Zeroc00l [mailto:joekill at email.it] > Sent: lunes, 17 de diciembre de 2007 17:07 > To: Rolf Bjarne Kvinge > Cc: mono-vb at lists.ximian.com > Subject: RE: [mono-vb] Visual Basic Application doesn't compile > correctly > > HI and thanks for the answers! > > however here's my version of Mono and MonoDevelop > > mono: 1.2.4 > monodevelop: 0.14 A few issues that are known to cause this exact problem (failing to compile, but no visible errors) are fixed in the current versions of mono (1.2.6) and monodevelop (0.18 I think it is). Rolf > > This is an application wrote in VB8 on Visual Studio, then I wanted > make > a porting of this application on Linux. > > Bye > > Il giorno lun, 17/12/2007 alle 16.13 +0100, Rolf Bjarne Kvinge ha > scritto: > > Hi, > > > > How are you building your application? And which version of mono / > vbnc are you using? > > > > Rolf > > > > > -----Original Message----- > > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > > > bounces at lists.ximian.com] On Behalf Of Zeroc00l > > > Sent: lunes, 17 de diciembre de 2007 3:56 > > > To: mono-vb at lists.ximian.com > > > Subject: [mono-vb] Visual Basic Application doesn't compile > correctly > > > > > > > > > Hi all, I'm Gioacchino > > > > > > Cut the presentations over, here's my problem: > > > > > > Building Project: TestLinux (Debug|Any CPU) Performing main > > > compilation... > > > Compiling resource > > > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with > > > resgen2 Compiling resource ?/home/zeroc00l/Projects/e- > > > Working/TestForLinux/My > > > Project/Resources.resx? with resgen2 > > > > > > Build failed. ApplicationName='vbnc', > > > CommandLine='"@/tmp/tmp25b96a14.tmp"', > > > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > > > > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr > > > /games' > > > > > > any suggestions? > > > > > > Thanks anticipately! > > > -- > > > View this message in context: http://www.nabble.com/Visual-Basic- > > > Application-doesn%27t-compile-correctly-tp14369359p14369359.html > > > Sent from the Mono - VB mailing list archive at Nabble.com. > > > > > > _______________________________________________ > > > Mono-vb mailing list > > > Mono-vb at lists.ximian.com > > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > Email.it, the professional e-mail, gratis per te: > http://www.email.it/f > > Sponsor: > In REGALO 'Meravigliosa Creatura' la super hit di GIANNA NANNINI > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6615&d=17-12 > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: > 16/12/2007 11:36 From joekill at email.it Tue Dec 18 05:09:46 2007 From: joekill at email.it (Zeroc00l) Date: Tue, 18 Dec 2007 02:09:46 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <01cc01c840b8$3c389380$0302a8c0@alanpc1> References: <14369359.post@talk.nabble.com> <01cc01c840b8$3c389380$0302a8c0@alanpc1> Message-ID: <14390527.post@talk.nabble.com> Hi Andy, you say that I must give that command, but I don't know how.....I tried it on terminal but this command isn't recognized by the system, and so? Andy Hume wrote: > > It's likely that vbnc is producing some error that your IDE isn't showing > you, although much work was done on that for 1.2.6 (what version are you > using BTW?). So for diagnosis we need to run vbnc directly. You'll need > to keep the .tmp file and then run the command again on it. e.g. after > the run below do: > vbnc "@/tmp/tmp25b96a14.tmp" > > Does your IDE (is it MonoDevelop?) have a "don't delete temp files after > compile" option? Otherwise you'll need some other way of keeping the .tmp > 'response' file around... :-,) > > Andy > > >> -----Original Message----- >> From: mono-vb-bounces at lists.ximian.com >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l >> Sent: 17 December 2007 02:56 >> To: mono-vb at lists.ximian.com >> Subject: [mono-vb] Visual Basic Application doesn't compile correctly >> >> >> Hi all, I'm Gioacchino >> >> Cut the presentations over, here's my problem: >> >> Building Project: TestLinux (Debug|Any CPU) Performing main >> compilation... >> Compiling resource >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? >> with resgen2 Compiling resource >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My >> Project/Resources.resx? with resgen2 >> >> Build failed. ApplicationName='vbnc', >> CommandLine='"@/tmp/tmp25b96a14.tmp"', >> CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: >> /bin:/usr/games' >> >> any suggestions? >> >> Thanks anticipately! >> -- >> View this message in context: >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi >> le-correctly-tp14369359p14369359.html >> Sent from the Mono - VB mailing list archive at Nabble.com. >> >> _______________________________________________ >> Mono-vb mailing list >> Mono-vb at lists.ximian.com >> http://lists.ximian.com/mailman/listinfo/mono-vb >> > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14390527.html Sent from the Mono - VB mailing list archive at Nabble.com. From joekill at email.it Tue Dec 18 05:11:54 2007 From: joekill at email.it (Zeroc00l) Date: Tue, 18 Dec 2007 02:11:54 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <004801c840d5$3677c610$a3675230$@com> References: <14369359.post@talk.nabble.com> <002901c840bf$5aabf850$1003e8f0$@com> <1197907620.6850.2.camel@zeroc00l-laptop> <004801c840d5$3677c610$a3675230$@com> Message-ID: <14390529.post@talk.nabble.com> Ok Rolf I'll try to get mono and monodevelop to the latest version, but at this point I was wondering how to install it on Ubuntu, because I installed it from synaptic, this means that is it better if I uninstall all mono and monodevelop and try to install from source? Rolf Bjarne Kvinge-2 wrote: > > > >> -----Original Message----- >> From: Zeroc00l [mailto:joekill at email.it] >> Sent: lunes, 17 de diciembre de 2007 17:07 >> To: Rolf Bjarne Kvinge >> Cc: mono-vb at lists.ximian.com >> Subject: RE: [mono-vb] Visual Basic Application doesn't compile >> correctly >> >> HI and thanks for the answers! >> >> however here's my version of Mono and MonoDevelop >> >> mono: 1.2.4 >> monodevelop: 0.14 > > A few issues that are known to cause this exact problem (failing to > compile, but no visible errors) are fixed in the current versions of mono > (1.2.6) and monodevelop (0.18 I think it is). > > Rolf > >> >> This is an application wrote in VB8 on Visual Studio, then I wanted >> make >> a porting of this application on Linux. >> >> Bye >> >> Il giorno lun, 17/12/2007 alle 16.13 +0100, Rolf Bjarne Kvinge ha >> scritto: >> > Hi, >> > >> > How are you building your application? And which version of mono / >> vbnc are you using? >> > >> > Rolf >> > >> > > -----Original Message----- >> > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- >> > > bounces at lists.ximian.com] On Behalf Of Zeroc00l >> > > Sent: lunes, 17 de diciembre de 2007 3:56 >> > > To: mono-vb at lists.ximian.com >> > > Subject: [mono-vb] Visual Basic Application doesn't compile >> correctly >> > > >> > > >> > > Hi all, I'm Gioacchino >> > > >> > > Cut the presentations over, here's my problem: >> > > >> > > Building Project: TestLinux (Debug|Any CPU) Performing main >> > > compilation... >> > > Compiling resource >> > > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with >> > > resgen2 Compiling resource ?/home/zeroc00l/Projects/e- >> > > Working/TestForLinux/My >> > > Project/Resources.resx? with resgen2 >> > > >> > > Build failed. ApplicationName='vbnc', >> > > CommandLine='"@/tmp/tmp25b96a14.tmp"', >> > > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', >> > > >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr >> > > /games' >> > > >> > > any suggestions? >> > > >> > > Thanks anticipately! >> > > -- >> > > View this message in context: http://www.nabble.com/Visual-Basic- >> > > Application-doesn%27t-compile-correctly-tp14369359p14369359.html >> > > Sent from the Mono - VB mailing list archive at Nabble.com. >> > > >> > > _______________________________________________ >> > > Mono-vb mailing list >> > > Mono-vb at lists.ximian.com >> > > http://lists.ximian.com/mailman/listinfo/mono-vb >> > >> >> >> >> -- >> Email.it, the professional e-mail, gratis per te: >> http://www.email.it/f >> >> Sponsor: >> In REGALO 'Meravigliosa Creatura' la super hit di GIANNA NANNINI >> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6615&d=17-12 >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: >> 16/12/2007 11:36 > > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14390529.html Sent from the Mono - VB mailing list archive at Nabble.com. From rolflists at ya.com Tue Dec 18 05:40:56 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Tue, 18 Dec 2007 11:40:56 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <14390529.post@talk.nabble.com> References: <14369359.post@talk.nabble.com> <002901c840bf$5aabf850$1003e8f0$@com> <1197907620.6850.2.camel@zeroc00l-laptop> <004801c840d5$3677c610$a3675230$@com> <14390529.post@talk.nabble.com> Message-ID: <001201c84162$7acb6690$706233b0$@com> > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Zeroc00l > Sent: martes, 18 de diciembre de 2007 11:12 > To: mono-vb at lists.ximian.com > Subject: Re: [mono-vb] Visual Basic Application doesn't compile > correctly > > > Ok Rolf I'll try to get mono and monodevelop to the latest version, but > at this point I was wondering how to install it on Ubuntu, because I > installed it from synaptic, this means that is it better if I uninstall > all mono and monodevelop and try to install from source? If you want to install from source you do not have to uninstall your current mono version. See http://www.mono-project.com/Compiling_Mono for more detailed instructions. Rolf > > > Rolf Bjarne Kvinge-2 wrote: > > > > > > > >> -----Original Message----- > >> From: Zeroc00l [mailto:joekill at email.it] > >> Sent: lunes, 17 de diciembre de 2007 17:07 > >> To: Rolf Bjarne Kvinge > >> Cc: mono-vb at lists.ximian.com > >> Subject: RE: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> > >> HI and thanks for the answers! > >> > >> however here's my version of Mono and MonoDevelop > >> > >> mono: 1.2.4 > >> monodevelop: 0.14 > > > > A few issues that are known to cause this exact problem (failing to > > compile, but no visible errors) are fixed in the current versions of > > mono > > (1.2.6) and monodevelop (0.18 I think it is). > > > > Rolf > > > >> > >> This is an application wrote in VB8 on Visual Studio, then I wanted > >> make a porting of this application on Linux. > >> > >> Bye > >> > >> Il giorno lun, 17/12/2007 alle 16.13 +0100, Rolf Bjarne Kvinge ha > >> scritto: > >> > Hi, > >> > > >> > How are you building your application? And which version of mono / > >> vbnc are you using? > >> > > >> > Rolf > >> > > >> > > -----Original Message----- > >> > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > >> > > bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> > > Sent: lunes, 17 de diciembre de 2007 3:56 > >> > > To: mono-vb at lists.ximian.com > >> > > Subject: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> > > > >> > > > >> > > Hi all, I'm Gioacchino > >> > > > >> > > Cut the presentations over, here's my problem: > >> > > > >> > > Building Project: TestLinux (Debug|Any CPU) Performing main > >> > > compilation... > >> > > Compiling resource > >> > > ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? with > >> > > resgen2 Compiling resource ?/home/zeroc00l/Projects/e- > >> > > Working/TestForLinux/My Project/Resources.resx? with resgen2 > >> > > > >> > > Build failed. ApplicationName='vbnc', > >> > > CommandLine='"@/tmp/tmp25b96a14.tmp"', > >> > > CurrentDirectory='/home/zeroc00l/Projects/e- > Working/TestForLinux' > >> > > , > >> > > > >> > PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/u > >> sr > >> > > /games' > >> > > > >> > > any suggestions? > >> > > > >> > > Thanks anticipately! > >> > > -- > >> > > View this message in context: http://www.nabble.com/Visual- > Basic- > >> > > Application-doesn%27t-compile-correctly-tp14369359p14369359.html > >> > > Sent from the Mono - VB mailing list archive at Nabble.com. > >> > > > >> > > _______________________________________________ > >> > > Mono-vb mailing list > >> > > Mono-vb at lists.ximian.com > >> > > http://lists.ximian.com/mailman/listinfo/mono-vb > >> > > >> > >> > >> > >> -- > >> Email.it, the professional e-mail, gratis per te: > >> http://www.email.it/f > >> > >> Sponsor: > >> In REGALO 'Meravigliosa Creatura' la super hit di GIANNA NANNINI > >> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6615&d=17-12 > >> > >> > >> -- > >> No virus found in this incoming message. > >> Checked by AVG Free Edition. > >> Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: > >> 16/12/2007 11:36 > > > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > View this message in context: http://www.nabble.com/Visual-Basic- > Application-doesn%27t-compile-correctly-tp14369359p14390529.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb From joekill at email.it Tue Dec 18 06:12:36 2007 From: joekill at email.it (Zeroc00l) Date: Tue, 18 Dec 2007 03:12:36 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly Message-ID: <14390527.post@talk.nabble.com> Hi Andy, you say that I must give that command, but I don't know how.....I tried it on terminal but this command isn't recognized by the system, and so? Andy Hume wrote: > > It's likely that vbnc is producing some error that your IDE isn't showing > you, although much work was done on that for 1.2.6 (what version are you > using BTW?). So for diagnosis we need to run vbnc directly. You'll need > to keep the .tmp file and then run the command again on it. e.g. after > the run below do: > vbnc "@/tmp/tmp25b96a14.tmp" > > Does your IDE (is it MonoDevelop?) have a "don't delete temp files after > compile" option? Otherwise you'll need some other way of keeping the .tmp > 'response' file around... :-,) > > Andy > > >> -----Original Message----- >> From: mono-vb-bounces at lists.ximian.com >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l >> Sent: 17 December 2007 02:56 >> To: mono-vb at lists.ximian.com >> Subject: [mono-vb] Visual Basic Application doesn't compile correctly >> >> >> Hi all, I'm Gioacchino >> >> Cut the presentations over, here's my problem: >> >> Building Project: TestLinux (Debug|Any CPU) Performing main >> compilation... >> Compiling resource >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? >> with resgen2 Compiling resource >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My >> Project/Resources.resx? with resgen2 >> >> Build failed. ApplicationName='vbnc', >> CommandLine='"@/tmp/tmp25b96a14.tmp"', >> CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: >> /bin:/usr/games' >> >> any suggestions? >> >> Thanks anticipately! >> -- >> View this message in context: >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi >> le-correctly-tp14369359p14369359.html >> Sent from the Mono - VB mailing list archive at Nabble.com. >> >> _______________________________________________ >> Mono-vb mailing list >> Mono-vb at lists.ximian.com >> http://lists.ximian.com/mailman/listinfo/mono-vb >> > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14390527.html Sent from the Mono - VB mailing list archive at Nabble.com. From rolflists at ya.com Tue Dec 18 06:33:36 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Tue, 18 Dec 2007 12:33:36 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <14390527.post@talk.nabble.com> References: <14390527.post@talk.nabble.com> Message-ID: <001a01c84169$d4b0b0a0$7e1211e0$@com> > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Zeroc00l > Sent: martes, 18 de diciembre de 2007 12:13 > To: mono-vb at lists.ximian.com > Subject: Re: [mono-vb] Visual Basic Application doesn't compile > correctly > > > Hi Andy, you say that I must give that command, but I don't know > how.....I tried it on terminal but this command isn't recognized by the > system, and so? If the command 'vbnc' isn't recognized in a terminal, it's because you don't have the vb compiler (vbnc) installed - you need to install the mono-basic package. Rolf > > > Andy Hume wrote: > > > > It's likely that vbnc is producing some error that your IDE isn't > > showing you, although much work was done on that for 1.2.6 (what > > version are you using BTW?). So for diagnosis we need to run vbnc > > directly. You'll need to keep the .tmp file and then run the command > > again on it. e.g. after the run below do: > > vbnc "@/tmp/tmp25b96a14.tmp" > > > > Does your IDE (is it MonoDevelop?) have a "don't delete temp files > > after compile" option? Otherwise you'll need some other way of > > keeping the .tmp 'response' file around... :-,) > > > > Andy > > > > > >> -----Original Message----- > >> From: mono-vb-bounces at lists.ximian.com > >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> Sent: 17 December 2007 02:56 > >> To: mono-vb at lists.ximian.com > >> Subject: [mono-vb] Visual Basic Application doesn't compile > correctly > >> > >> > >> Hi all, I'm Gioacchino > >> > >> Cut the presentations over, here's my problem: > >> > >> Building Project: TestLinux (Debug|Any CPU) Performing main > >> compilation... > >> Compiling resource > >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? > >> with resgen2 Compiling resource > >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My > >> Project/Resources.resx? with resgen2 > >> > >> Build failed. ApplicationName='vbnc', > >> CommandLine='"@/tmp/tmp25b96a14.tmp"', > >> CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: > >> /bin:/usr/games' > >> > >> any suggestions? > >> > >> Thanks anticipately! > >> -- > >> View this message in context: > >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi > >> le-correctly-tp14369359p14369359.html > >> Sent from the Mono - VB mailing list archive at Nabble.com. > >> > >> _______________________________________________ > >> Mono-vb mailing list > >> Mono-vb at lists.ximian.com > >> http://lists.ximian.com/mailman/listinfo/mono-vb > >> > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > View this message in context: http://www.nabble.com/Visual-Basic- > Application-doesn%27t-compile-correctly-tp14369359p14390527.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb From wscholar at getabby.com Tue Dec 18 23:43:26 2007 From: wscholar at getabby.com (wscholar) Date: Tue, 18 Dec 2007 20:43:26 -0800 (PST) Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: References: Message-ID: <14411169.post@talk.nabble.com> Hello, Was wondering if anyone figured out how to create a vb.net webservice. We have webservices running in windows are are porting our application to run in Amazon's ec2 env, so it would be great if this is possible. We have mono 1.24 running on an instance and can get the c# examples to run. We'd perfer not to have to port to c# right now - but you could tell me that's the only path :) Please contact me if your interested in consulting on this project. Wayne Scholar wscholar at getabby.com www.getabby.com Lennie De Villiers-2 wrote: > > Hi, > > Is there an example on how to write a web service using VB.Net in Mono? > Can I also use WCF? > > Kind Regards, > > Lennie De Villiers > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > -- View this message in context: http://www.nabble.com/Webservice-In-VB.Net-Mono-tp13294698p14411169.html Sent from the Mono - VB mailing list archive at Nabble.com. From wscholar at getabby.com Wed Dec 19 08:54:03 2007 From: wscholar at getabby.com (wscholar) Date: Wed, 19 Dec 2007 05:54:03 -0800 (PST) Subject: [mono-vb] Webservice In VB.Net Mono Message-ID: <14411169.post@talk.nabble.com> Hello, Was wondering if anyone figured out how to create a vb.net webservice. We have webservices running in windows are are porting our application to run in Amazon's ec2 env, so it would be great if this is possible. We have mono 1.24 running on an instance and can get the c# examples to run. We'd perfer not to have to port to c# right now - but you could tell me that's the only path :) Please contact me if your interested in consulting on this project. Wayne Scholar wscholar at getabby.com www.getabby.com -- View this message in context: http://www.nabble.com/Webservice-In-VB.Net-Mono-tp13294698p14411169.html Sent from the Mono - VB mailing list archive at Nabble.com. From rolflists at ya.com Thu Dec 20 06:18:11 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Thu, 20 Dec 2007 12:18:11 +0100 Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: <14411169.post@talk.nabble.com> References: <14411169.post@talk.nabble.com> Message-ID: <010501c842fa$0246a2e0$06d3e8a0$@com> > > Hello, > > Was wondering if anyone figured out how to create a vb.net webservice. > We have webservices running in windows are are porting our application to > run in Amazon's ec2 env, so it would be great if this is possible. > > We have mono 1.24 running on an instance and can get the c# examples to > run. > We'd perfer not to have to port to c# right now - but you could tell me > that's the only path :) > Here's a simple sample: http://www.mono-project.com/Web_Services_(Visual_Basic) Rolf > > Please contact me if your interested in consulting on this project. > > Wayne Scholar > wscholar at getabby.com > www.getabby.com > > > -- > View this message in context: http://www.nabble.com/Webservice-In- > VB.Net-Mono-tp13294698p14411169.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > 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.17.5/1190 - Release Date: > 19/12/2007 19:37 From joekill at email.it Thu Dec 20 06:35:32 2007 From: joekill at email.it (Zeroc00l) Date: Thu, 20 Dec 2007 03:35:32 -0800 (PST) Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <001a01c84169$d4b0b0a0$7e1211e0$@com> References: <14369359.post@talk.nabble.com> <01cc01c840b8$3c389380$0302a8c0@alanpc1> <14390527.post@talk.nabble.com> <001a01c84169$d4b0b0a0$7e1211e0$@com> Message-ID: <14434691.post@talk.nabble.com> Hi Rolf once again! So this is the situation, I installed OpenSUSE 10.3 in one of my systems, because I saw that RPMS packages are more updated than DEBS, everything fine, also the Mono installation, a part some little problems. However now I have mono 1.2.6 and mono develop at the latest version, in fact the precedent error after the compiling has gone away, now I have a new error that i think depends from an incorrect installation of some library, this is the error: The library 'System.Deployment' could not be found.(: VBNC2017) I searched on Google, but nothing of relevent, a part a file wrotten by you, if I'm correct...any suggestions. And thanks again! Rolf Bjarne Kvinge-2 wrote: > > > >> -----Original Message----- >> From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- >> bounces at lists.ximian.com] On Behalf Of Zeroc00l >> Sent: martes, 18 de diciembre de 2007 12:13 >> To: mono-vb at lists.ximian.com >> Subject: Re: [mono-vb] Visual Basic Application doesn't compile >> correctly >> >> >> Hi Andy, you say that I must give that command, but I don't know >> how.....I tried it on terminal but this command isn't recognized by the >> system, and so? > > If the command 'vbnc' isn't recognized in a terminal, it's because you > don't have the vb compiler (vbnc) installed - you need to install the > mono-basic package. > > Rolf >> >> >> Andy Hume wrote: >> > >> > It's likely that vbnc is producing some error that your IDE isn't >> > showing you, although much work was done on that for 1.2.6 (what >> > version are you using BTW?). So for diagnosis we need to run vbnc >> > directly. You'll need to keep the .tmp file and then run the command >> > again on it. e.g. after the run below do: >> > vbnc "@/tmp/tmp25b96a14.tmp" >> > >> > Does your IDE (is it MonoDevelop?) have a "don't delete temp files >> > after compile" option? Otherwise you'll need some other way of >> > keeping the .tmp 'response' file around... :-,) >> > >> > Andy >> > >> > >> >> -----Original Message----- >> >> From: mono-vb-bounces at lists.ximian.com >> >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l >> >> Sent: 17 December 2007 02:56 >> >> To: mono-vb at lists.ximian.com >> >> Subject: [mono-vb] Visual Basic Application doesn't compile >> correctly >> >> >> >> >> >> Hi all, I'm Gioacchino >> >> >> >> Cut the presentations over, here's my problem: >> >> >> >> Building Project: TestLinux (Debug|Any CPU) Performing main >> >> compilation... >> >> Compiling resource >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? >> >> with resgen2 Compiling resource >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My >> >> Project/Resources.resx? with resgen2 >> >> >> >> Build failed. ApplicationName='vbnc', >> >> CommandLine='"@/tmp/tmp25b96a14.tmp"', >> >> CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', >> >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: >> >> /bin:/usr/games' >> >> >> >> any suggestions? >> >> >> >> Thanks anticipately! >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi >> >> le-correctly-tp14369359p14369359.html >> >> Sent from the Mono - VB mailing list archive at Nabble.com. >> >> >> >> _______________________________________________ >> >> Mono-vb mailing list >> >> Mono-vb at lists.ximian.com >> >> http://lists.ximian.com/mailman/listinfo/mono-vb >> >> >> > >> > _______________________________________________ >> > Mono-vb mailing list >> > Mono-vb at lists.ximian.com >> > http://lists.ximian.com/mailman/listinfo/mono-vb >> > >> > >> >> -- >> View this message in context: http://www.nabble.com/Visual-Basic- >> Application-doesn%27t-compile-correctly-tp14369359p14390527.html >> Sent from the Mono - VB mailing list archive at Nabble.com. >> >> _______________________________________________ >> Mono-vb mailing list >> Mono-vb at lists.ximian.com >> http://lists.ximian.com/mailman/listinfo/mono-vb > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > > -- View this message in context: http://www.nabble.com/Visual-Basic-Application-doesn%27t-compile-correctly-tp14369359p14434691.html Sent from the Mono - VB mailing list archive at Nabble.com. From rolflists at ya.com Thu Dec 20 08:37:06 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Thu, 20 Dec 2007 14:37:06 +0100 Subject: [mono-vb] Visual Basic Application doesn't compile correctly In-Reply-To: <14434691.post@talk.nabble.com> References: <14369359.post@talk.nabble.com> <01cc01c840b8$3c389380$0302a8c0@alanpc1> <14390527.post@talk.nabble.com> <001a01c84169$d4b0b0a0$7e1211e0$@com> <14434691.post@talk.nabble.com> Message-ID: <012a01c8430d$69f0e550$3dd2aff0$@com> Hi, > Hi Rolf once again! > > So this is the situation, I installed OpenSUSE 10.3 in one of my > systems, because I saw that RPMS packages are more updated than DEBS, > everything fine, also the Mono installation, a part some little > problems. However now I have mono 1.2.6 and mono develop at the latest > version, in fact the precedent error after the compiling has gone away, > now I have a new error that i think depends from an incorrect > installation of some library, this is the error: > > The library 'System.Deployment' could not be found.(: VBNC2017) Are you using System.Deployment.dll in your project? (probably yes if you have a ClickOnce application). - If no, just remove the reference and try again. - If yes, you won't be able to build or run your app on mono, since ClickOnce isn't implemented (nor is System.Deployment.dll). - If in doubt, just remove the reference and see what happens :) Rolf > > I searched on Google, but nothing of relevent, a part a file wrotten by > you, if I'm correct...any suggestions. > And thanks again! > > > Rolf Bjarne Kvinge-2 wrote: > > > > > > > >> -----Original Message----- > >> From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > >> bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> Sent: martes, 18 de diciembre de 2007 12:13 > >> To: mono-vb at lists.ximian.com > >> Subject: Re: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> > >> > >> Hi Andy, you say that I must give that command, but I don't know > >> how.....I tried it on terminal but this command isn't recognized by > >> the system, and so? > > > > If the command 'vbnc' isn't recognized in a terminal, it's because > you > > don't have the vb compiler (vbnc) installed - you need to install the > > mono-basic package. > > > > Rolf > >> > >> > >> Andy Hume wrote: > >> > > >> > It's likely that vbnc is producing some error that your IDE isn't > >> > showing you, although much work was done on that for 1.2.6 (what > >> > version are you using BTW?). So for diagnosis we need to run vbnc > >> > directly. You'll need to keep the .tmp file and then run the > >> > command again on it. e.g. after the run below do: > >> > vbnc "@/tmp/tmp25b96a14.tmp" > >> > > >> > Does your IDE (is it MonoDevelop?) have a "don't delete temp files > >> > after compile" option? Otherwise you'll need some other way of > >> > keeping the .tmp 'response' file around... :-,) > >> > > >> > Andy > >> > > >> > > >> >> -----Original Message----- > >> >> From: mono-vb-bounces at lists.ximian.com > >> >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> >> Sent: 17 December 2007 02:56 > >> >> To: mono-vb at lists.ximian.com > >> >> Subject: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> >> > >> >> > >> >> Hi all, I'm Gioacchino > >> >> > >> >> Cut the presentations over, here's my problem: > >> >> > >> >> Building Project: TestLinux (Debug|Any CPU) Performing main > >> >> compilation... > >> >> Compiling resource > >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? > >> >> with resgen2 Compiling resource > >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My > >> >> Project/Resources.resx? with resgen2 > >> >> > >> >> Build failed. ApplicationName='vbnc', > >> >> CommandLine='"@/tmp/tmp25b96a14.tmp"', > >> >> CurrentDirectory='/home/zeroc00l/Projects/e- > Working/TestForLinux', > >> >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: > >> >> /bin:/usr/games' > >> >> > >> >> any suggestions? > >> >> > >> >> Thanks anticipately! > >> >> -- > >> >> View this message in context: > >> >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi > >> >> le-correctly-tp14369359p14369359.html > >> >> Sent from the Mono - VB mailing list archive at Nabble.com. > >> >> > >> >> _______________________________________________ > >> >> Mono-vb mailing list > >> >> Mono-vb at lists.ximian.com > >> >> http://lists.ximian.com/mailman/listinfo/mono-vb > >> >> > >> > > >> > _______________________________________________ > >> > Mono-vb mailing list > >> > Mono-vb at lists.ximian.com > >> > http://lists.ximian.com/mailman/listinfo/mono-vb > >> > > >> > > >> > >> -- > >> View this message in context: http://www.nabble.com/Visual-Basic- > >> Application-doesn%27t-compile-correctly-tp14369359p14390527.html > >> Sent from the Mono - VB mailing list archive at Nabble.com. > >> > >> _______________________________________________ > >> Mono-vb mailing list > >> Mono-vb at lists.ximian.com > >> http://lists.ximian.com/mailman/listinfo/mono-vb > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > View this message in context: http://www.nabble.com/Visual-Basic- > Application-doesn%27t-compile-correctly-tp14369359p14434691.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb From rolflists at ya.com Thu Dec 20 09:02:54 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Thu, 20 Dec 2007 15:02:54 +0100 Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: <476A6B1B.1000305@getabby.com> References: <14411169.post@talk.nabble.com> <010501c842fa$0246a2e0$06d3e8a0$@com> <476A6B1B.1000305@getabby.com> Message-ID: <012e01c84311$04a16450$0de42cf0$@com> Hello, >From: Wayne Scholar [mailto:wscholar at getabby.com] > >Thanks for the example.? I was more looking to create my own webservice not consume one.? Any examples of that around? > You can find an example here: http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/1.1/webservice/ and this doc explains how to make it work: http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/README?view=markup Rolf From rolflists at ya.com Thu Dec 20 10:25:09 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Thu, 20 Dec 2007 16:25:09 +0100 Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: <476A80A1.1020308@getabby.com> References: <14411169.post@talk.nabble.com> <010501c842fa$0246a2e0$06d3e8a0$@com> <476A6B1B.1000305@getabby.com> <012e01c84311$04a16450$0de42cf0$@com> <476A80A1.1020308@getabby.com> Message-ID: <01d701c8431c$82e462d0$88ad2870$@com> Hi, >From: Wayne Scholar [mailto:wscholar at getabby.com] > >Yup have this running but was hoping to get one in vb.net or is that not doable right now? > There are none right now, but you should be able to translate the code, and replace instances of '$(MCS)' (the C# compiler) to 'vbnc' and '.cs' -> '.vb' in the Makefile.am for it to work. Now it's on my todo list to translate it to VB :) Rolf >Rolf Bjarne Kvinge wrote: >Hello, > > >From: Wayne Scholar [mailto:wscholar at getabby.com] > >Thanks for the example.? I was more looking to create my own webservice not > >consume one.? Any examples of that around? > > >You can find an example here: >http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/1.1/webservice/ > >and this doc explains how to make it work: >http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/README?view=markup > >Rolf From andyhume32 at yahoo.co.uk Thu Dec 20 06:48:01 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Thu, 20 Dec 2007 11:48:01 -0000 Subject: [mono-vb] [Bulk] Re: Visual Basic Application doesn't compile correctly In-Reply-To: <14434691.post@talk.nabble.com> References: <14369359.post@talk.nabble.com><01cc01c840b8$3c389380$0302a8c0@alanpc1><14390527.post@talk.nabble.com><001a01c84169$d4b0b0a0$7e1211e0$@com> <14434691.post@talk.nabble.com> Message-ID: <007f01c842fe$2ce439a0$0302a8c0@alanpc1> Good to hear you're making progress. Just remove the reference to that assembly. VS adds it by default but it's very very unlikely that you're using it. Andy > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com > [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l > Sent: 20 December 2007 11:36 > To: mono-vb at lists.ximian.com > Subject: [Bulk] Re: [mono-vb] Visual Basic Application > doesn't compile correctly > > > Hi Rolf once again! > > So this is the situation, I installed OpenSUSE 10.3 in one of > my systems, because I saw that RPMS packages are more updated > than DEBS, everything fine, also the Mono installation, a > part some little problems. However now I have mono 1.2.6 and > mono develop at the latest version, in fact the precedent > error after the compiling has gone away, now I have a new > error that i think depends from an incorrect installation of > some library, this is the error: > > The library 'System.Deployment' could not be found.(: VBNC2017) > > I searched on Google, but nothing of relevent, a part a file > wrotten by you, if I'm correct...any suggestions. > And thanks again! > > > Rolf Bjarne Kvinge-2 wrote: > > > > > > > >> -----Original Message----- > >> From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > >> bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> Sent: martes, 18 de diciembre de 2007 12:13 > >> To: mono-vb at lists.ximian.com > >> Subject: Re: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> > >> > >> Hi Andy, you say that I must give that command, but I don't know > >> how.....I tried it on terminal but this command isn't > recognized by > >> the system, and so? > > > > If the command 'vbnc' isn't recognized in a terminal, it's > because you > > don't have the vb compiler (vbnc) installed - you need to > install the > > mono-basic package. > > > > Rolf > >> > >> > >> Andy Hume wrote: > >> > > >> > It's likely that vbnc is producing some error that your > IDE isn't > >> > showing you, although much work was done on that for 1.2.6 (what > >> > version are you using BTW?). So for diagnosis we need > to run vbnc > >> > directly. You'll need to keep the .tmp file and then run the > >> > command again on it. e.g. after the run below do: > >> > vbnc "@/tmp/tmp25b96a14.tmp" > >> > > >> > Does your IDE (is it MonoDevelop?) have a "don't delete > temp files > >> > after compile" option? Otherwise you'll need some other way of > >> > keeping the .tmp 'response' file around... :-,) > >> > > >> > Andy > >> > > >> > > >> >> -----Original Message----- > >> >> From: mono-vb-bounces at lists.ximian.com > >> >> [mailto:mono-vb-bounces at lists.ximian.com] On Behalf Of Zeroc00l > >> >> Sent: 17 December 2007 02:56 > >> >> To: mono-vb at lists.ximian.com > >> >> Subject: [mono-vb] Visual Basic Application doesn't compile > >> correctly > >> >> > >> >> > >> >> Hi all, I'm Gioacchino > >> >> > >> >> Cut the presentations over, here's my problem: > >> >> > >> >> Building Project: TestLinux (Debug|Any CPU) Performing main > >> >> compilation... > >> >> Compiling resource > >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/Form1.resx? > >> >> with resgen2 Compiling resource > >> >> ?/home/zeroc00l/Projects/e-Working/TestForLinux/My > >> >> Project/Resources.resx? with resgen2 > >> >> > >> >> Build failed. ApplicationName='vbnc', > >> >> CommandLine='"@/tmp/tmp25b96a14.tmp"', > >> >> > CurrentDirectory='/home/zeroc00l/Projects/e-Working/TestForLinux', > >> >> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: > >> >> /bin:/usr/games' > >> >> > >> >> any suggestions? > >> >> > >> >> Thanks anticipately! > >> >> -- > >> >> View this message in context: > >> >> http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi > >> >> le-correctly-tp14369359p14369359.html > >> >> Sent from the Mono - VB mailing list archive at Nabble.com. > >> >> > >> >> _______________________________________________ > >> >> Mono-vb mailing list > >> >> Mono-vb at lists.ximian.com > >> >> http://lists.ximian.com/mailman/listinfo/mono-vb > >> >> > >> > > >> > _______________________________________________ > >> > Mono-vb mailing list > >> > Mono-vb at lists.ximian.com > >> > http://lists.ximian.com/mailman/listinfo/mono-vb > >> > > >> > > >> > >> -- > >> View this message in context: http://www.nabble.com/Visual-Basic- > >> Application-doesn%27t-compile-correctly-tp14369359p14390527.html > >> Sent from the Mono - VB mailing list archive at Nabble.com. > >> > >> _______________________________________________ > >> Mono-vb mailing list > >> Mono-vb at lists.ximian.com > >> http://lists.ximian.com/mailman/listinfo/mono-vb > > > > _______________________________________________ > > Mono-vb mailing list > > Mono-vb at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > -- > View this message in context: > http://www.nabble.com/Visual-Basic-Application-doesn%27t-compi le-correctly-tp14369359p14434691.html > Sent from the Mono - VB mailing list archive at Nabble.com. > > _______________________________________________ > Mono-vb mailing list > Mono-vb at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-vb > From wscholar at getabby.com Thu Dec 20 08:16:11 2007 From: wscholar at getabby.com (Wayne Scholar) Date: Thu, 20 Dec 2007 08:16:11 -0500 Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: <010501c842fa$0246a2e0$06d3e8a0$@com> References: <14411169.post@talk.nabble.com> <010501c842fa$0246a2e0$06d3e8a0$@com> Message-ID: <476A6B1B.1000305@getabby.com> Thanks for the example. I was more looking to create my own webservice not consume one. Any examples of that around? Rolf Bjarne Kvinge wrote: >> Hello, >> >> Was wondering if anyone figured out how to create a vb.net webservice. >> We have webservices running in windows are are porting our application to >> run in Amazon's ec2 env, so it would be great if this is possible. >> >> We have mono 1.24 running on an instance and can get the c# examples to >> run. >> We'd perfer not to have to port to c# right now - but you could tell me >> that's the only path :) >> >> > > Here's a simple sample: > http://www.mono-project.com/Web_Services_(Visual_Basic) > > Rolf > > >> Please contact me if your interested in consulting on this project. >> >> Wayne Scholar >> wscholar at getabby.com >> www.getabby.com >> >> >> -- >> View this message in context: http://www.nabble.com/Webservice-In- >> VB.Net-Mono-tp13294698p14411169.html >> Sent from the Mono - VB mailing list archive at Nabble.com. >> >> _______________________________________________ >> 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.17.5/1190 - Release Date: >> 19/12/2007 19:37 >> > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071220/904a4fd6/attachment.html From wscholar at getabby.com Thu Dec 20 09:48:01 2007 From: wscholar at getabby.com (Wayne Scholar) Date: Thu, 20 Dec 2007 09:48:01 -0500 Subject: [mono-vb] Webservice In VB.Net Mono In-Reply-To: <012e01c84311$04a16450$0de42cf0$@com> References: <14411169.post@talk.nabble.com> <010501c842fa$0246a2e0$06d3e8a0$@com> <476A6B1B.1000305@getabby.com> <012e01c84311$04a16450$0de42cf0$@com> Message-ID: <476A80A1.1020308@getabby.com> Yup have this running but was hoping to get one in vb.net or is that not doable right now? Rolf Bjarne Kvinge wrote: > Hello, > > >> From: Wayne Scholar [mailto:wscholar at getabby.com] >> >> Thanks for the example. I was more looking to create my own webservice not >> > consume one. Any examples of that around? > > > You can find an example here: > http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/1.1/webservice/ > > and this doc explains how to make it work: > http://anonsvn.mono-project.com/viewcvs/trunk/xsp/test/README?view=markup > > Rolf > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-vb/attachments/20071220/d3e202a9/attachment.html From joe at notcharles.ca Sat Dec 29 00:11:49 2007 From: joe at notcharles.ca (Joe Mason) Date: Sat, 29 Dec 2007 00:11:49 -0500 Subject: [mono-vb] FileSystem methods throw NotImplemented Message-ID: I'm trying to run a closed-source VB app in Mono on Linux - I compiled mono and mono-basic 1.2.6 from source. It's throwing NotImplemented on FileSystem.FileOpen. MoMA gives the following list of unimplemented methods: void FileSystem.FileOpen(int, string, OpenMode, OpenAccess, OpenShare, int) string FileSystem.LineInput(int) bool FileSystem.EOF(int) void FileSystem.FileClose(Int32[]) void FileSystem.PrintLine(int, Object[]) This seems pretty basic - there's no way it can be advertised that "VB is supported" without these being supported - so I assume it's a config problem. Is it possible that it's not loading the VB DLL correctly (which would mean MoMA can't find it either)? It's installed in /usr/local/lib/mono/gac/Microsoft.VisualBasic, which is the same gac directory as all my other assemblies. Joe From rolflists at ya.com Sat Dec 29 04:17:49 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Sat, 29 Dec 2007 10:17:49 +0100 Subject: [mono-vb] FileSystem methods throw NotImplemented In-Reply-To: References: Message-ID: <000f01c849fb$afa00d20$0ee02760$@com> > -----Original Message----- > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > bounces at lists.ximian.com] On Behalf Of Joe Mason > Sent: s?bado, 29 de diciembre de 2007 6:12 > To: mono-vb at lists.ximian.com > Subject: [mono-vb] FileSystem methods throw NotImplemented > > I'm trying to run a closed-source VB app in Mono on Linux - I compiled > mono and mono-basic 1.2.6 from source. It's throwing NotImplemented > on FileSystem.FileOpen. MoMA gives the following list of > unimplemented methods: > > void FileSystem.FileOpen(int, string, OpenMode, OpenAccess, OpenShare, > int) > string FileSystem.LineInput(int) > bool FileSystem.EOF(int) > void FileSystem.FileClose(Int32[]) > void FileSystem.PrintLine(int, Object[]) > > This seems pretty basic - there's no way it can be advertised that "VB > is supported" without these being supported - > so I assume it's a config problem. Is it possible that it's not > loading the VB DLL correctly (which would mean MoMA can't find it > either)? It's installed in > /usr/local/lib/mono/gac/Microsoft.VisualBasic, which is the same gac > directory as all my other assemblies. > It is correct that these methods aren't implemented, I'm however working on them and will hopefully have an implementation within a few weeks. Rolf > Joe > _______________________________________________ > 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.516 / Virus Database: 269.17.11/1201 - Release Date: > 28/12/2007 11:51 From joe at notcharles.ca Sat Dec 29 10:00:57 2007 From: joe at notcharles.ca (Joe Mason) Date: Sat, 29 Dec 2007 10:00:57 -0500 Subject: [mono-vb] FileSystem methods throw NotImplemented In-Reply-To: <000f01c849fb$afa00d20$0ee02760$@com> References: <000f01c849fb$afa00d20$0ee02760$@com> Message-ID: Excellent! Anything I can do to help? On 12/29/07, Rolf Bjarne Kvinge wrote: > > > > -----Original Message----- > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > > bounces at lists.ximian.com] On Behalf Of Joe Mason > > Sent: s?bado, 29 de diciembre de 2007 6:12 > > To: mono-vb at lists.ximian.com > > Subject: [mono-vb] FileSystem methods throw NotImplemented > > > > I'm trying to run a closed-source VB app in Mono on Linux - I compiled > > mono and mono-basic 1.2.6 from source. It's throwing NotImplemented > > on FileSystem.FileOpen. MoMA gives the following list of > > unimplemented methods: > > > > void FileSystem.FileOpen(int, string, OpenMode, OpenAccess, OpenShare, > > int) > > string FileSystem.LineInput(int) > > bool FileSystem.EOF(int) > > void FileSystem.FileClose(Int32[]) > > void FileSystem.PrintLine(int, Object[]) > > > > This seems pretty basic - there's no way it can be advertised that "VB > > is supported" without these being supported - > > so I assume it's a config problem. Is it possible that it's not > > loading the VB DLL correctly (which would mean MoMA can't find it > > either)? It's installed in > > /usr/local/lib/mono/gac/Microsoft.VisualBasic, which is the same gac > > directory as all my other assemblies. > > > > It is correct that these methods aren't implemented, I'm however working on > them and will hopefully have an implementation within a few weeks. > > Rolf > > > Joe > > _______________________________________________ > > 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.516 / Virus Database: 269.17.11/1201 - Release Date: > > 28/12/2007 11:51 > > > From rolflists at ya.com Sat Dec 29 18:17:01 2007 From: rolflists at ya.com (Rolf Bjarne Kvinge) Date: Sun, 30 Dec 2007 00:17:01 +0100 Subject: [mono-vb] FileSystem methods throw NotImplemented In-Reply-To: References: <000f01c849fb$afa00d20$0ee02760$@com> Message-ID: <002701c84a70$eb884cb0$c298e610$@com> > -----Original Message----- > From: Joe Mason [mailto:joe at notcharles.ca] > Sent: s?bado, 29 de diciembre de 2007 16:01 > To: Rolf Bjarne Kvinge > Cc: mono-vb at lists.ximian.com > Subject: Re: [mono-vb] FileSystem methods throw NotImplemented > > Excellent! Anything I can do to help? > Test it once I'm done :) I'll keep you updated. Rolf > On 12/29/07, Rolf Bjarne Kvinge wrote: > > > > > > > -----Original Message----- > > > From: mono-vb-bounces at lists.ximian.com [mailto:mono-vb- > > > bounces at lists.ximian.com] On Behalf Of Joe Mason > > > Sent: s?bado, 29 de diciembre de 2007 6:12 > > > To: mono-vb at lists.ximian.com > > > Subject: [mono-vb] FileSystem methods throw NotImplemented > > > > > > I'm trying to run a closed-source VB app in Mono on Linux - I > compiled > > > mono and mono-basic 1.2.6 from source. It's throwing > NotImplemented > > > on FileSystem.FileOpen. MoMA gives the following list of > > > unimplemented methods: > > > > > > void FileSystem.FileOpen(int, string, OpenMode, OpenAccess, > OpenShare, > > > int) > > > string FileSystem.LineInput(int) > > > bool FileSystem.EOF(int) > > > void FileSystem.FileClose(Int32[]) > > > void FileSystem.PrintLine(int, Object[]) > > > > > > This seems pretty basic - there's no way it can be advertised that > "VB > > > is supported" without these being supported - > > > so I assume it's a config problem. Is it possible that it's not > > > loading the VB DLL correctly (which would mean MoMA can't find it > > > either)? It's installed in > > > /usr/local/lib/mono/gac/Microsoft.VisualBasic, which is the same > gac > > > directory as all my other assemblies. > > > > > > > It is correct that these methods aren't implemented, I'm however > working on > > them and will hopefully have an implementation within a few weeks. > > > > Rolf > > > > > Joe > > > _______________________________________________ > > > 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.516 / Virus Database: 269.17.11/1201 - Release Date: > > > 28/12/2007 11:51 > > > > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.17.11/1201 - Release Date: > 28/12/2007 11:51