I have a Visual Studio application built for the Pocket PC 2003 Device.
It has one VB project in the solution. I want to add a class library to the
solution.
I right-click the VB project file, select Add / New Project / Visual Basic /
Smart Device / Pocket PC 2003 / Class Library (1.0)
The library is created.
I try to create a reference from the VB project to the new Class Library
project by right-clicking the project file and selecting
"Add Reference". In the Projects tab I select the name of the new class
library (that is already displayed there).
I get error: "A reference to '(my class lib name)' could not be added"
How can I create a class library that I can reference from a VB project?
Steve
Steve_at_BF - 16 Jun 2007 03:54 GMT
Solved it. If you are using Dot Net Framework 2.0 then add Class Library NOT
Class Library (1.0)

Signature
Steve
> I have a Visual Studio application built for the Pocket PC 2003 Device.
> It has one VB project in the solution. I want to add a class library to the
[quoted text clipped - 13 lines]
>
> Steve