tags:

views:

27

answers:

1

How do I fix this?

Object reference not set to an instance of an object.

at Change_Request.FormCode.FormEvents_OnSubmitRequest(DocReturnEvent e)

at Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnSubmitRequest(DocReturnEvent pEvent)

A: 

try running the form in full trust. looks like you have a permission's issue.

Chris Jones

related questions