Im getting an error : “The type or namespace name ‘UnZipper’ could not be found (are you missing a using directive or an assembly reference?)” , what would be the possible reasons?..which reference i’ve to add??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the sound of it, UnZipper is a part of a 3rd party library (zlibnet), and you’d have to add a reference to it. In your Solution Explorer, did you right click on References, and add the zlibnet dll?
The dll will be called one of zlib32.dll or zlib64.dll depending on your architecture. If you don’t have it already, you can download it from http://zlibnet.codeplex.com/releases/view/58643