David Welsh
|
| Posted: 11/26/2002, 2:14 PM |
|
Publishing my projects produces an error.
Can anyone help me out with this one?
Im using CCS ASP/VB.NET.
I have installed ODBC.NET on both my workstation on the server -hosting the
project.
Here is the error during publishing.
Error:
C:\Documents and Settings\Administrator\Desktop>REM _MakeAll @1-2EA74438
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>C:\WINNT\Microsoft.NET\Framewo
rk\v1.0.3705\vbc /rootnamespace:BookStore /t:library /out:bin\BookStore.dll
/define:ODBC_INSTALLED /imports:Microsoft.Data.Odbc
/r:Microsoft.Data.Odbc.dll
/imports:Microsoft.VisualBasic,System,System.Web,System.Xml,System.Data,Syst
em.Drawing /r:Microsoft.VisualBasic.dll /r:System.dll /r:System.Web.dll
/r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll /recurse:*.vb
Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
vbc : error BC30249: Project-level conditional compilation constant
'ODBC_INSTALLED' is not valid: '=' expected.
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>REM _End MakeAll
David Welsh
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 11/27/2002, 5:17 AM |
|
Hello David,
Please use OLE DB.
--
Alex,
Support Engineer
CodeCharge Team
"David Welsh" <dwelsh@welsh-canton.com> wrote in message
news:as0roh$lik$1@news.codecharge.com...
> Publishing my projects produces an error.
>
> Can anyone help me out with this one?
>
> Im using CCS ASP/VB.NET.
> I have installed ODBC.NET on both my workstation on the server -hosting
the
> project.
>
> Here is the error during publishing.
>
>
> Error:
> C:\Documents and Settings\Administrator\Desktop>REM _MakeAll @1-2EA74438
>
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>C:\WINNT\Microsoft.NET\Framewo
> rk\v1.0.3705\vbc /rootnamespace:BookStore /t:library
/out:bin\BookStore.dll
> /define:ODBC_INSTALLED /imports:Microsoft.Data.Odbc
> /r:Microsoft.Data.Odbc.dll
>
/imports:Microsoft.VisualBasic,System,System.Web,System.Xml,System.Data,Syst
> em.Drawing /r:Microsoft.VisualBasic.dll /r:System.dll /r:System.Web.dll
> /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll /recurse:*.vb
> Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
> for Microsoft (R) .NET Framework version 1.00.3705
> Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
>
> vbc : error BC30249: Project-level conditional compilation constant
> 'ODBC_INSTALLED' is not valid: '=' expected.
>
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>REM _End MakeAll
>
>
>
>
> David Welsh
>
>
>
|
|
|
 |
David Welsh
|
| Posted: 11/27/2002, 6:41 AM |
|
Unfortunatly I can not.
The ODBC driver I am using is for CONNX.
CONNX is a ODBC driver used to connect to VMS databases. This VMS database
is running on an alpha server. CONNX does have an upgrade (version 2.7) that
does support VB.NET using OLE DB. But the cost of this upgrade is too much,
just to aquire the OLE DB drivers for CONNX, that supports OLE DB..
But yesterday, I downloaded ASP.NET Framework 1.1 Beta. This does support
ODBC drivers.
Keep in mind, before my testing with VB.NET. I used ASP/VB with ODBC
drivers. All worked well.
And I understand why this works. But not VB.NET technology.
Has the CodeCharge Team done any testing with FrameWork 1.1 beta using ODBC
drivers?
David Welsh
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:as2glv$lli$2@news.codecharge.com...
> Hello David,
>
> Please use OLE DB.
>
> --
>
> Alex,
> Support Engineer
> CodeCharge Team
>
>
> "David Welsh" <dwelsh@welsh-canton.com> wrote in message
>news:as0roh$lik$1@news.codecharge.com...
> > Publishing my projects produces an error.
> >
> > Can anyone help me out with this one?
> >
> > Im using CCS ASP/VB.NET.
> > I have installed ODBC.NET on both my workstation on the server -hosting
> the
> > project.
> >
> > Here is the error during publishing.
> >
> >
> > Error:
> > C:\Documents and Settings\Administrator\Desktop>REM _MakeAll @1-2EA74438
> >
> >
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>C:\WINNT\Microsoft.NET\Framewo
> > rk\v1.0.3705\vbc /rootnamespace:BookStore /t:library
> /out:bin\BookStore.dll
> > /define:ODBC_INSTALLED /imports:Microsoft.Data.Odbc
> > /r:Microsoft.Data.Odbc.dll
> >
>
/imports:Microsoft.VisualBasic,System,System.Web,System.Xml,System.Data,Syst
> > em.Drawing /r:Microsoft.VisualBasic.dll /r:System.dll /r:System.Web.dll
> > /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll /recurse:*.vb
> > Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
> > for Microsoft (R) .NET Framework version 1.00.3705
> > Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
> >
> > vbc : error BC30249: Project-level conditional compilation constant
> > 'ODBC_INSTALLED' is not valid: '=' expected.
> >
> > C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>REM _End MakeAll
> >
> >
> >
> >
> > David Welsh
> >
> >
> >
>
>
|
|
|
 |
