InfoJet EditPart is a Web Part Client of InfoJet Service.
InfoJet EditPart itselft doesn't process InfoPath Forms.
InfoJet Service is an InfoPath forms engine.
InfoJet EditPart access InfoJet Service via Web Services.
When you edit InfoPath Forms with InfoJet EditPart,
make sure that the InfoJet Service Server is running.
Please email the form template file(.xsn) that cannot work properly in InfoJet EditPart to us
(support@infojetsoft.com),
and tell us the details of your system environment.
We will test it at the source code level,
and improve InfoJet EditPart and InfoJet Service.
We acknowledged sincerely your help.
That means that number of your registered InfoPath form templates has been maximum,
you may purchase an InfoJet Service License that allow to register more form templates.
You can also delete idle form templates in InfoJet Service Manager.
We don’t recommend you do so.
It is recommended that all users of InfoJet EditPart access SharePoint with the same absolute address.
InfoJet EditPart use the URL of InfoPath form template file in SharePoint as the Key to register it into InfoJet Service.
If you use both http://localhost and http://192.168.10.10 to access InfoJet EditPart,
the result is same form template will be registered repeatedly in InfoJet Service with two different URLs,
which wastes resources.
Please add the following element in the web.config of SharePoint web applicaton:
<appSettings>
<add key="InfoJetSoft.EditPart.ValidateImmediately" value="false" />
</appSettings>