I am trying to start and run a simple web page that uses TreeView as well as SiteMapDataSource. TreeView is a list of links in a web application. My site navigation data source is an XML file (Web.sitemap).
When I run this application in my web browser, I get an error: "Unable to connect to any of the specified MySQL nodes."
He says my error is on line 285:
Line 283: <siteMap> Line 284: <providers> Line 285: <add name="MySqlSiteMapProvider" type="MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/" /> Line 286: </providers> Line 287: </siteMap>
Source file: C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Config \ machine.config Line: 285
I do not use MySQL or any DBMS for my site map, so I'm not sure why I get this error. I installed MySQL on my system, as well as plugins for Visual Studio 2015, so what could be the problem?
Thanks.
source share