The BizTalk Assembly Viewer is not registered automatically during setup. To register or remove the BizTalk Assembly Viewer, follow these steps.
To register the BizTalk Assembly Viewer
- From the Start menu, click Run.
- In the Run dialog box, type cmd.
- From the command line, navigate to <BizTalk Server Install Directory>\Developer Tools\ where BTSAsmExt.dll resides.
- At the command line, type:
regsvr32 BTSAsmExt.dll
This command registers the Assembly Viewer to the registry.
To remove the BizTalk Assembly Viewer from the registry
- From the Start menu, click Run.
- In the Run dialog box, type cmd.
- From the command line, navigate to <BizTalk Server Install Directory>\Developer Tools\ where BTSAsmExt.dll resides.
- At the command line, type:
regsvr32/u BTSAsmExt.dll
This command removes the Assembly Viewer from the registry.
See Also
Administration Tools
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.