living-off-the-land icon indicating copy to clipboard operation
living-off-the-land copied to clipboard

Compiling Error

Open venkovisual opened this issue 1 year ago • 1 comments

It seems to be missing Payload.exe in resources am I supposed to replace this with my payload or?

venkovisual avatar Oct 01 '24 18:10 venkovisual

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.

bytecode77 avatar Oct 03 '24 07:10 bytecode77