David Welsh
|
| Posted: 11/27/2002, 6:44 AM |
|
Just in case.
FrameWork 1.1 Beta
http://msdn.microsoft.com/netframework/productinfo/next/download.asp
David Welsh
"David Welsh" <dwelsh@welsh-canton.com> wrote in message
news:as2lj4$vg3$1@news.codecharge.com...
> Unfortunatly I can not.
> The ODBC driver I am using is for CONNX.
>
> CONNX is a ODBC driver used to connect to VMS databases. This VMS database
> is running on an alpha server. CONNX does have an upgrade (version 2.7)
that
> does support VB.NET using OLE DB. But the cost of this upgrade is too
much,
> just to aquire the OLE DB drivers for CONNX, that supports OLE DB..
>
> But yesterday, I downloaded ASP.NET Framework 1.1 Beta. This does support
> ODBC drivers.
> Keep in mind, before my testing with VB.NET. I used ASP/VB with ODBC
> drivers. All worked well.
> And I understand why this works. But not VB.NET technology.
>
>
> Has the CodeCharge Team done any testing with FrameWork 1.1 beta using
ODBC
> drivers?
>
>
> David Welsh
>
>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:as2glv$lli$2@news.codecharge.com...
> > Hello David,
> >
> > Please use OLE DB.
> >
> > --
> >
> > Alex,
> > Support Engineer
> > CodeCharge Team
> >
> >
> > "David Welsh" <dwelsh@welsh-canton.com> wrote in message
> >news:as0roh$lik$1@news.codecharge.com...
> > > Publishing my projects produces an error.
> > >
> > > Can anyone help me out with this one?
> > >
> > > Im using CCS ASP/VB.NET.
> > > I have installed ODBC.NET on both my workstation on the
server -hosting
> > the
> > > project.
> > >
> > > Here is the error during publishing.
> > >
> > >
> > > Error:
> > > C:\Documents and Settings\Administrator\Desktop>REM _MakeAll
@1-2EA74438
> > >
> > >
> >
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>C:\WINNT\Microsoft.NET\Framewo
> > > rk\v1.0.3705\vbc /rootnamespace:BookStore /t:library
> > /out:bin\BookStore.dll
> > > /define:ODBC_INSTALLED /imports:Microsoft.Data.Odbc
> > > /r:Microsoft.Data.Odbc.dll
> > >
> >
>
/imports:Microsoft.VisualBasic,System,System.Web,System.Xml,System.Data,Syst
> > > em.Drawing /r:Microsoft.VisualBasic.dll /r:System.dll
/r:System.Web.dll
> > > /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll
/recurse:*.vb
> > > Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
> > > for Microsoft (R) .NET Framework version 1.00.3705
> > > Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
> > >
> > > vbc : error BC30249: Project-level conditional compilation constant
> > > 'ODBC_INSTALLED' is not valid: '=' expected.
> > >
> > > C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~BookStore>REM _End MakeAll
> > >
> > >
> > >
> > >
> > > David Welsh
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|