From: subramanyeswari ravinutala on


Hi,

I have some script files to execute build. I am using interop.clearcase
dll programming in that.

I have the following lines in the code

ApplicationClass CCApp = new ApplicationClass();
CCVOB vob = CCApp.get_VOB(path);//here it is returning null object

the same piece of code is getting executed properly in windows 2003
server 32 bit.

I am executing this script file in 32 bit command window in 64 bit
win2k8.

Any ideas on how to resolve it

*** Sent via Developersdex http://www.developersdex.com ***