This is my first coding blog for IronPython in which I convert my old blog List of all Form from an Assembly in IronPython code. I use Visual Studio 2005 IronPython Console template so you need to add the following lines of code explicitly when use are writing code on command prompt to add reference of System.dll import clr clr.AddReference("System") Here are the few bytes that IronPython developers use when they want to get a list of types from particular assembly. from System import * from System.Reflection ......
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\VisualStudioInt... at line 189: /// <summary> /// Gets a collection of all properties that pertain to the Project object. /// </summary> public virtual ......