C# Access 2007 Addin runtime only shared add-in

G

Giles Papworth

I have created an addin in C# (VS 2008 Professional) that works absolutly
fine. It inherits the IRIbbon Interface through the Microsoft.Office.Core
library.
However, the platform that this needs to be run on is the Access 2007
runtime only version. But i cannot for the life of me get it to work in
anyway shape or form. Is it possible to get this working? Or am i simply
expecting too much from the runtime only version of Access 2007.

I would assume that it would be limited to certain functionality but it
would be great for me to be able to use my addin with it.

The componant was built using the shared add-n template using .net 2.0

The main object inherits from'Object, Extensibility.IDTExtensibility2,
IRibbonExtensibility'
It implements (as required) GetCustomUI however in the runtime only version
of access nothing in this
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top