System.MissingMethodException: Method not found: Int32

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
berryman77
Newbie
Newbie
Posts: 1
Joined: Tue Oct 14, 2008 1:48 pm

System.MissingMethodException: Method not found: Int32

Post by berryman77 »

I've installed ADAM interactive anatomy 4.0 on Ubuntu using wine 1.1.6 and winetricks to install dot net 1.1. ADAM is a dot net application.

After installation and offline activation (online fails), the application starts, but gives the error:

Code: Select all

System.MissingMethodException: Method not found: Int32
SkySoftware.FileViewControl.FileView.get_SelectedCount().
   at a.a.c.a.a.h.b()
   at a.a.c.a.a.f.a()
   at a.a.c.a.a.i.b()
   at a.a.o.b.d()
   at a.a.o.b.ab(Object A_0, EventArgs A_1)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I suspect something is missing from my wine installation. Any ideas?

-Randall
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

could you post the whole console output?
Locked