You need to add a reference to Interop.ProvideX.dll to your project. This is a COM reference, titled "ProvideX OLE Server Library" Once you do this, I would suggest changing your instantiation line to a more standard .NET format: Dim oScript As ProvideX.Script oScript = New ProvideX.Script This will give you some help from intellisense.
↧