Why do i always get this error message whenever i try to debug or compile something :
"error CS2011 : Error openin response file 'c:\Documents ' -- ' the system cannot find the file specified "
this is after i uninstalled and reinstalled the compiler. Is there a way to remedy it

"error CS2011 : Error openin response file..." ??
KonRi
but i've tried saving else where and the same error keep surfacing anyway so where do i put the double-quotes
I'm kinda new to all this.
jovert
Hassan Ayoub
Simple Samples
MartijnP
Jake.K
Hi kTnX
I had once yhe same kind problem with an other compiler. However, the solution may be applicable today too. So what I did
I made simple front end program whitch pretented to be compiler, but only logged the activation parameters and then launched the real compiler. By reading the log file, you can verify paths used. Simple solution for file access error (CS2011)!