R
rmishra07
Guest
Hi,
I'm using a mfc based desktop application and I'm new to it. The problem is, at different instance of time I'm getting Microsoft's busy server dialog box which ask me to either switch or retry, and since it's not generating from application, I'm not able to figure out how to solve it and remove this message. Also, what I noticed is this dialog is appearing at those places generally where application is trying to call some third party API through c# dll with the help of c++ managed wrapper class from mfc unmanaged c++ code.
I'm not able to add image of that dialog for some reason, but for sure that dialog box is quite irritating. So how can I skip this message dialog box? If anyone can help because I'm struggling with this issue.
Thanks in advance!!
Continue reading...
I'm using a mfc based desktop application and I'm new to it. The problem is, at different instance of time I'm getting Microsoft's busy server dialog box which ask me to either switch or retry, and since it's not generating from application, I'm not able to figure out how to solve it and remove this message. Also, what I noticed is this dialog is appearing at those places generally where application is trying to call some third party API through c# dll with the help of c++ managed wrapper class from mfc unmanaged c++ code.
I'm not able to add image of that dialog for some reason, but for sure that dialog box is quite irritating. So how can I skip this message dialog box? If anyone can help because I'm struggling with this issue.
Thanks in advance!!
Continue reading...