Not sure where to post this, but can someone please help?
Hello Everyone,
I'm having an issue that I've never encountered before, and on the other people on my team (5 professional developers) have not come across, so I think this is the right spot. I keep getting this error:
Error 7 A problem occurred while trying to set the "Sources" parameter for the IDE's in-process compiler. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
when I'm tring to build/run my project. How I've solved it was restarting VS, my box, or doing both. The application that I've developed, when being debugged, works the way it's expected about 50% of the time, and the other 50% causes weird haults in the program or this message.
The other haults are on weird places like an SqlConnection being opened, where the operation times out - which causes other parts of the application to crash becaues they don't get the information they need to run.
Thanks in advance,
What does it mean? And what should I do?
Elliot
PS: Sorry if this is the wrong place to put this, but I think it's a compiler/debugger error instead of something I wrote.

