Hi,
When i tried to execute scripts via command line, it was failing saying System.IO.Filenotfound exception.
I debugged and found that it is due to the reference dll path set in Settings.aiis file.The settings.aiis file was checked in to TFS and while executing from remote machine / test machine, it will look in the TFS mapped folder which doesn't exist in the test machine.
Then i pointed to correct local location and it worked.
So is there any way we can specify reference dlls path as generic rather than hardcoded.
Thanks,
VVP