vsto
Windows authentication with excel vsto
I am facing problem with integrated windows authentication in excel. I have two server IIS 5 hosting legacy code(macro), and IIS 6 hosting new code. On client to avoid multiply credential dialog for e[详细]
2023-04-05 12:31 分类:问答Getting exception system.AppDomainUnloadedexception: the application domain in which thread was running has been unloaded
I am working on c# vsto ( excel )and i have created the excel 2007 project installer . Project works fine in the Office 2007 but when open it in the Office 2010, it starts creating problem.[详细]
2023-04-04 08:48 分类:问答Binding Prevents Visio Events from Firing
I know this sounds bizarre, but it is true. I have a simply WPF application that hosts a Visio control. There are no problems with that. Some essential events, such as DocumentOpened does work.[详细]
2023-04-03 18:49 分类:问答Error while running VSTO application from Network path CannotCreateCustomizationDomainException
Environment: VS2008 .NET 3.5 - VSTO runtime 3.0 - Excel 2007 We have published the VSTO Excel document level customization to network path. All our users are able to copy the .xltm file from the netw[详细]
2023-04-03 17:35 分类:问答Word command-line-arguments space issues
I want to pass parameters to winword in order to read it in my vsto addin by using Environment.GetCommandLineArgs().[详细]
2023-04-02 15:01 分类:问答Extending the Oulook 2010 attachment context menu
I am extending the contextmenu shown for attachments in Outlook 2010 in xml. So far i\'ve got a button and a handler for the onAction event. Could anybody help me on how to get the currrently sel开发者[详细]
2023-04-02 10:38 分类:问答Outlook ContactItem: get containing folder?
I am maintaining an Outlook add in that manages Outlook contacts.I have a function that g开发者_如何学Goets all the contacts in a folder and its subfolders.Now, I need to determine which folder a give[详细]
2023-04-02 02:00 分类:问答How do I persist file-independent variables in VSTO that can persist even after the Microsoft Office has closed
I am using VSTO (visual tools for office.) I need to store a variable that is file-independent (so I cannot stored it in a file meta-data as 开发者_运维问答in this question) and can persist after Micr[详细]
2023-04-01 02:47 分类:问答In a dual-monitor system, finding out on which monitor a PowerPoint slideshow is displayed
In Powerpoint 2007/2010 run on a multiple monitor system, we can select the monitor on which the slideshow will be shown by going to \"Slide Show\"-> \"Set up slideShow\" -> \"Display SlideShow on\" a[详细]
2023-03-31 18:26 分类:问答Prevent the use of the locally installed VSTO if the Excel file originates from a different server
I have an Excel file which uses VSTO to retrieve and update data. This is deployed to various environments (Development, Staging, Production,...).[详细]
2023-03-31 16:22 分类:问答