mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-16 14:41:03 +00:00
Create REGASM.MD
This commit is contained in:
parent
71b24bc3df
commit
65fbf1b2ec
19
REGASM.MD
Normal file
19
REGASM.MD
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Thank you.
|
Loading…
Reference in New Issue
Block a user