Products | Versions |
---|---|
TIBCO iProcess Server Objects (.NET) | - |
Not Applicable | - |
Description:
The installation guide for TIBCO iProcess Server Objects (.NET) version 11.3.0 was updated to reflect the fact that version 11.3.0 was built with .NET Framework 2 using Microsoft Visual Studio 2008 (the previous version was built with .NET Framework 1.1 using Microsoft Visual Studio 2003).
Note, however, a section entitled “Initialization and Cleanup Required” was inadvertently left in the release notes and programmer’s guide, when it should have been removed. This section discusses the need to run the ssoDOTNET.StartUp() and ssoDOTNET.Shutdown() static methods, which was required with the previous version, but is no longer needed with version 11.3.0 and .NET Framework 2.0.
What this means to you:
• When you use TIBCO iProcess Server Objects (.NET) v11.3.0, your
application does not need to call ssoDOTNET.StartUp() or
ssoDOTNET.ShutDown() (they are still present in the interface, but are
empty functions).
• You will need to install the Microsoft Visual C++ 2008 Redistributable
Package (which is described in the installation guide).
• You will need to install .NET Framework 2.0 or newer (which is
described in the installation guide).
• TIBCO iProcess Server Objects (.NET) v11.3.0 will run in applications
targeted with .NET Framework 2.0, 3.0, and 3.5.
• If you are using Microsoft Visual Studio 2003 (i.e., your application is
using .NET Framework 1.1):
o You will need to migrate your application to use .NET Framework
2.0 (see this article for discussion:
http://msdn.microsoft.com/en-us/magazine/cc163638.aspx).
o For most applications, this means that you will need to re-compile
using VS2005, VS2008, or VS2010.