APS.NET WEB应用程序中ProfileCommon的使用
我想请问在asp.net Web应用程序如何使用ProfileCommon?
例如我在使用:ProfileCommon CustomerProfile = (HttpContext.Current.Profile as ProfileCommon).GetProfile(Customer.UserName);其中在web.config中已配置<profile>项,在生成时会报错, 提示缺少ProfileCommon程序集的引用?
我该如何解决?
谢谢