rasta-mouse/Watson

Unable to Build Solution (.NET Framework 2.0)

sgstudent2019 opened this issue · 1 comments

I was following 0xdf's guide on HackTheBox Bounty machine, found here.

According to him, Watson wouldn’t compile for .NET Framework 2.0, until it got updated and it worked for him.

However, based on his screenshot (of 1 error code), I am facing the same issue (except that I have 10 errors + 23 warnings):
Untitled

I am getting the same number of errors + 18 warnings when compiling for .NET Framework 3.0:
Untitled

It compiles perfectly fine for .NET Framework 3.5:
Untitled

I have not tried compiling for higher versions of .NET Framework after 3.5.

I am using a Windows 7 Enterprise machine on VirtualBox, with Microsoft Visual Studio Community 2015 installed.

Sorry if this is the wrong place to ask but I have no idea where else to enquire.

Thank you so much for your time!

Nevermind, I just read through the README and old issues and realised that I search through older commits for a working version.