Assembly Registration (Regasm.exe) is a tool used to read the metadata within an assembly. It also adds the necessary entries to the registry allowing a COM client to create .NET Framework classes. Once a class is registered using Regasm.exe, a COM client can use it as a COM component. Following is the syntax for using Regasm.exe: regasm assemblyFile [options] where, assemblyFile specifies the assembly that is to be registered with COM and the term options specifies the options to be used. Following are the options that are commonly used with Regasm.exe:
| Option | Description |
|---|---|
| /codebase | It is used to create a codebase entry in the registry. |
| /regfile | It is used to generate a specified .reg file, containing the required registry entries, for the assembly. |
| /silent or /s | It is used to suppress the display of success messages. |
| /unregister or /u | It is used to unregister creatable classes. |
| /tlb | It is used to generate a type library from a specified assembly. |
- Download practice question and study guide for mcad for exam.
- Download free practice test for mcdba MCDBA exam.
- Pass Microsoft mcp - MCP
- Click here to download mcsa-2000-to-2003 test study guide and practice question.
- Download free practice test for Microsoft MCSA to MCSE-2003 exam.
- Pass Microsoft 70-305 - Web Based Applications with VB.NET
- Best exam simulation Microsoft 70-306 download free trial.
- Pass Microsoft 70-310 - Developing XML Web Services
- Click here to download 70-315 test study guide and practice question.
- Download practice question and study guide for 70-316 for exam.
- Pass Microsoft 70-320 - Developing XML Web Services C#.NET
- Download free practice test for Microsoft C#.NET 2.0 Distributed Application Development exam.
- Click here to download 70-529-VB test study guide and practice question.
- Click here to download 70-536-CSHARP test study guide and practice question.
- Get certified in first attempt download 70-536-VB - VB .NET Framework Application Development Foundation simulation.
- Get certified in first attempt download 70-547-CSHARP - Designing Web-Based Applications C#.NET simulation.
- Best exam simulation Microsoft 70-547-VB download free trial.
- Pass Microsoft 70-552-CSHARP - UPGRADE: MCAD to MCPD Windows Developer C#.NET
- Click here to download 70-552-VB test study guide and practice question.
- Get certified in first attempt download 70-554-CSHARP - UPGRADE: MCSD to MCPD Enterprise II C#.NET simulation.
- Best exam simulation Microsoft 70-554-VB download free trial.
- Pass Microsoft 70-562-CSHARP - MCTS: .NET Framework 3.5, ASP.NET Application Development
- Click here to get free 70-562-VB MCTS: .NET Framework 3.5, ASP.NET Application Development exam practice questions.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.

where are we supposed to write the code?? Could you please give an example