I can see that you have a COM DLL, from which you are trying to call the methods to create your HTML documents. Whether you tested your COM DLL to check its working fine. I guess something its not able to find out the process address of routines in that DLL. That is the reason its hanging your application.
Exceptions are may from your program. Try debugging the application where exactly it starts hanging your app.
regards,
davinder101
ASKER
hi,
i have tested this piece of code on a dialog based application too.
just add this piece of code on a click event on a dialog based application
it hangs on even on that.
please check it at your end too...
it will hang...
I can see that you have a COM DLL, from which you are trying to call the methods to create your HTML documents. Whether you tested your COM DLL to check its working fine. I guess something its not able to find out the process address of routines in that DLL. That is the reason its hanging your application.
Exceptions are may from your program. Try debugging the application where exactly it starts hanging your app.
regards,