Visual studio error.

Caporegime
Joined
12 Mar 2004
Posts
29,962
Location
England
Every time I try to compile my C dissertation project on the uni computers I receive the error message "Not enough quota is available to process this command." or "error C1083: Cannot open compiler generated file: 'filename': Not enough space". How do I fix this problem?
 
Sounds like the compiler is trying to write a temporary file but hasn't got the space to write it. The uni may have restricted the size of the temporary files folder on the PCs.

I think you are going to have to have a word with the uni IT helpdesk for this one.
 
Back
Top Bottom