[Mono-winforms-list] Exception: System.EntryPointNotFoundExcept ion: SetScrollInfo

Robert Jordan robertj at gmx.net
Sun Apr 24 09:57:29 EDT 2011


On 23.04.2011 20:09, FChristian wrote:
> Hello,
>
> when trying to run a Windows program on Ubuntu 10.10, I get the error
> message "Unhandled Exception: System.Reflection.TargetInvocationException:
> Exception has been thrown by the target of an invocation. --->
> System.EntryPointNotFoundException: SetScrollInfo"
>
> Any idea, what I could do?

The application is using a Windows specific call (SetScrollInfo).
This means that it can't be executed under Linux as is.

You can check for other issues with MoMA
(http://www.mono-project.com/MoMA).

Robert



More information about the Mono-winforms-list mailing list