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.
One thought on “BizTalk (Showing BizTalk Assembly Viewer in My Computer)”