Error on OraclePersonalizationProvider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
degas
Posts: 77
Joined: Mon 16 Feb 2009 18:36
Location: Argentina

Error on OraclePersonalizationProvider

Post by degas » Mon 16 Nov 2009 20:48

I am using yor ASPNET providers and and i am getting and this error when
trying to change the desing of my web parts when the WebPartManager.Personalization.Scope==PersonalizationScope.Shared
Everything works fine is the scope
WebPartManager.Personalization.Scope==PersonalizationScope.User

I started my project from the sample project and everything works fine.

I am using 5.0.33 version, Oracle 10g and VS 2008.

I can pass you the project i am working on.

Error:
Object reference not set to an instance of an object

Stack Trace:

en Devart.Common.Web.Providers.a.a(DbConnection A_0, Boolean A_1, String A_2, Object A_3, Boolean A_4, MembershipCreateStatus& A_5)
en Devart.Common.Web.Providers.a.a(DbConnection A_0, Boolean A_1, String A_2, Object A_3, Boolean A_4)
en Devart.Common.Web.Providers.DbPersonalizationProvider.SavePersonalizationBlob(WebPartManager webPartManager, String path, String userName, Byte[] dataBlob)
en System.Web.UI.WebControls.WebParts.PersonalizationProvider.SavePersonalizationState(PersonalizationState state)
en System.Web.UI.WebControls.WebParts.WebPartPersonalization.Save()
en System.Web.UI.WebControls.WebParts.WebPartManager.OnPageSaveStateComplete(Object sender, EventArgs e)
en System.Web.UI.Page.OnSaveStateComplete(EventArgs e)
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 18 Nov 2009 11:22

1. Does the problem persist with the User or Shared scope?
2. Please try the latest 5.35.52 version of dotConnect for Oracle because there were some improvements with Devart Personalization provider since the 5.00 version. Is the problem resolved in 5.35.52?
3. Please send us a small test project to reproduce the issue.

degas
Posts: 77
Joined: Mon 16 Feb 2009 18:36
Location: Argentina

Post by degas » Wed 18 Nov 2009 17:41

I made a mistake with the version number. I am using the version 5.20.33.
It will take me sometime to send the test the new version.
Dou you still want the test project? How do i send it to you?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 19 Nov 2009 12:28

Please try the latest 5.35.52 version of dotConnect for Oracle. The issue with PersonalizationScope.Shared should be fixed in this version. If the problem persists with this version as well, please send us your test project via our contact form.

Post Reply