Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

1. Copy the directory F:\Niranjan\Asynchronous Framework to C:\ in target machine. 2. From the Visual Studio .

NET program group, choose Visual Studio .NET Tools, then choose Visual Studio .NET Command Prompt. 3. Go to C: in command Prompt 4. Type in CD C:\Asynchronous Framework\ Microsoft.ApplicationBlocks.AsynchronousInvocation.ROHService\bin\Debug 5. Press Enter 6. Type in InstallUtil Microsoft.ApplicationBlocks.AsynchronousInvocation.ROHService.exe 7. Press Enter 8. In the dialog box give windows log in user ID e.g. AXA\NReddy 9. Give the windows password for the above login user id 10. From the Start menu, choose Control Panel, choose the Performance and Maintenance icon, choose the Administrative Tools icon, and select Component Services. 11. In the Services (Local) frame, right click on the AsyncProcessorService, then choose Start.

1. Go to C: in command prompt again. 2. Type in CD C:\Asynchronous Framework\ Microsoft.ApplicationBlocks.AsynchronousInvocation.MonitorService\bin\Debug 3. Press Enter 4. Type in InstallUtil Microsoft.ApplicationBlocks.AsynchronousInvocation.MonitorService.exe 5. Press Enter 6. In the dialog box give windows log in user ID e.g. AXA\NReddy 7. Give the windows password for the above login user id 8. From the Start menu, choose Control Panel, choose the Performance and Maintenance icon, choose the Administrative Tools icon, and select Component Services. 9. In the Services (Local) frame, right click on the AsyncMonitorService, then choose Start. To re-install the services type in the commands if needed First un-install by the following commands InstallUtil /u Microsoft.ApplicationBlocks.AsynchronousInvocation.ROHService.exe InstallUtil /u Microsoft.ApplicationBlocks.AsynchronousInvocation.MonitorService.exe And then install again by the following commands InstallUtil Microsoft.ApplicationBlocks.AsynchronousInvocation.ROHService.exe InstallUtil Microsoft.ApplicationBlocks.AsynchronousInvocation.MonitorService.exe for each service. They are independent. Whenever we need to upload a project, we need to stop and start the service.

You might also like