ResetPersonalizationBlob being called irregularly - how to solve? - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T18:12:27Zhttp://stackoverflow.com/feeds/question/1037547http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1037547/resetpersonalizationblob-being-called-irregularly-how-to-solve0ResetPersonalizationBlob being called irregularly - how to solve?Ngm2009-06-24T10:27:25Z2009-06-24T12:43:18Z
<p>I have provided a custom webpart personalization provider by extending the "PersonalizationProvider" class.</p>
<p>I have also extended the WebPartsManager class to invoke "SetPersonalizationDirty", when webparts are added/removed dynamically.</p>
<p>Now the problem is that method "ResetPersonalizationBlob" is being called suddenly even though:
1. Provided that there is no explicit invocation for the method
2. Irrespective of the fact that every addition/removal of webpart, the code does invoke WebpartManager.SetPersonalizationDirty </p>
<p>I am not sure as to why PersonalizationProvider.ResetPersonalizationBlob method is being invoked?</p>
<p>Has anybody faced a similar problem? What are the scenarios when the method " PersonalizationProvider.ResetPersonalizationBlob" is invoked?</p>