Bug #66881 MySqlSessionStateProvider blocks breadcrumb display of asp:SiteMapPath
Submitted: 19 Sep 2012 21:34 Modified: 27 Jun 2013 17:44
Reporter: John Hetzler Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:6.6.2, 6.5.4 OS:Windows (Win 7)
Assigned to: Roberto Ezequiel Garcia Ballesteros CPU Architecture:Any
Tags: MySqlSessionStateProvider, sessionstate, sitemappath

[19 Sep 2012 21:34] John Hetzler
Description:
Adding MySqlSessionStateProvider to a project will block the display of the asp:SiteMapPath breadcrumbs. The asp:Menu and asp:TreeView use the asp:SiteMapDataSource and still work properly. The breadcrumbs display OK in design mode but do not display at runtime, and no errors are reported.

How to repeat:
1. Create new web site in VS 2010 .NET 4.0 using the ASP.NET template.
2. Add 1 additional page.
3. Create the web.sitemap file with these two pages in it.
4. Go to MySQL Wesite Configuration site from icon on Solution Explorer.
5. Add providers for Membership, Roles and Profiles (NOT Session State).
6. Add the asp:SiteMapPath control to the master page under the <h1> tag.
7. See design mode display is OK.
8. Run web site, see breadcrumb display is present.
9. Go to MySQL Wesite Configuration site from icon on Solution Explorer.
10. Add provider for SessionState.
11. See design mode display is OK.
12. Run web site, note that breadcrumb display is MISSING.
[31 Oct 2012 22:20] Roberto Ezequiel Garcia Ballesteros
Hi John!

I wasn't able to reproduce this bug. Could you please send me your Web.sitemap file content and tell me more about the structure in your application? Also say if the project is a web application or web site?

Thank you,
Roberto.
[5 Nov 2012 22:48] John Hetzler
The projects I was working with are of type Web Site Project, not Web Application Project.

I've uploaded everything, I think. There's a db dump file with demo data in it.

John
[27 Jun 2013 17:44] Roberto Ezequiel Garcia Ballesteros
We can't reproduce the error even using files attached.