I am developing an application for Windows Mobile 6 in Microsoft Visual Studio 2005. I have to unzip a text received by web service. But when I use GZipStream I get the following error:
Error 1 The type or namespace name 'GZipStream' could not be found (are you missing a using directive or an assembly reference?)
What should I do now?