ResetPersonalizationBlob being called irregularly - how to solve? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T18:12:27Z http://stackoverflow.com/feeds/question/1037547 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1037547/resetpersonalizationblob-being-called-irregularly-how-to-solve 0 ResetPersonalizationBlob being called irregularly - how to solve? Ngm 2009-06-24T10:27:25Z 2009-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>