Page 1 of 1

OracleSiteMapProvider

Posted: Fri 07 Jan 2011 10:13
by rednose84
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

Posted: Fri 07 Jan 2011 10:16
by rednose84
pls copy into dotConnect for Oracle

wrong post :-(

Posted: Tue 11 Jan 2011 14:47
by Shalex
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).

Posted: Thu 13 Jan 2011 10:38
by Shalex
We have fixed the problem. I will post here when the corresponding build is available for download.

Posted: Fri 14 Jan 2011 09:37
by rednose84
Shalex wrote:We have fixed the problem. I will post here when the corresponding build is available for download.
Cool, thx.

Posted: Thu 27 Jan 2011 16:01
by Shalex
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 .