Why are my binaries not placed in the /bin/release folder when I build a Windows Service in C#?
Most likely, you are only configuring the Release build, not actually building the project in Release mode. Simply select “Release” mode from the drop down box in the toolbar, as shown in pic below: or you can do the same thing from your project’s Properties: Then when you will build the project (Ctrl+Shift+B), it will … Read more