Upgrading the .NET API Server Role

If your Web application interacts with the Content Delivery .NET API, remove old DLLs, update existing DLLs, and add new DLLs.

Procedure

  1. Access the location of the SDL Tridion DLL files of your Content Delivery .NET Web application that interacts with Content Delivery through the API.
  2. Access the SDL Tridion installation media and navigate to the folder Content Delivery\roles\api\dotNet\.
  3. On a 32-bit system, access the x86\ subfolder; on a 64-bit system, access x86_64\.
  4. Copy the following DLL files from the installation media to your server, overwriting the files if they are already there:
    • netrtsn.dll
    • xmogrt.dll
    • Tridion.ContentDelivery.dll
    • Tridion.ContentDelivery.Configuration.dll
    • Tridion.ContentDelivery.AmbientData.dll
    • Tridion.ContentDelivery.Interop.dll
  5. If you are upgrading a 32-bit Web application, remove the following files:
    • MSVCP71.DLL
    • MSVCR71.DLL
  6. Restart your Web application.