Convert VSTO add-in to web add-in - office-addins

I have developed a VSTO add in for Excel, but i want to have it available for MACs, is there any way to convert the VSTO addin to Web addin? I have looked at the documentation that microsoft have posted about sharing code, but then it seems that you need to have developed both add ins, and then share the code.

Related

Outlook AddIn using Visual Studio 2019 and Office Fabric UI React

I am trying to develope a new Outlook AddIn using the highly recommended Office UI Fabric React. However, I am very comfortable with Visual Studio and would like to take advantage of the multiple helpful features of the software. Is there a way I can harness the power of both components together? I don't want to have to use Visual Studio Code and the command line. Is there any way to do this?

Creating a TFS project from a silverlight application

I am developing a Silverlight application that displays a dashboard of builds from TFS and I just found out that I cant reference TFS libraries from Silverlight as they are built with different runtime. Whats the workaround? Is their a Silverlight clr version of TFS libraries I can reference?
Thanks
You might be able to accomplish this by using the TFS OData API available here: https://tfsodata.visualstudio.com/

Silverlight project will only work with Silverlight assemblies

Now a days, I make one application in Silverlight to get Emails from MS Exchange Server online. So first i create Silverlight Application in Visual Studio 2010. Now Issue is that when i add reference Microsoft.Exchange.Webservice.dll to silverlight application so error shown below:
"You cant add a reference to Microsoft.Exchange.Webservice.dll as it was not built against the Silverlight runtime. Silverlight project will only work with Silverlight assemblies".
I have searched error but failed to solve this issue.. please help me..
Silverlight uses a different runtime and a subset of the regular .Net framework, which is why you can only reference other SIlverlight libraries.
I would also think you shouldn't be referencing the Microsoft.Exchange.Webservice.dll directly anyway, rather you should be adding a web service reference to a web service exposed by an existing installation of Exchange, and then using webservice calls to retrieve the emails.
Edit:
This excellent previous StackOverflow should be enough to get you underway: Getting started with Exchange Web Services 2010

Microsoft Pubcenter Ads In WPF Application

Is there anyway to insert the MS Pubcenter Ads into a WPF 4.0 C# application. If so, please show me step by step how.
The pubcenter does not support ads within anything other than WP7 or Win8 apps. Hopefully this will change to include standard desktop apps as we have a moderately successful game on WP7 that I would like to integrate ad support for and release on the desktop, but for now we'll need to look elsewhere for desktop ad revenue. I haven't found a solution yet either, unfortunately, so if anyone has a suggestion I'd like to hear it too.

Hosting windows add-in in wpf application

We have a windows add-in called DataStream Charting which can be used as add-in in Microsoft word that is a windows application as in the below image:
How to host the same windows add-in in Wpf application just as in the Microsoft word. Is this possible and if yes then Kindly Suggest?
Thank You.
It's possible, however it would be a ton of work, you would need to emulate all of MS Word's com add-in architecture. Or, at a minimum, the parts of the architecture that the add-in requires (if you can specifically identify those pieces).
It would be a lot of work, so I would not say it's realistically feasible.

Resources