Trying FxCop for the first time, and, well, looks like I have some problems. Trying to start at the top and get rid of critical errors.

My app is a service that reads and writes to sockets and text files. A critical error says "Assemblies specify permission requests". I have added no security specifications.

Does this mean that I should explicitly request permissions for doing whatever my app needs to do?

Thanks,
Mike