我在我的網站中使用asp.net用戶管理(ASP.NET 3.5)在Win7上通過VS2010進行開發和測試時,一切正常。但是,當我編譯和發佈網站拋出錯誤:BC30554:'ProfileCommon'含糊不清
Compiler Error Message: BC30554: 'ProfileCommon' is ambiguous.
Line 55: End Sub
Line 56:
Line 57: Protected ReadOnly Property Profile() As ProfileCommon
Line 58: Get
Line 59: Return CType(Me.Context.Profile,ProfileCommon)
請幫助我。感謝
這是完整的編譯器消息嗎? – CodesInChaos 2012-02-27 14:17:30