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.
