mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
21 lines
433 B
Markdown
21 lines
433 B
Markdown
# REGASM for WelsonJS
|
|
|
|
In general, the location of REGASM is as follows.
|
|
|
|
```
|
|
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe
|
|
```
|
|
|
|
Or it may vary depending on the version.
|
|
|
|
## How to register .NET COM/DLL component
|
|
|
|
Example:
|
|
|
|
```
|
|
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
|
|
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
|
|
```
|
|
|
|
Thank you.
|