03-02-2012, 18:13
i have edit
//settings <--
but do i need to edit more ???
becuse when i press F6 i get the following
Warning 1 Could not resolve this reference. Could not locate the assembly "Ionic.Zip". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. LoadScreenMod
Warning 2 The referenced component 'Ionic.Zip' could not be found.
Error 3 The type or namespace name 'Ionic' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 11 7 LoadScreenMod
Warning 4 The variable 'z' is declared but never used C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 59 30 LoadScreenMod
Error 5 The type or namespace name 'ZipFile' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 185 17 LoadScreenMod
Error 6 The type or namespace name 'ZipFile' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 185 35 LoadScreenMod
Error 7 The type or namespace name 'SaveProgressEventArgs' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 190 54 LoadScreenMod
Error 8 The type or namespace name 'SaveProgressEventArgs' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 210 46 LoadScreenMod
Error 9 The name 'ZipProgressEventType' does not exist in the current context C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 220 36 LoadScreenMod
-------------------------------------------------------------------------------------------------------------
(totaal noob here)
what are the mening of the errors ore how to fix them ?
//settings <--
but do i need to edit more ???
becuse when i press F6 i get the following
Warning 1 Could not resolve this reference. Could not locate the assembly "Ionic.Zip". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. LoadScreenMod
Warning 2 The referenced component 'Ionic.Zip' could not be found.
Error 3 The type or namespace name 'Ionic' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 11 7 LoadScreenMod
Warning 4 The variable 'z' is declared but never used C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 59 30 LoadScreenMod
Error 5 The type or namespace name 'ZipFile' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 185 17 LoadScreenMod
Error 6 The type or namespace name 'ZipFile' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 185 35 LoadScreenMod
Error 7 The type or namespace name 'SaveProgressEventArgs' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 190 54 LoadScreenMod
Error 8 The type or namespace name 'SaveProgressEventArgs' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 210 46 LoadScreenMod
Error 9 The name 'ZipProgressEventType' does not exist in the current context C:\Documents and Settings\Dekker\Bureaublad\installer\LoadScreenMod\Form1.cs 220 36 LoadScreenMod
-------------------------------------------------------------------------------------------------------------
(totaal noob here)
what are the mening of the errors ore how to fix them ?