-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form suddenly stops working "Object reference not set to an instance of an object" #115
Comments
Hey. What happens if you comment out line 142 in Async.cshtml?
Den 24. feb. 2017 3.32 PM skrev "Ralph van Vugt" <notifications@github.com>:
… One moment the form shows nicely, but a second later the following error
appears:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Source Error:
Line 140:
Line 141: @* form actions as an array of JSON objects
*@ Line 142: ***@***.***.actions = @form.Actions.Render(); Line
143: Line 144: @* the total number of form pages *@
Source File: c:\inetpub\wwwroot\www.culinaireduizendpoot.nl\Views\
Partials\FormEditor\Async.cshtml Line: 142
We cannot fix it, only by creating a new node and create the form again.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#115>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHD_CmOktoaIwSQaBJDnKizItK6xsGFJks5rfundgaJpZM4MLRD9>
.
|
@ralphvanvugt I'm closing this now. Reopen it if you're still having problems. |
@kjac Sorry, I was on holidays. The fix worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One moment the form shows nicely, but a second later the following error appears:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 140:
Line 141: @* form actions as an array of JSON objects @
Line 142: _fe[@formContent.Id].actions = @form.Actions.Render();
Line 143:
Line 144: @ the total number of form pages *@
Source File: c:\inetpub\wwwroot\www.culinaireduizendpoot.nl\Views\Partials\FormEditor\Async.cshtml Line: 142
We cannot fix it, only by creating a new node and create the form again.
The text was updated successfully, but these errors were encountered: