Hi,
I am unable to access the FormsConfig application on the Forms Server. I tried running repair and that did not fix the issue. Next, I uninstalled Forms and reinstalled Forms, and that did not work either. Below is the compilation error that keeps occurring:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Recaptcha' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 61: <add namespace="System.Web.Routing" /> Line 62: <add namespace="System.Web.WebPages" /> Line 63: <add namespace="Recaptcha" /> Line 64: </namespaces> Line 65: </pages>
It keeps pointing out line 63, even though none of the forms that were created prior to receiving the error above had Recaptcha selected.
Any suggestions on what is causing this problem and how to fix it?