Invoke-IR / PowerForensics

PowerForensics provides an all in one platform for live disk forensic analysis
MIT License
1.38k stars 274 forks source link

Debug issue #139

Closed suminvr closed 8 years ago

suminvr commented 8 years ago

Getting the following error while trying to run the C# code of powerforensics

A project with an output type of class library cannot be started directly In order to debug this project,add an executable solution to this project which references the library project.

Need a solution to fix this issue

suminvr commented 8 years ago

debug error

jaredcatkinson commented 8 years ago

If you are trying to debug PowerForensics you want to follow the instructions in this article http://www.powershellmagazine.com/2014/04/08/basics-of-writing-a-powershell-module-with-c-part-2-debugging/.

On Feb 16, 2016, at 12:11 AM, suminvr notifications@github.com wrote:

— Reply to this email directly or view it on GitHub.

suminvr commented 8 years ago

Thanks.That fixed the issue