I receive an error when using the CFO role center in AX 2012 R2. I invested some time to troubleshoot (IISRESET, full IL, deploy WebComponent, deploy Service Groups) but nothing fixed the error.
Had anyone fixed a similar error or have anyone an approach for troubleshooting?
The Error from the event log is the following:
The User Control CustCashInflowvsCashOutflow.ascx has caused a compilation error. To view details about this error, enable debugging in the web.config file or view the Windows event logs.
c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ep\CustCashInflowvsCashOutflow.ascx.cs(14): error CS0234: The type or namespace name 'Portal' does not exist in the namespace 'Microsoft.Dynamics' (are you missing an assembly reference?)
System.Web
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxUserControlUpdatePanel.LoadControl()