A
Asheesh
We have done some automation with VB.Net version 1.1 and MS Project
2000 in our application. We are importing data from MS Project to our
application. Once we create an object of MS Project then it creates an
instance of Winproj.exe on server to execute desired set of
instructions. After successfully execution of instructions then we
cleanup all object related to MS Project and after that we call .Quit
method to kill the Winproj.exe process from the server (where it was
running or created).
The process Winproj.exe is properly cleaned up on Win XP and Win 2003
but sometimes it fails on Win 2000.
Can any one tell me the reason behind this? This is very strange
problem for me.
Asheesh
2000 in our application. We are importing data from MS Project to our
application. Once we create an object of MS Project then it creates an
instance of Winproj.exe on server to execute desired set of
instructions. After successfully execution of instructions then we
cleanup all object related to MS Project and after that we call .Quit
method to kill the Winproj.exe process from the server (where it was
running or created).
The process Winproj.exe is properly cleaned up on Win XP and Win 2003
but sometimes it fails on Win 2000.
Can any one tell me the reason behind this? This is very strange
problem for me.
Asheesh