So, I have written my code to .zip files in C#, but when I import the libraries I have the following:
Using java.util;
Using java.util.zip;
Using java.io;
But, these are underlined in red, with the error message, The type or namespace "java" could not be found
Is there some reference I need to add?