S
Santie
I am trying to create a browser enabled template that calls another form from
a button click event. I am using “ Application.XDocuments.NewFromSolution()â€
but get the following error:
“Microsoft.Office.InfoPath.Application' does not contain a definition for
'XDocuments' and no extension method 'XDocuments' accepting a first argument
of type 'Microsoft.Office.InfoPath.Application' could be found (are you
missing a using directive or an assembly reference?)â€
I think i am missing a reference but not sure what. I have tried
Using System.Xml.Linq;
And
Using Microsoft.Office.Interop.Infopath;
But no luck. Plase help.
I am not even convinced that i am on the right trackl.
Thanks.
a button click event. I am using “ Application.XDocuments.NewFromSolution()â€
but get the following error:
“Microsoft.Office.InfoPath.Application' does not contain a definition for
'XDocuments' and no extension method 'XDocuments' accepting a first argument
of type 'Microsoft.Office.InfoPath.Application' could be found (are you
missing a using directive or an assembly reference?)â€
I think i am missing a reference but not sure what. I have tried
Using System.Xml.Linq;
And
Using Microsoft.Office.Interop.Infopath;
But no luck. Plase help.
I am not even convinced that i am on the right trackl.
Thanks.