[2005] Windows Services Application
I am using Visual C# 2005 Express.Edition and when i go to create a new web service application, there is no such Windows Service template. So kindly tell me how we can create windows services in Visual C# 2005 Express Edition.
Thanks
Imran Ahmad Mughal
Re: [2005] Windows Services Application
You are in the vb.net forum
Re: [2005] Windows Services Application
Quote:
Originally Posted by josep
You are in the vb.net forum
Ok tell me how we can create windows service applicaton in VB.NET 2005.
Thanks
Imran Ahmad Mughal
Re: [2005] Windows Services Application
Re: [2005] Windows Services Application
Quote:
Originally Posted by jmcilhinney
Thanks for your replying. I did as you said. Now kindly tell me can i use this zip file in C# project template folder or not. if not then can you provide me the C# windows services file.
Thanks
Imran Ahmad Mughal
Re: [2005] Windows Services Application
On VB.net 2005 professional just create a new project (from the item on the menu) it will prompt a window dialog where you can set a name for the project and select the kind of project on the left listbox if you select windows, on the right you will have an icon called windows service.
I do not know if this feature works on the express edition I was surfing on microsoft site and do not found a symply features table with all .net versions
Re: [2005] Windows Services Application
Kindly post your C# questions in the C# forum.
You can create any project you like and use the File -> Export Template command to create your own project template. Go to MSDN, read what makes a Windows Service project, create one from scratch and then export it.