mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-29 04:57:02 +00:00
Created REGASM (markdown)
parent
481988e37f
commit
e0ef54043a
20
REGASM.md
Normal file
20
REGASM.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
## 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.
|
Loading…
Reference in New Issue
Block a user