Documentation Center

Restoring cc_SiteEdit2.dll and cm_SiteEdit.dll

If you backed up the file cc_SiteEdit2.dll and/or cm_SiteEdit.dll, restore the file(s) and create one or more script extensions to complete your upgrade.

Procedure

  1. Open a command prompt.
  2. Navigate to %TRIDION_HOME% (defaults to C:\Program Files (x86)\Tridion\), then to the bin\ subfolder.
  3. Copy cc_SiteEdit2.dll from your backup location to this location and run the following command:
    regsvr32 cc_SiteEdit2.dll
  4. If you backed up cm_SiteEdit.dll, also copy that file from your backup location to this location and run the following command:
    regsvr32 cm_SiteEdit.dll
  5. Close the command prompt.
  6. From the Windows Start menu, access the SDL Tridion group and select SDL Tridion Content Manager configuration.
    The MMC Snap-in configuration tool opens.
  7. In the tree on the left, navigate to Console Root > SDL Tridion Content Manager > Management server settings > Script Extensions.
  8. If you restored cc_SiteEdit2.dll, right-click in an empty part of the content area on the right, and from the context menu that opens, select New Script Extension.
    A dialog pops up.
  9. Fill in the settings as follows:
    TCM Object Name
    SiteEdit2
    COM Object Name
    TCMSiteEdit2.SiteEdit
    Remote Server
    Leave this setting 'as is'.
  10. If you restored cm_SiteEdit.dll, right-click in an empty part of the content area on the right, and from the context menu that opens, select New Script Extension.
    A dialog pops up.
  11. Fill in the settings as follows:
    TCM Object Name
    SiteEdit
    COM Object Name
    TCMSiteEdit.SiteEdit
    Remote Server
    Leave this setting 'as is'.
  12. Click OK to close the dialog and see the item appear in the list of script extensions. Close MMC and apply your changes by restarting the SDL Tridion Content Manager COM+ application and IIS.