now I am getting this new error with WroxUnited as the root of my website . It points to this line in my code
Code:
->publicvirtual Wrox.Commerce.ShoppingCart Cart {get {return ((Wrox.Commerce.ShoppingCart)(this.GetPropertyValue("Cart")));}set {this.SetPropertyValue("Cart", value);}}
C:\Users\AppData\Local\Temp\Temporary ASP.NET Files\wroxunited\b688e64c\1d0dc84c\App_Code.oxwp1f zv.0.cs(100,20): error CS0246: The type or namespace name 'Wrox' could not be found (are you missing a using directive or an assembly reference?)
I tried replacing Wrox.Commerce in above code with WroxUnited but it keeps on generating a number of automated files with above error .
plss help