iv tried numerous different ways to get this to work and i got it to basicly work but i cant get the WaitForExit(); \'s to work like they do here... so how would i convert t
You need to add a reference to SevenZipSharp.dll
, not to the regular 7za.dll
or the 7z.dll
.
Since you need to have 7zip dlls available, you need to package them with your code - that does not mean you need to reference them.
You can add a solution/project folder to your application and add the required dll's there. Make sure that you set their the "Copy To Build Directory" property to "Copy if Newer".