Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

What if a C# snippet does not work when transliterated to IronPython?

Say you have a working piece of C# code. You want to include it in your IronPython app. So you transliterate it to IronPython code. And it stops working. What do you do? You might feel lost at this point since the IronPython code is "supposed" to work.
Posted by shrib | 0 Comments

IronPython cannot call AutomationElement.FromHandle

If you use IronPython to call AutomationElement.FromHandle , it will return null. This happens because FromHandle uses Assembly.GetCallingAssembly and expects to get a statically compiled assembly with references to the correct version of the UIAutomation
Posted by shrib | 4 Comments
 
Page view tracker