02-16-2011, 03:46 AM
You need to register the dll in the Global Assembly.
c:\windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe your.dll /codebase
Then you can consume it via VBscript.
c:\windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe your.dll /codebase
Then you can consume it via VBscript.