Error in an Outlook addin 2010 -
I have developed an Outlook Edin where a ribbon will be loaded when opening the ' appointment ' window .
While running the application, the ribbon works fine but if I open a mail item, it prompts the following error message.
'Error occurred while calling callback ribbon_gatedvvb'
I can disable the error message, but I want to know that the error message is disabled How to get rid of this error completely?
Ensure that your callback methods are present in the correct assembly and accept the correct parameters. In your case the callback method should look like the following.
Public Bowl Ribbon_GetDeviWeb (IRBB Control) {// Your code is here. }
Comments
Post a Comment