I have created a windows scripting file called Downloader.vbs. This file uses the Internet Transfer Control MSINET.OCX to download source code to local files.
This file is now ready to be moved into a production environment. I registered the MSINET.OCX file using regsvr32 on the Windows2000 computer and everything registered successfully. However, when I go to execute the file then I get the following message:
Class is not licensed for use.
I developed the scripting file on my machine, where I have a fully licensed copy of Visual Studio. How can I distribute my code so that it will work on a different environment. I do not have the license to install my copy of VS on the production environment.
Thanks,
Tim
This file is now ready to be moved into a production environment. I registered the MSINET.OCX file using regsvr32 on the Windows2000 computer and everything registered successfully. However, when I go to execute the file then I get the following message:
Class is not licensed for use.
I developed the scripting file on my machine, where I have a fully licensed copy of Visual Studio. How can I distribute my code so that it will work on a different environment. I do not have the license to install my copy of VS on the production environment.
Thanks,
Tim