Error in vb.net windows service when connecting to SQL

Posted by Clint on Stack Overflow See other posts from Stack Overflow or by Clint
Published on 2009-08-05T12:07:55Z Indexed on 2010/06/16 0:02 UTC
Read the original article Hit count: 192

Filed under:
|
|

I've installed a vb.net windows service on a Windows 2008 machine, that is attempting to connect to SQL 2005. The service starts succesfully, but can't see the database. The event log has the following entry.

The description for Event ID 0 from source SU4.ESMR.DAL.Job.FillPriorityJobByType(oJobDS, TypeID: 3 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

This was tested locally on both XP and 2008. All environments are 32 bit.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about vb.net