Saqib Ullah

BootStrapper Know How

  Home  |   Contact  |   Syndication    |   Login
  93 Posts | 1 Stories | 380 Comments | 15 Trackbacks

News



Article Categories

Archives

Post Categories

Blogging websites

Favourite Blogs

Private Links

Sites

Attempted to read or write protected memory. This is often an indication that other memory is corrupt. 

 The above error has been occurred when I try to open an IronPython project in Visual Studio 2005 at following file location position C:\Program Files\Visual Studio 2005 SDK\2007.02\VisualStudioIntegration\Common\Source\CSharp\Project\Automation\OAProject.cs at line 189:

/// <summary>
///
Gets a collection of all properties that pertain to the Project object.
/// </summary>
public virtual EnvDTE.Properties Properties
{

  get
    {
    object outputProperties = null;
    IVsExtensibility3 vsExtensibility3 = this.project.GetService(typeof(IVsExtensibility)) as IVsExtensibility3;
    vsExtensibility3.GetProperties(this, this.project.NodeProperties, out outputProperties);
    return (EnvDTE.Properties)outputProperties;
    }
}

Old code

I reply the above code with following line.

/// <summary>
///
Gets a collection of all properties that pertain to the Project object.
/// </summary>
public virtual EnvDTE.Properties Properties
{

  get
    {
      return new OAProperties(this.project.NodeProperties);
    }
}

New Code

Now open the IronPython Window application now its fine and have fun with IronPython plenty of blogs will come on IronPython and Python.

posted on Friday, February 15, 2008 2:13 AM

Feedback

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 2/15/2008 3:47 AM Andy
I have wanted one of these forever! THANKS for the great work

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 5/4/2008 1:25 AM oyun hileleri
I have wanted one of these forever! THANKS for the great work

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 5/27/2008 11:44 AM Rapidshare Arama
thanks nice text

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 9/13/2008 5:42 PM Mp3 Film Program Download
Thanks i

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 1/23/2009 1:51 AM Bharath
I have upgraded my VB6 project to VB.NET. Now when i try to open the Project properties the following error message will occur, then application will crash.

"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."

pls send mail with the solution.

Bharath S.

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 4/30/2009 1:44 AM oyun indir
thanks freiend good nice

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 10/22/2009 12:50 PM film indir
thanks nice text .

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: