views:

16

answers:

1

Hi,

I am trying to code for unzipping a file after uploading it on the sever and using following library to achieve this:

http://downloads.sourceforge.net/sharpdevelop/SharpZipLib_0855_SourceSamples.zip

But i am not able to add reference nunit.framework in my application. Where can i find this framework? I am not able to find it in the sample project that they have provided.

Thanks

+1  A: 

You should be able to find what you are looking for at

NUnit Downloads

astander