• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Error SiteBuilder.Modules.WebControls.DLL

A

aabrahao

Guest
Hi,
The error appears after the user publish the site.
I change the web.config and the error above appears:
Server Error in '/' Application.
________________________________________
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The type 'SWsoft.SiteBuilder.Site.Helpers.WebControls.ErrorPage' is ambiguous: it could come from assembly 'c:\ddddd\Uuuuu\hhhhh\ddadadal\xxx.xxx.xx\www\bin\SiteBuilder.Modules.WebControls.DLL' or from assembly ' c:\ddddd\Uuuuu\hhhhh\ddadadal\xxx.xxx.xx\www\bin\Site.Helpers.DLL'. Please specify the assembly explicitly in the type name.

Source Error:

Line 1: <%@ Page Language="C#" AutoEventWireup="true" Inherits="SWsoft.SiteBuilder.Site.Helpers.WebControls.ErrorPage" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Source File: /Error.aspx Line: 1
________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
 
If this is still actual, you could try following solution:

It looks like there is file Site.Helpers.DLL exists in directory %SiteBuilder%\Repository\Common\bin\. But there should not be such file.
Solution:
1. Remove this file from %SiteBuilder%\Repository\Common\bin\
2. Check all sites directories %Sitebuilder%\Sites\*\bin and remove Site.Helpers.DLL file from there.

This file could came from previous 3.x version. It looks like Sitebuilder 3.x removal or upgrade was performed not quite correctly. Anyway, try to check solution and let me know about the results.
 
Back
Top