Click here to Skip to main content
15,904,155 members
Home / Discussions / COM
   

COM

 
GeneralSaving Powerpoint Slide as Bitmap From A Win32 sdk application(NON MFC) Pin
niloy5-Dec-07 18:24
niloy5-Dec-07 18:24 
QuestionCan a COM component be made that will bind to multiple columns in a DB table? Pin
chuckles_net3-Dec-07 11:24
chuckles_net3-Dec-07 11:24 
GeneralClass not registered error Pin
Royce Fickling3-Dec-07 10:31
Royce Fickling3-Dec-07 10:31 
GeneralRe: Class not registered error Pin
User 2155973-Dec-07 10:54
User 2155973-Dec-07 10:54 
QuestionSpecialized OLE container Control Pin
LLINF1-Dec-07 3:41
LLINF1-Dec-07 3:41 
QuestionNULL modem program Pin
AKYap30-Nov-07 17:50
AKYap30-Nov-07 17:50 
QuestionFatal Error Handling Pin
Nathan Holt at EMOM27-Nov-07 6:37
Nathan Holt at EMOM27-Nov-07 6:37 
AnswerRe: Fatal Error Handling Pin
User 21559727-Nov-07 7:44
User 21559727-Nov-07 7:44 
Nathan,

Usually, Exceptions in COM server shouldn't bubble up. Since it's an inproc server, aborting would terminate your client application. I don't know any solution that I have implemented but does any of the following help you device a framework -
1. Supporting ISupportErrorInfo for rich error information and your methods could fail with some HRESULT. Client is expected to take necessary action.
2. Not a good one, but if these are internal error and assuming there is no method call in progress, you could implement an event handler and notify client of this exception.

Just back from work so can't think of any more solutions Frown | :(
Let me know if this helps.



Sohail


modified 21-Apr-21 21:01pm.

GeneralRe: Fatal Error Handling Pin
Nathan Holt at EMOM27-Nov-07 9:10
Nathan Holt at EMOM27-Nov-07 9:10 
GeneralRe: Fatal Error Handling Pin
User 21559727-Nov-07 9:44
User 21559727-Nov-07 9:44 
QuestionCOM ActiveX Pin
bmbsage27-Nov-07 5:57
bmbsage27-Nov-07 5:57 
AnswerRe: COM ActiveX Pin
CPallini27-Nov-07 6:11
mveCPallini27-Nov-07 6:11 
Questioncalling matlab .m file using visual basic. Pin
Atrish26-Nov-07 20:31
Atrish26-Nov-07 20:31 
GeneralRe: calling matlab .m file using visual basic. Pin
Ju@ncho5-Dec-07 2:24
Ju@ncho5-Dec-07 2:24 
QuestionProblem loading symbols for interop dll Pin
harvey_pekar26-Nov-07 6:09
harvey_pekar26-Nov-07 6:09 
AnswerRe: Problem loading symbols for interop dll Pin
User 21559726-Nov-07 11:48
User 21559726-Nov-07 11:48 
GeneralRe: Problem loading symbols for interop dll Pin
harvey_pekar26-Nov-07 22:57
harvey_pekar26-Nov-07 22:57 
GeneralRe: Problem loading symbols for interop dll Pin
User 21559726-Nov-07 23:30
User 21559726-Nov-07 23:30 
QuestionHow to make a call to skype from Outlook Addin ...? Pin
Sivaprasad S Nair25-Nov-07 23:00
professionalSivaprasad S Nair25-Nov-07 23:00 
AnswerRe: How to make a call to skype from Outlook Addin ...? [modified] Pin
User 21559725-Nov-07 23:38
User 21559725-Nov-07 23:38 
QuestionATL/COM projects Pin
Shaileshvb25-Nov-07 20:39
Shaileshvb25-Nov-07 20:39 
AnswerRe: ATL/COM projects Pin
User 21559725-Nov-07 23:40
User 21559725-Nov-07 23:40 
QuestionExport to Word/Outlook [modified] Pin
Sibble22-Nov-07 0:17
Sibble22-Nov-07 0:17 
NewsCOM objects in debugger's Watch window Pin
Seva A.21-Nov-07 10:01
Seva A.21-Nov-07 10:01 
Question.NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); Pin
gixxersix8520-Nov-07 9:14
gixxersix8520-Nov-07 9:14 

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.