Where is the Bonjour COM library?

Posted by Twelve47 on Stack Overflow See other posts from Stack Overflow or by Twelve47
Published on 2010-06-16T08:50:08Z Indexed on 2010/06/16 8:52 UTC
Read the original article Hit count: 382

Filed under:
|
|
|
|

I've downloaded and installed the Bonjour SDK for Windows on my Win7 64bit machine.

I've tried to build both of the the projects in C:\Program Files\Bonjour SDK\Samples\CS. However they both reference Bonjour, causing me to get the following build error 'Cannot load type library for reference "Bonjour". Library not registered.'

Bonjour appears to be installed properly as I can run the Bonjour Printer Wizard and it appears to work properly.

Any idea why Visual Studio can't find the Library?

I'm using Visual Studio 2008 by the way.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET