Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was referring to an article on Silverlight com functionality. There I found UIAutomationFactory to create the com object.

But when I wrote it in my Code, I was not getting the class. What is the namespace for it? Can anybody help me?
Posted
Updated 17-Sep-10 7:25am
v2

1 solution

This is not UIAutomationFactory. It is called as AutomationFactory. Just remove the two characters 'U' & 'I'. It will work.

I have some articles on Silverlight COM functionality. You can read them here in my Blog: http://www.kunal-chowdhury.com/search/label/Interoperability[^]

Let me know, if you need any help.
 
Share this answer
 
Comments
rahim md 17-Sep-10 13:41pm    
Thanks for the answer. It's working now. Also, thanks for sharing the articles link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900