The .NET Framework 2.0 SDK documentation includes the Visual Basic and Visual C# language references, as well as the documentation for the .NET Framework classes. You can download and integrate this documentation into the Help viewer for the Visual Studio 2005 Tools for Applications (VSTA) integrated development environment (IDE) that ships with InfoPath 2007. After doing so, the NET Framework 2.0 SDK documentation will be available along with the "InfoPath Developer Reference for Managed Code Form Templates" documentation in VSTA IDE Help viewer for use offline.
PingBack from http://testsubdomain.netmoviehost.com/how-to-integrate-the-net-framework-sdk-documentation-with-vsta/
The InfoPath team shows you how to integrate the .Net Framework help into the VSTA IDE for InfoPath.
How do I post a question to this blog?
Will the Blog Team be answering or communicating to those who submitted forms via the "help-us-improve-infopath-send-us-your-forms" Blog???
http://blogs.msdn.com/infopath/archive/2007/05/07/help-us-improve-infopath-send-us-your-forms.aspx?CommentPosted=true#commentmessage
I sent a form, heard nothing back...not good.
Here's a gotcha:
Did the full InfoPath install, and I am working through the 12 learning activities. On Lab 8, I ran into a problem where Microsoft.Office.InfoPath.View did not have "ExecuteAction" method. After much time (and a reinstall), discovered that I actually have *two copies* of Microsoft.Office.InfoPath.dll on my system:
<the good one>
$ ls -la "./Program Files/Microsoft Office Servers/12.0/Bin/Microsoft.Office.InfoPath.dll"
-rwxrwx---+ 1 Administrators SYSTEM 60200 Oct 26 2006 ./Program Files/Microsoft Office Servers/12.0/Bin/Microsoft.Office.InfoPath.dll
<the bad one>
$ ls -la Program\ Files/Microsoft\ Office/Office12/InfoPathOM/Microsoft.Office.Info*
-rwxrwx---+ 1 Administrators SYSTEM 206460 Sep 4 2006 Program Files/Microsoft Office/Office12/InfoPathOM/Microsoft.Office.InfoPath.xml
-rwxrwx---+ 1 Administrators SYSTEM 47912 Oct 26 2006 Program Files/Microsoft Office/Office12/InfoPathOM/Microsoft.Office.Infopath.dll
Within VSTA, the Microsoft.Office.Infopath.dll reference was to the *bad* one (the 49K one). I replaced that DLL with the "good" one (the 60K one) and now everything is A-OK.
Doesn't help that both files have the same date/time and the same version.
Ouch!
Andy,
"the bad one", Program Files/Microsoft Office/Office12/InfoPathOM/Microsoft.Office.Infopath.dll and "the good one" /Program Files/Microsoft Office Servers/12.0/Bin/Microsoft.Office.InfoPath.dll are different assemblies. The former is used by InfoPath (client-only) solutions. The latter is for browser-enabled forms, which uses a subset of the object model. They have different levels of functionality, and that is the reason a method might be missing in one of the assemblies and present in the other.
The correct change is to change the compatibility of your form template from "InfoPath and InfoPath Forms Services" to "InfoPath" or vice versa.
hErrrrrr.... I know this sounds really stupid, but I logged onto this thing, registered etc and can't find the bloody 'post new blog' or option to post a question...
Is this the wrong forum for that or is my browser just not showing the button.