Hi i made some changes in windowservice coding side(some class files related to that),,means i did coding to fetch version value from registry,,After stopping the service i copied the exe from
the application side which was 72 Kb to installerpath side which was 74 Kb as fresh when installed from Installershield.So here 74kb old one is replaced with
72 kb,.But now the problem i am getting is this error
Services
Could not start the Monitor service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.
I googled for this error ,,some forums telling to install fresh framework copy.I did that changes but still getting error,and more over my coding part is
correct
Can any one suggests any solutions .
Now i got the mistake,,What actually i was doing is i am copying DLL created in the debug mode and copying into the Installer path..Actually what i need is i have to copy DLL obtained from the release mode and copy into the installer side