diff --git a/REGASM.MD b/REGASM.MD new file mode 100644 index 0000000..d936c11 --- /dev/null +++ b/REGASM.MD @@ -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.