Addin Ribbon not visible in powerpoint

175 Views Asked by At

I have created a addin ribbon in visual studio interop power point. But now I am not able to see the addin ribbon when i run my project can someone suggest what the problem is. I do not even get debugger within this code that i tried where it loads the ribbon

private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
}
1

There are 1 best solutions below

0
On

This sometimes happens to me in ms word.. you need to save it , build the solution and rebuild it and then it becomes visible