Ask a Question related to ASP.NET General, Design and Development.
-
Jonathan Wolfson #1
vbc compilation fails when using Hashtable
When I try to compile vb.net code using the command line interpreter,
it does not recognize Hashtables. Any resolution to this?
vbc Utilities.vb
/t:library
/imports:Microsoft.VisualBasic
/r:System.dll,System.web.dll,System.xml.dll
/Utilities.dll
error BC30002: Type 'Hashtable' is not defined.
Private ht As Hashtable = New Hashtable()
Even though vb.net aspx file Imports the following namespaces:
Imports System
Imports System.Web
Imports System.Xml
Imports System.Net
Imports System.Collections.Specialized
Thanks,
Jon
Jonathan Wolfson Guest
-
#39045 [NEW]: Compilation of php_imap.c fails
From: bnies at bluewin dot ch Operating system: SunOS adnpool02 5.9 Generic_1122 PHP version: 5.1.6 PHP Bug Type: Compile... -
#39045 [Opn->Bgs]: Compilation of php_imap.c fails
ID: 39045 Updated by: tony2001@php.net Reported By: bnies at bluewin dot ch -Status: Open +Status: ... -
#24999 [Opn->Csd]: Compilation fails
ID: 24999 Updated by: helly@php.net Reported By: nightcat at poczta dot onet dot pl -Status: Open +Status: ... -
#24999 [NEW]: Compilation fails
From: nightcat at poczta dot onet dot pl Operating system: Linux PHP version: 5CVS-2003-08-09 (dev) PHP Bug Type: Compile... -
Perl 5.8.0 compilation fails in chrooted environment
I am trying to compile perl 5.8.0 with gcc 3.2.3 on a Linux 2.4.18 system having glibc 2.3.2. I am doing it in a chrooted environment. My configure... -
Tu-Thach #2
vbc compilation fails when using Hashtable
Hashtable is in namespace System.Collections
not System.Collections.Specialized.
Tu-Thach
interpreter,>-----Original Message-----
>When I try to compile vb.net code using the command linenamespaces:>it does not recognize Hashtables. Any resolution to this?
>
>vbc Utilities.vb
>/t:library
>/imports:Microsoft.VisualBasic
>/r:System.dll,System.web.dll,System.xml.dll
>/Utilities.dll
>
>error BC30002: Type 'Hashtable' is not defined.
>
>Private ht As Hashtable = New Hashtable()
>
>Even though vb.net aspx file Imports the following>
>Imports System
>Imports System.Web
>Imports System.Xml
>Imports System.Net
>Imports System.Collections.Specialized
>
>Thanks,
>Jon
>.
>Tu-Thach Guest



Reply With Quote

