المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Removing shim and placing VSTO.



C# Programming
09-11-2009, 05:50 PM
Hi,
I have creating shared add-in in C# and then am then using Shim on top of it.
Shared add-in has some user defined functins.once you type the UDFs in Excel, it will log in to server using username and password,creates sessions and get the data.

I am planning to move VSTO. Is it possible to introduce VSTO instead of Shim on top of shared add-in?

how can I do it? can any one share the thoughts?