Windows Service
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to create a Windows Service (not a Web Service) in C# with Beta 2. I create a new Windows Service, and add the installer. I didn't do anything else - I just wanted a minimum windows service. When I try to install it with InstallUtil.exe, I get the following output: An exception occurred during the Install phase. System.NullReferenceException: Value null was found where an instance of an obje ct was required. The log it generates tells me the same info it prints out. :mad: Has anybody written a windows service in C#? :confused: If so, could you tell me what I'm doing wrong? Thanks. Craig Dodge A catchy signature should appear here.