Sign in
Shri Borde's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
April 2009
(1)
January 2009
(1)
July 2008
(2)
May 2008
(2)
April 2008
(1)
March 2008
(2)
September 2007
(4)
January 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Shri Borde's WebLog
IronPython cannot call AutomationElement.FromHandle
Posted
over 5 years ago
by
shrib
4
Comments
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...
Shri Borde's WebLog
What if a C# snippet does not work when transliterated to IronPython?
Posted
over 5 years ago
by
shrib
0
Comments
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...
Page 1 of 1 (2 items)