tevora-threat / SharpView

C# implementation of harmj0y's PowerView
MIT License
997 stars 188 forks source link

Compilation Error #7

Closed qgrosperrin closed 2 years ago

qgrosperrin commented 2 years ago

Trying to compile the solution on a Win10 VM with VS2019, targeting .NET 4.5.2

1>------ Build started: Project: SharpView, Configuration: Release Any CPU ------
1>Y:\red_team\Enum\SharpView\SharpView\Utils\RegexMatch.cs(1,7,1,11): error CS0246: The type or namespace name 'PCRE' could not be found (are you missing a using directive or an assembly reference?)
1>Y:\red_team\Enum\SharpView\SharpView\Utils\RegexMatch.cs(36,23,36,37): error CS0246: The type or namespace name 'IPcreGroupList' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Any ideas ? I've tried to manually install PRCE Nuget packages but that didn't help.

qgrosperrin commented 2 years ago

Fixed by deleting everything, re-cloning the repo and restoring NuGet packages.