.Net, ASP.Net, C#, VB.net, SQL Server, Xml, CSS, Design Patterns related tips, tricks, code snippets, articles, links, thoughts, etc. from Binu & Subi Thayamkery.

Binu Thayamkery is a seasoned software architect with more than 13 years of experience in developing enterprise grade connected systems using Microsoft Technologies. In his current position as a lead consultant-solution architect with Prudential Financial, he is working on architecture of next generation investment reporting framework using .net 3.5/WCF/AJAX, etc. He holds a Masters Degree in Computer Science from Colorado State University. Subi Thayamkery is an experienced software developer with more than 8 years of developing various application software systems ranging from workflow automation systems to compliance management tools. She currently works as a technology consultant for Prudential Financial where she helps develop a new system for corportate governance department. She holds an Electrical Engineering degree from New Jersey Institute of Technology.

Friday, January 19, 2007

Windows Service - Re-install error in Windows 2000

If you are developing a windows service with .net, when you try to uninstall and re-install your service in a Windows 2000 machine, you might get an error saying "The specified service has been marked for deletion". This is listed as a known issue with Windows 2000 based machines by Microsft.
Trick is to re-start the machine before you try to re-install it.
For more details refer to this Microsoft link: http://support.microsoft.com/kb/823942

Note: To install/uninstall a windows service (developed using .net), you use installutil.exe

Cheers!

0 comments: