Hi

OS: Windows Server 2008 / IIS7

The following code works fine on XP developemnt box, the compiled version of
this code does not work on Win2008 Server.

There is no error logged in the event viewer, I am totally stumpped, can you
please advice... please

Dim CampScheduleExePath As String =
"C:\Production\CampaignSchedule\CampScheduleReport.exe"
Dim info As ProcessStartInfo = New
ProcessStartInfo(CampScheduleExePath, "2554/2/C/554/50")



Dim p As Process = Process.Start(info)
p.WaitForExit()
p.Start()
p.Kill()

Kind Regards
Sword
--
praveen.motupally@newsgroup