UIAutomationWinforms.dll missing

Asked by Mike Tadyshak

I build and run my Windows app using monodevelop on Ubuntu 10.04.
When main window opens, my program exits. If I set the debugger to catch
the System.IO.FileNotFound exception, it stops and reports
UIAutomationWinforms.dll not found.

How do I get this missing DLL installed for the Ubuntu distro?

Would you recommend using Wine instead of Mono?

Regards,

Michael Tadyshak
Texas Instruments

UPDATE:

I installed the following packages using Ubuntu Software center
    libmono-uia-winforms1.0-cil
    libmono-uia-atkbridge1.0-cil

and the fileNotFound exceptions no longer occur.
But my program still exits before the main window
appears.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mono Edit question
Assignee:
No assignee Edit question
Solved by:
Mike Tadyshak
Solved:
Last query:
Last reply:
Revision history for this message
Mike Tadyshak (mtadyshak) said :
#1

Original problem was solved by installing the pkgs indicated above.