Hi,
How do I determine what .net framework dependencies are present in a VS 2005 infopath project? I'm trying to redeploy a project (form is available to users through sharepoint)
without .net framework 1.1 dependencies so we do not have to roll out both .net framework 1.1 and 2.0.
We already have .net 2.0 rolled out. I have seen on the microsoft site a reference to installing the PIA (Primary Interop Assemblies package) to fix this issue with dependency error on .net framework 1.1. Unfortunately they seem to have overlooked that at the bottom of their article on this they say that .net 1.1 is required before installing PIA package.
Thanks for any help.