When i build source code and run web project from IIS , I got following error. I have seen this thread(http://dashcommerce.org/forums/p/149/668.aspx) but could't solve this problem:(
Please tell me , how to solve this error?
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and
modify your source code appropriately.
Compiler Error Message: CS0246:
The type or namespace name 'MettleSystems' could not be found (are you
missing a using directive or an assembly reference?)
Source Error:
|
Line 17: public class ProfileCommon : System.Web.Profile.ProfileBase { Line 18: Line 19: public virtual MettleSystems.dashCommerce.Store.AddressCollection AddressCollection { Line 20: get { Line 21: return ((MettleSystems.dashCommerce.Store.AddressCollection)(this.GetPropertyValue("AddressCollection")));
|
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dcommerce1\23ba74d1\e4b61032\App_Code.v12p6pjd.0.cs
Line: 19