Cant compile SharpSNMPLib - the target "clean" does not exist in the project

649 Views Asked by At

I'm trying to build SharpSNMPLib in a standard install of visual studio 2017 but as the title implies it wont compile

Severity    Code    Description Project File    Line    Suppression State
Error   MSB4057 The target "Clean" does not exist in the project.   SharpSnmpLib    C:\stuff\sharpsnmplib-master\SharpSnmpLib\SharpSnmpLib.csproj   1   

Any idea what I need to do to get it compiling ? I've got .net framework 4.6 installed. When I look at the project properties, the version of .net is just a grey box which I can't edit, so I think thats a clue that it might be missing the version of .net it was built for.

Project Properties dialog

I've already run the bat file "prepare.bat" (and a few others lol!).

0

There are 0 best solutions below