I recently had to convert a project from .net 4.5 to .net 4.0, which I thought would have been fine as I did not use anything that only 4.5 offered. However whenever I try to build my project I get an error message stating it's unable to find System.IO.Compression. I'm not quite sure why, my project doesn't work with compressed files and I haven't referenced it anywhere.
Why am I getting this error?
The error message:
Error 1 Could not load file or assembly 'System.IO.Compression,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
or one of its dependencies. The system cannot find the file specified.
More information: The whole solution is a silverlight application that I embed in an .aspx page. The error tells me that the silverlight application is unable to find the assembly, and I know silverlight doesn't have a System.IO.Compression