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.


What does it mean? And what should I do?

Thanks in advance,

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.

[1710 byte] By [enf_Elliot] at [2008-1-7]
# 1

Elliot,

The error looks like an issue with the background compiler used to generate intellisense information.

When this error occurs, do you get the watson dialog that gives you the option to send the feedback to Microsoft? If so, please click on the send button. This will upload a stack trace that will allow us to debug the issue. You can also file a bug on the appropriate language at http://connect.microsoft.com

You might also want to try posting to the forum for the general section of the language you are using. You are more likely to find an answer there then on the debugger specific forum.

Thank you for the feedback

The Visual Studio Debugger Team

JacksonDavis-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 2

Hey Jackson,

It doesn't give me an option to send an error message to Microsoft. I'll try reposting this, and when the error occurs again I'll try to write up a more detailed bug report.
Thanks,
Elliot Franford

enf_Elliot at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 3

Here's that weird message box that happens on close:

Unexpected error encountered. It is reccommended that you restart the application as soon as possible.

Error: HRESULT: 0x80134527
File: vsee\internal\inc\vscomptr.inl
Line Number: 473

enf_Elliot at 2007-10-2 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...

Visual Studio

Site Classified