AIRC application sendig email .NETV2 fails

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

AIRC application sendig email .NETV2 fails

Post by xekhz »

Hello my app tries to send an email
in the debug i get the following

trace:loaddll:load_native_dll Loaded L"C:\\AIRC\\SGP\\AIRCMail.dll" at 0x2450000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\winsxs\\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\\MSVCR80.dll" at 0x78130000:
native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorwks.dll" at 0x79e70000: native
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\GAC_32\\mscorlib\\2.0.0.0__b77a5c561934e089\\mscorlib.dll" at 0x790c0000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorjit.dll" at 0x79060000: native
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:shell:URL_ParseUrl failed to parse L"AIRCMail"
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\diasymreader.dll" at 0x5e380000: native
fixme:ole:CoGetContextToken stub
fixme:shell:URL_ParseUrl failed to parse L"System.Web"
trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\GAC_32\\System.Web\\2.0.0.0__b03f5f7f11d50a3a\\System.Web.dll" at 0x685c0000: native
err:ole:CoGetClassObject class {cd000001-8b95-11d1-82db-00c04fb1625d} not registered
err:ole:CoGetClassObject class {cd000001-8b95-11d1-82db-00c04fb1625d} not registered
err:ole:create_server class {cd000001-8b95-11d1-82db-00c04fb1625d} not registered
err:ole:CoGetClassObject no class object {cd000001-8b95-11d1-82db-00c04fb1625d} could be created for context 0x7
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\culture.dll" at 0x60340000: native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\culture.dll" : native
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msrle32.dll" : builtin

NEED HELP anyone
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

.NET 2.0 doesn't work very well in Wine. http://bugs.winehq.org/show_bug.cgi?id=10467
Locked