I am trying to execute windows service using following command C:\Windows\system32>installutil.exe MyNewService.exe
but i am getting below error: Exception occurred while initializing the installation: System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Win dows\system32\MyNewService.exe' or one of its dependencies. The system cannot fi nd the file specified..
I tried various blogs saying some problem with spaces and all but i cant find suitable modifications to my code. Anybody can tell me which modifications i required?