Saqib Ullah

BootStrapper Know How

  Home  |   Contact  |   Syndication    |   Login
  109 Posts | 1 Stories | 820 Comments | 15 Trackbacks

News



Article Categories

Archives

Post Categories

Blogging websites

Favourite Blogs

Private Links

Sites

February 2008 Entries

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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati