living-off-the-land
living-off-the-land copied to clipboard
Compiling Error
It seems to be missing Payload.exe in resources am I supposed to replace this with my payload or?
I see where the error lies. I target .NET 4.0 in order to have the highest compatibility with PowerShell. However, since the .NET 4.0 developer package is no longer available, you were forced to upgrade the project to .NET 4.8.
I did that, too, and then the Resources.designer.cs file has been deleted during the upgrade process. That's why you encounter this error.
I have now upgraded the prohect to .NET 4.8 and it should now compile just fine.