I have a VB6 application that I am converting to .Net in phases. The current phase requires .net to make a call to a VB6 dll through interop to execute VBScript using the MS Script control. Other than the process being "convoluted" are there any known issues with this setup? Sometimes nothing is executed or I get an error "Attempted to read or write protected memory". However, if I call the same method using a VB6 app the VBScript executes as expected.
Thoughts?