Prev: OpenDesktop in a Windows service fails, GetLastError returns 183
Next: List Physical Drives (c++ | WINAPI)
From: Sebastian G. on 1 Apr 2008 09:09 Sten Westerback (MVP SDK 2005-6 :) wrote: >> So where does Microsoft say it's a bad idea to write services in C#? > I don't think they say it directly.. but services are supposed to be > optimized and efficient... ;) AFAIR a Microsoft professional really said it directly. Read it somewhere at Technet or blogs.msdn.com. Basically, the CLR is not supposed to fit into the tight security requirements of a system service.
From: Scott Seligman on 1 Apr 2008 11:33
seppi(a)seppig.de wrote: >Sten Westerback (MVP SDK 2005-6 :) wrote: > >>> So where does Microsoft say it's a bad idea to write services in C#? >> I don't think they say it directly.. but services are supposed to be >> optimized and efficient... ;) > >AFAIR a Microsoft professional really said it directly. Read it somewhere at >Technet or blogs.msdn.com. Basically, the CLR is not supposed to fit into >the tight security requirements of a system service. Then they should stop shipping a CLR Service (Windows Mobile Device Center) =) -- --------- Scott Seligman <scott at <firstname> and michelle dot net> --------- Better to light a candle than to curse the darkness. -- Chinese Proverb |