Hi All,
I have a form published to a Share Point server. The form uses C# managed
code in it.
It work on the development Machine WinXP, but will not work on the client
machine Win2000. The .Net 1.1 Framework is installed.
Here is the error
InfoPath cannot open the selected form because of an error in the form's
code.
The Microsoft .NET Framework 1.1 is not installed on your computer or the
InfoPath primary interop assembly (PIA) is not registered. Use Add or Remove
Programs in Control Panel to make sure that Microsoft .NET Framework 1.1 is
installed or install it using Windows Update, then run Setup again to
confirm that .NET Programmability Support is installed, or contact your
system administrator.
Sean - 13 Sep 2005 03:18 GMT
Hi Lee,
the win2000 machine is missing the Primary Interop Assemblies for Office.
I have had the same issue myself, not really sure why some machines are
missing these files.
But they are available here:
http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0
-d36d67e0f4ad&displaylang=en
Install these on the win2000 machine and your form should then work.
Good luck,
Sean.