A new hotfix package is available for version 3.1 of the TMCore SharePoint Module. This package addresses a number of bugs and performance issues. The full change list can be found below.

Systems Affected

This hotfix should be applied to any installation of the TMCore SharePoint Module 3.1 downloaded before 18th Februart 2009. If you downloaded your copy of the software from our site on or after this date, the hotfix is included in the package and you do not need to apply it again.

To determine if your system is affected, check the File Version property of the assembly NetworkedPlanet.SharePoint in the GAC (browse to C:WindowsASSEMBLY, locate the NetworkedPlanet.SharePoint assembly, right-click and choose Properties. The File Version can be found on the Version tab above Description and Copyright). This hotfix updates the File Version of the NetworkedPlanet.SharePoint assembly to 2.1.1.0 - if the file version shown is greater than or equal to 2.1.1.0, then you do not need to apply this hotfix.

Upgrade Instructions
  1. Download the Hotfix1 package.
  2. The package is provided in a compressed ZIP file. Unzip the package on a machine in the server farm. The package contains the following files:
    • NPSharePoint.wsp. This is an updated copy of the SharePoint Solution package provided with the 3.1 release of the TMCore SharePoint Module.
    • NPOfficeServer.wsp. This is an updated copy of the SharePoint Solution package provided with the 3.1 release of the TMCore SharePoint Module.
  3. Use stsadm to upgrade the NPSharePoint.wsp and NPOfficeServer.wsp solutions on the server. The exact command-line you use will depend on how you want to schedule the upgrade, but in any case it must include the -allowgacdeployment option. A sample command line would be:
    stsadm -o upgradesolution -name NPSharePoint.wsp -filename NPSharePoint.wsp -local -allowgacdeployment
    stsadm -o upgradesolution -name NPOfficeServer.wsp -filename NPOfficeServer.wsp -local -allowgacdeployment
  4. After applying the solution updates it may be necessary to restart IIS.
  5. Change Log
    • BUGFIX: Fixed an error in the display of tag details for users other than the current user.
    • BUGFIX: Fixed an error in the Classification page that occurs when the ontology contains one or more topic types with no name.