個人化不是已啟用和 (或) 可修改的。Enabled 屬性必須設定為 true,而且必須選取已註冊的個人化提供者

個人化不是已啟用和 (或) 可修改的。Enabled 屬性必須設定為 true,而且必須選取已註冊的個人化提供者

 

個人化不是已啟用和 (或) 可修改的。Enabled 屬性必須設定為 true,而且必須選取已註冊的個人化提供者。必須授與權限給目前的使用者,才能修改個人化狀態。

描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。
例外詳細資訊: System.InvalidOperationException: 個人化不是已啟用和 (或) 可修改的。Enabled 屬性必須設定為 true,而且必須選取已註冊的個人化提供者。必須授與權限給目前的使用者,才能修改個人化狀態。
原始程式錯誤:

 

 

[InvalidOperationException: 個人化不是已啟用和 (或) 可修改的。Enabled 屬性必須設定為 true,而且必須選取已註冊的個人化提供者。必須授與權限給目前的使用者,才能修改個人化狀態。]
   System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnsureEnabled(Boolean ensureModifiable) +983291
   System.Web.UI.WebControls.WebParts.WebPartManager.MoveWebPart(WebPart webPart, WebPartZoneBase zone, Int32 zoneIndex) +30
   OdMainPage_ODSysNews.Page_Load(Object sender, EventArgs e) in D:\TestSod\OdMainPage\ODSysNews.aspx.vb:44
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state.

 

各種解法:

 

http://msdn.microsoft.com/zh-tw/library/91ka2e6a%28VS.80%29.aspx

 

 

http://social.msdn.microsoft.com/Forums/zh-TW/236/thread/5980409e-3f29-4610-acbb-b7bfcdf20ef2

http://msdn.microsoft.com/zh-tw/library/b6x6shw7%28VS.80%29.aspx
Personalization is not enabled and/or modifiable
http://forums.asp.net/t/953566.aspx
Personalization is not enabled and/or modifiable
http://888rock.blogspot.com/2010/03/personalization-is-not-enabled-andor.html
Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state
http://forums.asp.net/t/1441046.aspx
Personalization is not enabled and/or modifiable
http://forums.asp.net/t/953566.aspx
<anonymousIdentification>
http://msdn.microsoft.com/zh-tw/library/91ka2e6a%28VS.80%29.aspx

Anonymous Personalization Trick in Web Parts
http://www.codeproject.com/KB/aspnet/anonywebparts.aspx?msg=2956078