I'm trying to enable client application services in开发者_如何转开发 my project:
http://msdn.microsoft.com/en-us/library/bb384312.aspx
My project is based off of .Net Framework 4.0 (not the client profile).
My application isn't an Asp.Net application. I go to Properties and I can't find the services tab. What am I missing?
You should create a new Windows Forms project, then copy the old code to the new project, build it and get it to work.
Then you should use the "Services" tab.
精彩评论