Quick question (I hope), how do I include a window 6 class library dll in a standard net project? I seem to be able to just add a reference via VS in earlier editions of windows mobile projects, but not with version 6. From what I read it should be possible as long as not CE specific libraries have been used.
Any help appreciated.
Thanks, Chris.
Edit:
Not what I have found, I have done the following:
1) Create new windows mobile 6 class library (CF .NET dll)
2) Create new standard class library(Standard .NET dll)
3)Try to include the mobile 6 lib to the standard one
Here I get:
‘A reference to cannot be added’.
Ive found the answer to my own question here:
http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/c0cae024-a9a2-43bd-9d37-69bc9a9338c7/
Turns out that VB.NET projects have trouble referencing CF projects created in VB.NET. All good fun.