Click here to Skip to main content
15,885,998 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: what is satellite assembly..? Pin
MatrixCoder24-Apr-07 19:49
MatrixCoder24-Apr-07 19:49 
GeneralRe: what is satellite assembly..? Pin
Balagurunathan S24-Apr-07 22:04
Balagurunathan S24-Apr-07 22:04 
GeneralRe: what is satellite assembly..? Pin
szukuro24-Apr-07 23:15
szukuro24-Apr-07 23:15 
AnswerRe: what is satellite assembly..? Pin
Jaiprakash M Bankolli24-Apr-07 23:15
Jaiprakash M Bankolli24-Apr-07 23:15 
Questionsealed UI classes Pin
DotNetInterest24-Apr-07 7:08
DotNetInterest24-Apr-07 7:08 
AnswerRe: sealed UI classes Pin
Pete O'Hanlon24-Apr-07 9:54
mvePete O'Hanlon24-Apr-07 9:54 
AnswerRe: sealed UI classes [modified] Pin
Jaiprakash M Bankolli25-Apr-07 23:05
Jaiprakash M Bankolli25-Apr-07 23:05 
Question[Interop] Connectionpoint Advise hangs Pin
User 21559724-Apr-07 6:57
User 21559724-Apr-07 6:57 
Hi there,

My unmanaged C++ application (MFC) is consuming events provided by a .NET object exposed by a VB.NET application (.NET 1.1 is used). Things were working fine till yesterday. But today, when I tested the executables on the same test PC, the client hangs.

Further analysis revealed that the client was able to create the object in .NET application using IDispatch call, then find connection point successfully. But it hangs when it tries to call IConnectionPoint::Advice.

Following is the call stack of the thread (I created dump using adplus.vbs in hang mode)

0007f5ac 7c90e9ab 7c8094f2 00000001 0007f5d8 ntdll!KiFastSystemCallRet
0007f5b0 7c8094f2 00000001 0007f5d8 00000001 ntdll!ZwWaitForMultipleObjects+0xc
0007f64c 7c809c86 00000001 0007f75c 00000000 kernel32!WaitForMultipleObjectsEx+0x12c
0007f668 79297940 00000001 0007f75c 00000000 kernel32!WaitForMultipleObjects+0x18
0007f6ec 7923455f 00000000 00000001 00000001 mscorwks!NonNT5WaitRoutine+0x17a
0007f714 792335a3 00000001 0007f75c 00000000 mscorwks!MsgWaitHelper+0x62
0007f754 792272a0 00000208 00148ce0 0007f7c8 mscorwks!ComPlusWrapperCleanupList::CleanUpCurrentWrappers+0xd2
0007f768 79226ec9 0161537c 000b8e58 0007f7c8 mscorwks!ComPlusWrapper::Init+0x6f
0007f7a4 79226dff 00000000 00000000 00000000 mscorwks!COMInterfaceMarshaler::CreateObjectRef+0x62
0007f7b4 79225cb7 00000000 0012a430 000b8e58 mscorwks!COMInterfaceMarshaler::FindOrCreateObjectRef+0x43
0007fc5c 79343821 00000000 00000000 00000000 mscorwks!GetObjectRefFromComIP+0x1c5
0007fd44 7c1acfd2 0012a430 0101ea50 0101e7f8 mscorwks!ConnectionPoint::Advise+0x151
*** WARNING: Unable to verify checksum for MySample.exe
*** ERROR: Module load completed but symbols could not be loaded for MySample.exe
0007fd64 0040f8b5 0012a430 00427884 0101ea50 mfc71!AfxConnectionAdvise+0x41

Any idea what is going wrong?


S o h a i l K a d i w a l a

To Err Is Human; to Debug, Divine


modified 21-Apr-21 21:01pm.

QuestionWhy no GC.Kill(object)? Pin
Tristan Rhodes24-Apr-07 5:36
Tristan Rhodes24-Apr-07 5:36 
AnswerRe: Why no GC.Kill(object)? Pin
Colin Angus Mackay24-Apr-07 5:40
Colin Angus Mackay24-Apr-07 5:40 
GeneralRe: Why no GC.Kill(object)? Pin
Tristan Rhodes24-Apr-07 5:57
Tristan Rhodes24-Apr-07 5:57 
GeneralRe: Why no GC.Kill(object)? Pin
Dave Kreskowiak24-Apr-07 6:21
mveDave Kreskowiak24-Apr-07 6:21 
GeneralRe: Why no GC.Kill(object)? Pin
Tristan Rhodes24-Apr-07 7:07
Tristan Rhodes24-Apr-07 7:07 
AnswerRe: Why no GC.Kill(object)? Pin
Daniel Turini24-Apr-07 6:44
Daniel Turini24-Apr-07 6:44 
Question.NET on linux/unix Pin
Waskira23-Apr-07 22:30
Waskira23-Apr-07 22:30 
AnswerRe: .NET on linux/unix Pin
Tristan Rhodes24-Apr-07 3:51
Tristan Rhodes24-Apr-07 3:51 
GeneralRe: .NET on linux/unix Pin
Ray Cassick24-Apr-07 13:23
Ray Cassick24-Apr-07 13:23 
AnswerRe: .NET on linux/unix Pin
Scott Dorman24-Apr-07 3:51
professionalScott Dorman24-Apr-07 3:51 
GeneralRe: .NET on linux/unix Pin
Brady Kelly24-Apr-07 18:57
Brady Kelly24-Apr-07 18:57 
Question"Stub" application Pin
Miszou23-Apr-07 9:22
Miszou23-Apr-07 9:22 
AnswerRe: "Stub" application Pin
kubben23-Apr-07 9:49
kubben23-Apr-07 9:49 
AnswerRe: "Stub" application Pin
Dave Kreskowiak23-Apr-07 9:53
mveDave Kreskowiak23-Apr-07 9:53 
GeneralRe: "Stub" application Pin
Miszou23-Apr-07 9:58
Miszou23-Apr-07 9:58 
GeneralRe: "Stub" application Pin
Dave Kreskowiak23-Apr-07 11:57
mveDave Kreskowiak23-Apr-07 11:57 
GeneralRe: "Stub" application Pin
Brady Kelly23-Apr-07 20:33
Brady Kelly23-Apr-07 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.