Can you attach the relevant portions of your build
file and the rest of the output for this section?
Also, it is good to run in verbose (/v) mode to see
what references are sent to csc.
----- Original Message -----
Sent: Thursday, December 18, 2003 9:17
AM
Subject: [Nant-users] name space does not
exist
I am trying to build an ASP.NET project using NAnd and keep getting this
error message:
C:\danielel\WORK\DAIDS-ES\ARCHDEMO\DAIDSES.DataAccess\OraHelper.cs(15,20):
error CS0234: The type or namespace name 'OracleClient' does not exist in the
class or namespace 'System.Data' (are you missing an assembly
reference?)
But I do have referenced System.Data.OracleClient in the References.
Also, if I build direclty from VisualStudio, no errors are shown and the build
is successful. Any one show some lights on the problem would be very
helpful.
Thanks.
|