The problem i was facing on windows server 2008 while calling a C# dll from the VB Script was Activex object can't create object
Solution:
As Windows server 2008 is 64bit OS and the .net Dll was 32 bit so just we have to run the Script via C:windows\sysWOW64
eg: C:windows\sysWOW64 csript VBSscriptFileName.vbs
Sunday, June 14, 2009
Subscribe to:
Posts (Atom)