errors compiling on beta2
When trying to compile the solution under Beta 2 of VS.NET, I get a lot of errors like the following:
using Wrox.WebModules.AdsManager.Business;
D:\wrox\ThePhile\Controls\SiteFooter.ascx.cs(9): The type or namespace name 'AdsManager' does not exist in the class or namespace 'Wrox.WebModules' (are you missing an assembly reference?)
using Wrox.WebModules.Accounts.Business;
D:\wrox\ThePhile\Controls\SiteHeader.ascx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Wrox.WebModules.Accounts' (are you missing an assembly reference?)
My guess is that the problem is specific to Beta2...
How would I go about fixing the references?
thanks much!
|