Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have downloaded a zip file containing some files and folders having C# code.
i want to unzip it and run it in microsoft .net framework 2.0.
the zip has 2 folders each having dll files and C# codes.
please help me! I m stuck!
Posted

unzipping files dont seem to be a problem after that, c# files sgould be added to the project (file-->new-->new project) after that you need to add reference to the c# files as to how those c# files should interact with each other there comes to rescue is those dlls. so add the necessary reference . you are done ☺
 
Share this answer
 
7-zip[^] works with ZIP and RAR files (and a whole bunch of other types) and it's free
 
Share this answer
 
Comments
Dylan Morley 24-Jan-11 9:15am    
+1 for 7-zip :)
Espen Harlinn 30-Jan-11 16:04pm    
7-zip, it's nice, free, and works well on 64-bit Windows 7 too (5+)
If you use desktop application, you can add references the dll files in a project & put others c# code to the project.
 
Share this answer
 
Assuming you don't want to write software for it (and I wouldn't for a simple task like this) either download a copy of WinRAR[^] or WinZip[^] - both have trial versions.
 
Share this answer
 
Comments
Espen Harlinn 30-Jan-11 16:06pm    
Nice utlities :)
Get yourself an evaluation copy of WinZip: http://www.winzip.com/downwz.htm[^]
Use that to unzip your code file.

Regards,
Manfred
 
Share this answer
 
v2
Comments
Espen Harlinn 30-Jan-11 16:05pm    
WinZip - a nice, nearly must have utility (5+)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900