IronPython
Visual Studio 2005 SDK 2007.02 Error with IronPython Project
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 [...]
Read Full Post | Make a Comment ( None so far )Get list of types from assembly in IronPython
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 [...]
Read Full Post | Make a Comment ( None so far )

