I opened up the BluethoothClientDemo and ran it, which works fine. But when I double click the main.cs form to look at the design I get this error:
One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.
Could not find type 'wcl.wclAPI'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'wcl.wclBluetoothDiscovery'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'wcl.wclClient'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
the manifest and wcl are in the references. This is VS2005 running on a Vista machine running with Admin priviledges. I also added wcl.dll into the Components toolbox to get the controls....still same issue. What am I missing? Thanks.