Hosted BeerHouse and sub directory
Hi all
my problem is that I have just deployed an application in a sub folder within my root application TheBeerHouse on my Webhost4life site and it's try to reference my BLL within the root application, why is this and anybody know the solution ? the error is
Does a sub folder web.config inherit from the root application web.config ? hell i'm confused
CS0246: The type or namespace name 'MB' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 191: }
Line 192:
Line 193: public virtual MB.TheBeerHouse.BLL.Store.ShoppingCart ShoppingCart {
Line 194: get {
Line 195: return ((MB.TheBeerHouse.BLL.Store.ShoppingCart)(this.Get PropertyValue("ShoppingCart")));
Any help would be greatly appreciated as this is treading on new ground
|