Is it possible to utilize the 3.5 or 4.0 .NET framework with my InfoPath 2007 forms? If so, how?
Asked
Active
Viewed 320 times
2
-
are you also targeting InfoPath Form Services ? In this case you won't be able to use .net V4 – Steve B Sep 09 '11 at 09:44
1 Answers
2
Use the Microsoft Visual Studio Tools for Applications (VSTA) development environment that is integrated into Microsoft Office InfoPath 2007.
EDIT Having researched a little deeper it appears that the VSTA suppllied with Office2k7 is version 1.0 which runs .NET 2.0, I could not find any known workarounds.
You could try installing VSTA 2.0 if you can find it.
You will come across deployment problems if your target clients are running 2007 so if you really need 3.5 or 4.0 then upgrading to 2010 which uses VSTA 2.0.

Moog
- 10,193
- 2
- 40
- 66
-
I've tried this, and I cannot get it to use the .NET 4.0 or 3.5 frameworks. – Chris Sep 10 '11 at 02:32