Microsoft KB Archive/252334

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


PRB: Adding Unregistered Components to MTS

Article ID: 252334

Article Last Modified on 6/12/2001



APPLIES TO

  • Microsoft Transaction Services 1.0
  • Microsoft Transaction Services 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
                

Keywords: kberrmsg kbsysadmin kbprb KB252334