Charl Du Toit
|
| Posted: 06/19/2002, 4:52 AM |
|
Hi all
Can someone pls help with this error. I have no idea how to get .net and CCS
to work together. Is there maybe a guide or something that i can download
that will help me. What is the default path of the .net c# compiler.
Thanx in advance
Generating Common Files
Generating "category"
Generating "contacts"
Running:
cmd /c C:\DOCUME~1\wizard\LOCALS~1\Temp\~contact31\MakeAll.bat C:
C:\DOCUME~1\wizard\LOCALS~1\Temp\~contact31\ >>
C:\DOCUME~1\wizard\LOCALS~1\Temp\~contact31\build.log
=======================================
Output
Error:
C:\Documents and Settings\wizard>REM _MakeAll @1-9D4AC258
C:\DOCUME~1\wizard\LOCALS~1\Temp\~contact31>C:\WINDOWS\Microsoft.NET\Framewo
rk\v1.0.3705\csc /w:2 /t:library /out:bin\contact3.dll
/define:ODBC_INSTALLED /r:Microsoft.Data.Odbc.dll /r:System.dll
/r:System.Web.dll /r:System.Xml.dll /r:System.Data.dll /recurse:*.cs
Microsoft (R) Visual C# .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.0.3705
Copyright (C) Microsoft Corporation 2001. All rights reserved.
error CS0006: Metadata file 'Microsoft.Data.Odbc.dll' could not be found
C:\DOCUME~1\wizard\LOCALS~1\Temp\~contact31>REM _End MakeAll
=======================================
Build finish
|
|
|
 |
Sanddy
|
| Posted: 06/19/2002, 5:12 AM |
|
Hi,
The path to the compiler is
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\
But I think you have set this correctly .. the error I see is that you are
using the ODBC Provider to connect to your database. The ODBC Managed
Provider is *not* installed by default when you install the .NET Framework,
you need to download it seperately.
You can get the ODBC Managed provider from the URL below, once you install
it your code should compile!
[ http://msdn.microsoft.com/downloads/default.asp?url=/do...s/sample.asp?ur
l=/MSDN-FILES/027/001/668/msdncompositedoc.xml ]
(watch out for the line-wrap in the URL )
Hope this helps..
CCS Fan,
Sanddy
|
|
|
 |
Charl Du Toit
|
| Posted: 06/19/2002, 5:18 AM |
|
Could you please confirm the url ?
Thanx !
"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:aepsg5$ph0$1@news.codecharge.com...
> Hi,
>
> The path to the compiler is
> C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\
>
> But I think you have set this correctly .. the error I see is that you are
> using the ODBC Provider to connect to your database. The ODBC Managed
> Provider is *not* installed by default when you install the .NET
Framework,
> you need to download it seperately.
> You can get the ODBC Managed provider from the URL below, once you install
> it your code should compile!
>
> [
> http://msdn.microsoft.com/downloads/default.asp?url=/do...s/sample.asp?ur
> l=/MSDN-FILES/027/001/668/msdncompositedoc.xml ]
> (watch out for the line-wrap in the URL )
>
> Hope this helps..
>
> CCS Fan,
> Sanddy
>
>
|
|
|
 |
Charl Du Toit
|
| Posted: 06/19/2002, 5:24 AM |
|
Please ignore that last post I WAS BEING STUPID AGGAIN *BLUSH*
"Charl Du Toit" <zawizard@hotmail.com> wrote in message
news:aepsr8$q69$1@news.codecharge.com...
> Could you please confirm the url ?
>
> Thanx !
>
> "Sanddy" <e_sanddy@yahoo.com> wrote in message
>news:aepsg5$ph0$1@news.codecharge.com...
> > Hi,
> >
> > The path to the compiler is
> > C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\
> >
> > But I think you have set this correctly .. the error I see is that you
are
> > using the ODBC Provider to connect to your database. The ODBC Managed
> > Provider is *not* installed by default when you install the .NET
> Framework,
> > you need to download it seperately.
> > You can get the ODBC Managed provider from the URL below, once you
install
> > it your code should compile!
> >
> > [
> >
> http://msdn.microsoft.com/downloads/default.asp?url=/do...s/sample.asp?ur
> > l=/MSDN-FILES/027/001/668/msdncompositedoc.xml ]
> > (watch out for the line-wrap in the URL )
> >
> > Hope this helps..
> >
> > CCS Fan,
> > Sanddy
> >
> >
>
>
|
|
|
 |
|