It was a Typo. That should be:

class GreatLand.Core.Data.DataManager

And like I said, it compiles perfectly in VS.NET, but not with CSC (until I
move the using statements). The point is relatively moot, I have NAnt
retrieving all the new files from sourcesafe, then I have a script task that
moves the using statements for me, but I'd rather not do that as it could
possibly lead to the wrong code moving around.

Adam..

-----Original Message-----
From: Brad Wilson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 07, 2002 10:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Csc problems with using statements


Sills, Adam wrote:

> class GreatLand.Core.DataManager {}
[...]
> using GreatLand.Core.Data;

If this isn't a typo, then what you really wanted was:

   using GreatLand.Core;

There doesn't seem to be a GreatLand.Core.Data namespace anywhere.

Brad

--
Read my web log at http://www.quality.nu/dotnetguy/

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to