Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - how to make my vb script files in windows 2008 server 64 bit

Reply
 
Old 09-14-2009   #1 (permalink)
subramanyeswari ravinutala


 
 

how to make my vb script files in windows 2008 server 64 bit



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 ***

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Error when installing SQL Express 2008 on Windows Server 2008 PowerShell
Failing Object creation from vbs-script on Windows Server 2008 VB Script
Problem with hidden files on 2008 Server Vista file management
LP.cab files for Windows server 2008 codename Longhorn. Vista installation & setup
Bug: Windows Modules Service Is Broken In Windows Server 2008 Beta 3 Web Server Addition. Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46