OracleSiteMapProvider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
rednose84
Posts: 9
Joined: Wed 10 Nov 2010 08:07
Contact:

OracleSiteMapProvider

Post by rednose84 » Fri 07 Jan 2011 10:13

Hello @all,

I'm using the devart OracleSiteMapProvider with the corensponding ASPNET_SITEMAP Table in an Oracle DB.

The ASPNET_SITEMAP Table looks like:

1 ~/default.aspx Home Home Administrator null null
2 ~/Seite1/default.aspx Seite 1 Seite 1 Administrator 1 1
3 ~/Seite2/default.aspx Seite 2 Seite 2 Administrator 1 2
4 ~/Seite3/default.aspx Seite 3 Seite 3 Administrator 1 3
5 ~/Seite4/default.aspx Seite 4 Seite 4 Administrator 1 4

My SiteMapDataSource in ASP:

Code: Select all


 
My MenuControl in ASP

Code: Select all

asp:Menu StaticDisplayLevels="3" ID="menue" runat="server" CssClass="menu" EnableViewState="false"  IncludeStyleBlock="false" Orientation="Horizontal" style="margin-top:20px;" DataSourceID="SiteMapDataSource1">
                   
                
If i run the Application I will get an IndexOutOfRangeException. If I refresh the site it works fine.

Can any body tell me the reason for this strange behavior?

kind regards
Michael

rednose84
Posts: 9
Joined: Wed 10 Nov 2010 08:07
Contact:

Post by rednose84 » Fri 07 Jan 2011 10:16

pls copy into dotConnect for Oracle

wrong post :-(

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

Post by Shalex » Tue 11 Jan 2011 14:47

I can reproduce the IndexOutOfRangeException error with the 6.0.70 version of dotConnect for Oracle only in the Direct mode. We will investigate the issue and notify you about the results as soon as possible. As a workaround, please use the OCI mode (connection via Oracle Client).

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

Post by Shalex » Thu 13 Jan 2011 10:38

We have fixed the problem. I will post here when the corresponding build is available for download.

rednose84
Posts: 9
Joined: Wed 10 Nov 2010 08:07
Contact:

Post by rednose84 » Fri 14 Jan 2011 09:37

Shalex wrote:We have fixed the problem. I will post here when the corresponding build is available for download.
Cool, thx.

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

Post by Shalex » Thu 27 Jan 2011 16:01

New version of dotConnect for Oracle 6.10 is released!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with valid subscription only): http://secure.devart.com/ .
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=20115 .

Post Reply