system.windows.Forms.MimeIconEngine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
owler1
Newbie
Newbie
Posts: 2
Joined: Thu Nov 13, 2008 2:29 am

system.windows.Forms.MimeIconEngine

Post by owler1 »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: system.windows.Forms.MimeIconEngine

Post by vitamin »

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!
You can ignore this fixme. It returns information that most apps need.
What is the problem you have with your app? Keep in mind .net is not fully supported on Wine.
Locked