Microsoft Script Control doesn't work in .net like it did in vb6

G

Guest

I have an application that I was trying to convert to vb.net which contains
the msscript object to call custom perl scripts which msscript does great.
After converting to .net the control doesn't seem to work the same, some of
the perl language such as opening and reading files doesn't work anymore. It
scripts works great in VB6, but get hung up on reading and indexing files.
If there is another way to call scripts in .net I am open to suggestions.
 
L

Larry Serflaten

Joe Ciaramitaro said:
I have an application that I was trying to convert to vb.net which contains
the msscript object to call custom perl scripts which msscript does great.
After converting to .net the control doesn't seem to work the same, some of
the perl language such as opening and reading files doesn't work anymore. It
scripts works great in VB6, but get hung up on reading and indexing files.
If there is another way to call scripts in .net I am open to suggestions.

Here is a link to an article about .Net scripting that may interest you:

VB-Helper: Stick to the Script
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnhcvb04/html/vb04j10.asp

HTH
LFS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top