PRB: Adding Unregistered Components to MTS (252334)



The information in this article applies to:

  • Microsoft Transaction Server 1.0
  • Microsoft Transaction Server 2.0

This article was previously published under Q252334

SYMPTOMS

When you add unregistered Visual Basic components to MTS the following error may occur:
"One or more files contain type libraries that could not be read".

CAUSE

Mtxas.dll is improperly registered. As such, the registry entry for the ObjectControl is missing or corrupt:

HKEY_CLASSES_ROOT\TypeLib\{74C08640-CEDB-11CF-8B49-00AA00B8A790}
				

RESOLUTION

From the command prompt, use regsvr32 to reregister the Mtxas.dll file as follows:

regsvr32 c:\winnt\system32\mts\mtxas.dll
				

Modification Type:MajorLast Reviewed:6/12/2001
Keywords:kberrmsg kbprb kbSysAdmin KB252334