Copying .NET assembly templating resources
Copy .NET assembly templating resources to upgrade or set up .NET assembly templating on a client machine.
Procedure
- On the Content Manager server machine, navigate to the bin\client\ subfolder of
%TRIDION_HOME%. - From this location, copy the following files to a folder to your liking on your client machine:
- Tridion.Common.dll
- Tridion.Common.xml
- Tridion.ContentManager.Common.dll
- Tridion.ContentManager.Common.xml
- Tridion.ContentManager.dll
- Tridion.ContentManager.xml
- Tridion.ContentManager.Publishing.dll
- Tridion.ContentManager.Publishing.xml
- Tridion.ContentManager.Queuing.dll
- Tridion.ContentManager.Queuing.xml
- Tridion.ContentManager.TemplateTypes.dll
- Tridion.ContentManager.TemplateTypes.xml
- Tridion.ContentManager.Templating.dll
- Tridion.ContentManager.Templating.xml
- Tridion.ContentManager.TypeRegistration.dll
- Tridion.ContentManager.TypeRegistration.xml
- Tridion.Logging.dll
- Tridion.Logging.xml
- TcmUploadAssembly.exe
- TcmUploadAssembly.exe.config
When you create a .NET assembly to use in a Compound Template, you add these .NET assemblies (DLL files) to your project, and upload your compiled .NET assembly using the TcmUploadAssembly.exe tool.
Note: Do not add these .NET assembly to the Global Assembly Cache. This is not necessary.