----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: hereiam_always Message 2 in Discussion Hi What exactly you want to achieve? You said you want to wrap the executable into windows service. I dont understand that. As per my understanding you want to create a windows service executable right ? There are different ways you can do that. By the way are you working on NET Framework? If Yes, which ? is it 1.1, 2.0 or 3.0 ? In .NET 1.1 and 2.0 the procedure for Writing Windows Service is similar with slight changes, but Writing it in .NET framework 3.0 is totally different approach. We need to use WCF (Windows Communication Foundation) Alternatively you can write windows service using NTServices executable available in Windows 2000 and later Operating systems. to do this I guessed this link would be usefull http://www.codeproject.com/system/xyntservice.asp To write Windows Service in .NET 2.0, Please check out http://quickstart.developerfusion.co.uk/QuickStart/howto/doc/SimpleService.aspx To Write Windows Service in WCF (.NET 3.0), Please go thru http://www.codeproject.com/useritems/first_WCF_Service.asp <o:p> </o:p> HTH Regards, If you have any questions please revert back Nilesh Joshi ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
