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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
