Hi All,
The tool that I am working creates an MPP using window service. The window service to create an MPP will be called through the main application code and an MPP will be generated successfully. But if two or more people try to generate the MPP at the same time, the application throws error that Service is used by another.
I have read in few places that it is a restriction of windows and multiple window services cannot run simultaneously. We have also tried using multithreading approach, but is of no use.
Kindly any one let me know is there an alternate approach for this problem.How to run multiple window services simultaneously.
Ashwini