Saqib Ullah

BootStrapper Know How

  Home  |   Contact  |   Syndication    |   Login
  112 Posts | 1 Stories | 1046 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/27/2008 11:44 AM Rapidshare Arama
thanks nice text

# 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 2/14/2010 6:28 AM sepetli platform
Thanks for this article and most generaly for this very amazing website :)

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 2/16/2010 3:05 PM iş makinaları
That was very discouraging, but when Justin learned to program and we made a few successful websites, I realized there’s no reason not to try

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 3/20/2011 5:29 PM ikinci el iş makinaları
great article, carefully focuses on the subject

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 10/28/2011 6:19 AM martin
Is this "Visual Studio 2005 SDK 2007.02 Error with IronPython Project" effective? computer support

# Miami Beach Condos 12/28/2011 5:00 PM miamibeachcondos
I am very much pleased with the contents you have mentioned.I wanted to thank you for this great article. I enjoyed every little bit part of it and I will be waiting for the new updates.Thanks. I  am very much impressed from your post.

# re: Visual Studio 2005 SDK 2007.02 Error with IronPython Project 3/9/2013 2:47 AM Araba iş makineleri operatörlük
Thanks for nice sharing..

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