Visual Studio 2008 .Net CF 3.5 - Can't import SSH.NET library

314 Views Asked by At

I'm working on proprietary hardware that's locked to .Net 3.5 CF. When I try to add the SSH.NET reference, I'm getting the error below. Does anyone know what I need to do?

enter image description here

1

There are 1 best solutions below

0
MoebiusUK On

The issue, in the end, was with the project type I had selected. It was a custom project type (I'm working with proprietary and limited hardware) and that was affecting what libraries I could import. On a standard .net Framework project, it was referencing fine.