Error when rendering forms after upgrade from Umbraco Forms 8.1.1 to 8.2.0
Hi
I upgraded Umbraco Forms from 8.1.1 to 8.2.0. However, when I click on an item that has a form I get the below error on InsertUmbracoFormWithTheme.cshtml
System.Web.HttpException: 'Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.'
Inner Exception
NullReferenceException: Object reference not set to an instance of an object.
Also when I click "Add content" and then "Form", it supposed to show me a list of forms to choose from but it throws the below exception on InsertUmbracoFormWithTheme.cshtml
Error when rendering forms after upgrade from Umbraco Forms 8.1.1 to 8.2.0
Hi
I upgraded Umbraco Forms from 8.1.1 to 8.2.0. However, when I click on an item that has a form I get the below error on InsertUmbracoFormWithTheme.cshtml
System.Web.HttpException: 'Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.'
Inner Exception NullReferenceException: Object reference not set to an instance of an object.
Also when I click "Add content" and then "Form", it supposed to show me a list of forms to choose from but it throws the below exception on InsertUmbracoFormWithTheme.cshtml
System.FormatException: 'Unrecognized Guid format.'
This exception was originally thrown at this call stack:
[External Code] ASP.PageViewsMacroPartialsInsertUmbracoFormWithTheme_cshtml.Execute() in InsertUmbracoFormWithTheme.cshtml
[External Code]
The version of Umbraco I'm on is 8.2.2
Any help will be highly appreciated.
is working on a reply...