I figured out my error on the below issue... (silly typo)

But now I am getting this...

dll:
[csc] compiling 2 files
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(3) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(4) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(3) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(3) error CS0246: The namespace `System.Data' can not be found (missing assembly reference?)
[csc] Try using -r:System.Data
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(4) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] Try using -r:System.Data
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(4) error CS0246: The namespace `System.Data.SqlClient' can not be found (missing assembly reference?)
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/ThePlatform.cs(3) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/ThePlatform.cs(3) error CS0246: The namespace `System.Data' can not be found (missing assembly reference?)
[csc] Compilation failed: 10 error(s), 0 warnings
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/ThePlatform.cs(4) error CS0234: The type or namespace name `Data' could not be found in namespace `System'
[csc] /Users/Koroshiya/Documents/www.totalvid.net/src/ThePlatform.cs(4) error CS0246: The namespace `System.Data.SqlClient' can not be found (missing assembly reference?)


BUILD FAILED
csc returned: 1


Obviously System.Data exists, or did M$ update something. :-(

-Chris

On Apr 18, 2005, at 10:27 PM, Chris Altman wrote:

Well I installed the Framework for OS X under "Development release" 1.1.6.

Now I am receiving this error...

      [csc] compiling 2 files
      [csc] error CS0006: Cannot find assembly `'
      [csc] Log:

      [csc] Compilation failed: 1 error(s), 0 warnings

BUILD FAILED

csc returned: 1

Not sure what this means.  :-(  The search continues.

On Apr 18, 2005, at 9:03 PM, Shatzer, Larry wrote:

If you want to build it, you will still need mono.

What impression did you have about Ant?

-- Larry

-----Original Message-----
From: Chris Altman [mailto:[EMAIL PROTECTED]
Sent: Monday, April 18, 2005 6:03 PM
To: Ant Users List
Subject: Re: Problem with csc on OS X


I wasn't planning on running it on OS X just build it. :-)

I had the wrong impression about Ant.  My apologies.  thank you for
your help.  I am currently scouring that site to figure out what the
minimum requirements for me are to get this working.  :-)

-Chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to