Building a Windows Service in VS.NET 2008 [closed]
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this questionI am new Windows service in VS.Net 2008.
I need to build a Windows service Application. When I right click the solution in Solution Explorer, a UI opens named Solution 'MySyncService'. Here I can see two major folders Common Properties and Configuration Properties. But I cannot see a general tab.
Secondly, if I right click my project 'MySyncService',select properties(short cut menu), then I can't see Common Properties and Configuration Properties. I see various tabs like Application Build, Build Events, Debug, Resources, Services, Settings, Referenc开发者_C百科e paths etc. As per the link in MSDN I am not able to get the Common properties and General Tab. Please let me know which step I am missing.
This should get you started.Make sure you select VS 2008 from the quasi-dropdown up top
http://msdn.microsoft.com/en-us/library/zt39148a%28v=VS.90%29.aspx
I think you are looking for Application > Startup object under the project settings for the selected service project.
精彩评论