I have created a windows service and would like to test it however when I attempt to try and install the service using the developer command prompt I get this error:
Exception occurred while initializing the installation: System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio 14.0\BackUpService.exe' or one of its dependencies. The system cannot find the file specified..
the command i used was: installutil BackUpService.exe
I am not quite sure why I am getting this?