How to Register and Remove the BizTalk Assembly Viewer
The BizTalk Assembly Viewer is not registered automatically during BizTalk Server setup. To register or remove the BizTalk Assembly Viewer, follow these steps.
To add Assembly Viewer to the Windows registry
From the Start menu, click Run.
In the Run dialog box, type cmd.
From the command line, navigate to <BizTalk Server Installation Folder>\Developer Tools\ where BTSAsmExt.dll resides.
At the command line, type:
regsvr32 BTSAsmExt.dll
To begin using Assembly View, log off and then log back onto the computer.
To remove Assembly Viewer from the Windows registry
From the Start menu, click Run.
In the Run dialog box, type cmd.
From the command line, navigate to <BizTalk Server Installation Folder>\Developer Tools\ where BTSAsmExt.dll resides.
At the command line, type:
regsvr32/u BTSAsmExt.dll
To complete the removal, log off and then log back onto the computer.