1
我正在使用ScrewTurn Wiki。它是預先編輯的版本。所以,當我在我的寵物網站上運行IIS作爲應用程序時,它會給出錯誤,例如無法找到類型或命名空間名稱「AddressInfo」。但是,當我運行它作爲網站比它工作正常。我在哪裏做錯了任何參考添加或我錯過的東西。作爲應用程序在IIS 7中的網站
public class ProfileCommon : System.Web.Profile.ProfileBase
{ public virtual AddressInfo BillingAddress
{ get { return ((AddressInfo)(this.GetPropertyValue("BillingAddress")));
在女巫DLL這個AddressInfo是?也許你忘了包括它? – Aristos 2012-02-10 06:08:39
public class ProfileCommon:System.Web.Profile.ProfileBase { public virtual AddressInfo BillingAddress { return {(AddressInfo)(this.GetPropertyValue(「BillingAddress」))); – 2012-02-10 06:17:54