Re: VBScript Unable to find assembly

2010-11-29 Thread Preet Sangha
Since the code is running under the vb script executable (cscript.exe??) then I would suggest trying to create a cscript.exe.config with an appropriate probePath where the paths are symlinks to correct locations. A bit like this (my blog): http://preetsangha

VBScript Unable to find assembly

2010-11-29 Thread Greg Keogh
My previous problem with VBScript syntax was a stroll in the park compared to this new one which is .NET and COM related. I have a test script like this (stripped down): set client = WScript.CreateObject("Hermes.ComClient.Client") client.Connect "localhost", 8070 set req = client.GetRequest("te