Could not load file or assembly as exe file

Viewed 311

I have a C# program that uses the ZipFile class. I converted the program to an exe file (using the release configuration). I tried to run the exe file on a computer that doesn't have visual studio installed, and I got the exception: Could not load file or assembly 'System.IO.Compression.FileSystem'.

Why is it happening? The exe file should run on any windows computer.

0 Answers
Related