Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting c++ exception at

IProgressDialogPtr prgBar=IProgressDialogPtr(__uuidof(SiProgressDialog));


Unhandled exception at 0x773049F2 in iTool.exe: Microsoft C++ exception: _com_error at memory location 0x001BE430.


Please guide me how to resolved it.

This program was working fine in VS2017... i had installed VS2019 community edition.. i don't know after that it stopped working.

What I have tried:

doing research and Debugging the code.
Posted
Updated 21-Jul-20 21:13pm
Comments
Shao Voon Wong 22-Jul-20 3:01am    
Have you built and register IProgressDialogPtr's COM dll on the computer which has VS2019?

To register your COM dll,

regsvr32.exe your.dll

To unregister your COM dll,

regsvr32.exe /u your.dll

https://support.microsoft.com/en-us/help/249873/how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages

1 solution

thank you Shao...issue has resolved now.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900