Hi all, one of our customers reported an error occuring in our Add-in with
the following message:
"Attempted to read or write protected memory. This is often an indication
that other memory is corrupt."
Our Add-in is essentially a user interface which launches external programs.
It adds a toolbar and some menu items to VS. It also iterates through the
solution tree to find some specific files in the solution projects. So it
seems as if there is a severe change in the named areas.
I can't find a download location for SP 1 to reproduce the error - is there
a way for MSDN universal subscribers to download a beta?
Regards:
Mirko Matytschak
Mirko Matytschak - 07 Nov 2006 10:22 GMT
I found the download location, so don't bother about that part of the
question.
Regards:
Mirko Matytschak
Carlos J. Quintero [VB MVP] - 14 Nov 2006 15:53 GMT
Hi,
I have seen that problem in VS 2005 add-ins without SP1 (it didn't happen
with VS.NET 2002/2003 addins) and I think that the indication "memopry is
corrupt") is misleading. I think that it is more related to the .NET trying
to use COM objects objects or something like that...
> Hi all, one of our customers reported an error occuring in our Add-in with
> the following message:
[quoted text clipped - 12 lines]
> Regards:
> Mirko Matytschak