Posts Tagged: VBScript

How to use .Net assembly in VBScript

Posted by & filed under .Net, .Net 3.0 / 3.5, .Net 4.0, Visual Studio, Windows 7.

Few days before I got a requirement to use a .Net assembly in VBScript, but it was not working. But today I got the solution. It was related to my 64bit OS. In this post I am discussing how to create and use a .net assembly in VBScript or Javascript. First we need to create [...]