web.config errors
hi,
im trying to run my web site and i keep having this problem in web.config:Message
could not find schema information for the element 'store' and 7 others,the same.
plus, when i attempt to open any web form related to the store, i get this message:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 44: protected static StoreElement Settings
Line 45: {
Line 46: get { return Globals.Settings.Store; }
Line 47: }
Line 48:
Source File: c:\Inetpub\wwwroot\Mike\App_Code\BLL\Store\BaseSto re.cs Line: 46
any help would be appreciated.
|