Issue
A parser error is returned to the web browser when accessing the WorkflowGen User Portal or Administration Module with one of the following messages:
Portal
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: Could not load type 'Advantys.Workflow.Web.UI.Portal.PageController'.
Source Error:
Line 1: <%@ Inherits="Advantys.Workflow.Web.UI.Portal.PageController" autoeventwireup="false" Codepage="65001" %>
Administration Module
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: Could not load type 'Advantys.Workflow.Web.UI.Administration.PageController'.
Source Error:
Line 1: <%@ Inherits="Advantys.Workflow.Web.UI.Administration.PageController" autoeventwireup="false" Codepage="65001" %>
Cause
The WorkflowGen application is not declared as a valid web application in IIS.
Solution
-
Open IIS and browser to the WorkflowGen website (
DRIVE:\Inetpub\wwwroot\wfgen
). -
Right-click on
wfgen
under thewwwroot
folder and choose Properties. -
On the Directory Security tab, click the Edit button and select Basic Authentication.
-
On the Documents tab, add
default.aspx
if it doesn’t already exists in the list. -
On the Directory tab, click Create to create the application.
-
Set Execute Permissions to Scripts only.
-
On the ASP.NET tab, choose ASP.NET version 2.0.50727 if not already selected.