View Single Post
  #12  
Old 03-23-2012, 11:46 AM
snapjeff snapjeff is online now
Registered User
 
Join Date: 03-13-2012
Posts: 7
Still no joy

I used your Test.bld (which is for VBP8, so I installed the eval of VBP8), I still have the child script not returning.

What I did do to get the child script to return was to reduce the global script file down to this:

<?xml version='1.0' encoding='utf-8'?>
<scripts version='7'>
<script language='VBScript'></script>
</scripts>


If I put anything between the <script language='VBScript'> and the </script>, the child script will not return. I even tried to save the script file as UTF-8 with no difference.

BTW...I am testing this on the actual build machine using WinXP.

Jeff
Reply With Quote