Gettting an error startiing an application on the call to system.windows..forms.MimeIconEngine and need to find the dll in which its loaded.
I copied the dll from Microsft.NET which appeared to be the one causing the problem, and am getting a bit further, but the error now appears to be in system.windows.forms.winfilesystem
any help much appreciated.
rgds
david
the trace on the command line is this:
fixme:win:EnumDisplayDevicesW ((null),0,0x60db44,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x60db44,0x00000000), stub!
the display we are using has two monitors.
d
system.windows.Forms.MimeIconEngine
Re: system.windows.Forms.MimeIconEngine
You can ignore this fixme. It returns information that most apps need.owler1 wrote:the trace on the command line is this:
fixme:win:EnumDisplayDevicesW ((null),0,0x60db44,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x60db44,0x00000000), stub!
What is the problem you have with your app? Keep in mind .net is not fully supported on Wine.