M
MichaelW
Hi,
I use the activeX control of InfoPath 2007 embedded within an c# .net 3.5
(VS2008) form application. My form template is made full-trusted and located
local on the machine where my application runs.
My problem is that I seldomly (but I already got it several times) get
following exception:
System.Runtime.InteropServices.COMException (0x80043003): InfoPath cannot
create a new, blank form.
Microsoft.Office.Interop.InfoPath.InfoPathEditor.NewFromSolution(String
bstrSolutionURI)
Microsoft.Office.InfoPath.FormControl.NewFromFormTemplate(String
formTemplateLocation)
Unfortunately I got no info about 'COMException 0x80043003' within google
search.
Does anybody has an idea what there might going wrong?
Thanks in advance
Michael
I use the activeX control of InfoPath 2007 embedded within an c# .net 3.5
(VS2008) form application. My form template is made full-trusted and located
local on the machine where my application runs.
My problem is that I seldomly (but I already got it several times) get
following exception:
System.Runtime.InteropServices.COMException (0x80043003): InfoPath cannot
create a new, blank form.
Microsoft.Office.Interop.InfoPath.InfoPathEditor.NewFromSolution(String
bstrSolutionURI)
Microsoft.Office.InfoPath.FormControl.NewFromFormTemplate(String
formTemplateLocation)
Unfortunately I got no info about 'COMException 0x80043003' within google
search.
Does anybody has an idea what there might going wrong?
Thanks in advance
Michael