rasta-mouse / Watson

Enumerate missing KBs and suggest exploits for useful Privilege Escalation vulnerabilities
GNU General Public License v3.0
1.53k stars 261 forks source link

Unable to Build Solution (.NET Framework 2.0) #15

Closed sgstudent2019 closed 4 years ago

sgstudent2019 commented 4 years ago

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!

sgstudent2019 commented 4 years ago

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