0

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

MoebiusUK
  • 11
  • 6
  • I just had same issue this week. Open the csproj file in notepad and deleted the signing property. – jdweng Mar 12 '21 at 15:44
  • Thank you but I can't seem to find it mine. What is the name of the property? – MoebiusUK Mar 12 '21 at 18:20
  • I don't remember. I deleted it so I can't look it up. The property was something like signing required. It prevented the compiler from recompiling. The error was also showing a pxf file (or something similar) that I could not see in the folder that I tried to delete. – jdweng Mar 12 '21 at 18:30
  • Oh I see. Unfortunately, I can't see anything signing related in csproj and the signing is disabled in the project properties. Thanks for the reply! – MoebiusUK Mar 12 '21 at 19:06
  • What about the config file? – jdweng Mar 12 '21 at 21:45
  • Sorry for the late reply. 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. – MoebiusUK Mar 15 '21 at 22:57

1 Answers1

0

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.

MoebiusUK
  • 11
  • 6