• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Provider 'EShop' was not found.

B

Bogdan

Guest
Hi,

I am running a clean install of SiteBuilder 3.2 (not upgraded from any previous version), Plesk 7.6.1 on a Windows Server 2003 SP1 and I have a bit of a problem after I publish the site.

I am publishing my site using ftp on the same machine and I everything works fine, including publishing and viewing the ste afterwards, except if I choose the eShop module for the site. If I chose it, I can publish it without any problems, but when I try to view it, and I go http://domain.com, I get redirected to http://domain.com/Error.aspx?aspxerrorpath=/eshop/cart.aspx and the page contains the following:

"Internal error occured. Type ProviderException."


I edited the web.config file for my domain, and set Custom Error documents to off and now when I try to get http://domain.com I get redirected to http://domain.com/FlashIntro/FlashIntro.aspx and I see the follwing:

Server Error in '/' Application.
Provider 'EShop' was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Configuration.Provider.ProviderException: Provider 'EShop' was not found.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ProviderException: Provider 'EShop' was not found.]
System.Web.XmlSiteMapProvider.GetProviderFromName(String providerName) +3101791
System.Web.XmlSiteMapProvider.GetNodeFromProvider(String providerName) +38
System.Web.XmlSiteMapProvider.ConvertFromXmlNode(Queue queue) +206
System.Web.XmlSiteMapProvider.BuildSiteMap() +1161
System.Web.StaticSiteMapProvider.FindSiteMapNode(String rawUrl) +143
System.Web.XmlSiteMapProvider.FindSiteMapNode(String rawUrl) +37
System.Web.SiteMapProvider.FindSiteMapNode(HttpContext context) +41
System.Web.SiteMapProvider.get_CurrentNode() +32
System.Web.SiteMap.get_CurrentNode() +31
SWsoft.SiteBuilder.Site.Helpers.CompanyInfoExpressionBuilder.GetCompanyInfo(String key) +80
SWsoft.SiteBuilder.Modules.WebControls.PublishedPage.OnPreRender(EventArgs e) +501
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42


Does anyone have any ideas about this one? I tried reinstalling sitebuilder and it doesn't help.
 
Back
Top