Unable to Initialize TDSE object. Could not load file or assembly 'Tridion.ContentManager.Publishing while accessing the Tridion UI

1

While opening the Tridion UI I am getting this error:

Unable to Initialize TDSE object. Could not load file or assembly 'Tridion.ContentManager.Publishing, Version=6.1.0.996, Culture=neutral, PublicKeyToken=360aac4d3354074b' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) The type initializer for 'Tridion.ContentManager.TypeRegistry' threw an exception.

tridion
tridion-2011
asked on Stack Overflow Jan 16, 2013 by user1808474 • edited Jan 16, 2013 by Frank van Puffelen

2 Answers

5

Most probably you have some extension or something like this that you have copied from the network and your DLL get locked. You need to find this DLL and click Unblock from the context menu. You will most probably have to do it for all other copied dlls as well. It should look like this: http://www.izenda.com/Site/KB/Uploads/Images/unblock.PNG

In case you have no idea where to look - use procmon

answered on Stack Overflow Jan 16, 2013 by Andrey Marchuk
4

I would also double check Tridion.ContentManager.Publishing dll is in the GAC.
A quick way to see this is to look in c:\windows\assembly and match the version of the DLL as well. You could re-drag and drop the DLL there to make sure all is well.

answered on Stack Overflow Jan 17, 2013 by Elena Serghie

User contributions licensed under CC BY-SA 3.0