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?

"post-text" itemprop = "text">

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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -