welsonjs/REGASM.MD

21 lines
433 B
Plaintext
Raw Normal View History

2021-10-31 09:54:58 +00:00
# REGASM for WelsonJS
In general, the location of REGASM is as follows.
```
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe
```
2021-10-31 09:55:53 +00:00
Or it may vary depending on the version.
2021-10-31 09:54:58 +00:00
## How to register .NET COM/DLL component
Example:
```
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
2021-11-01 09:18:37 +00:00
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
2021-10-31 09:54:58 +00:00
```
Thank you.