| Thread | Last Post | Replies |
|
| VSTO runtime error Outlook add-in, only on Server 2003 | 28 Feb 2006 01:07 GMT | 3 |
Created Outlook add-in using VSTO. Runs fine in IDE. On my test client, I get: Event Type: Warning Event Source: MsiInstaller
|
| Compile to GAC from VS | 27 Feb 2006 09:50 GMT | 3 |
we have Word-Template project in VSTO that will be used intensively by the customer so we decided to put it to the GAC, because this also solves privilege- and location-problems for doc-files that are saved to an arbitary location.
|
| VSTO Error | 24 Feb 2006 15:58 GMT | 1 |
I get this error on this line of my VSTO Excel code Exception from HResult: 0x800A03EC mainMenuBar = ThisApplication.MenuBars["Menu Bar"] as CommandBar; what could be wrong?
|
| Activate Taskpane | 24 Feb 2006 15:24 GMT | 2 |
i am using action pane controls in vsto 2005 and i'd like to programmtically change the selected task-pane document, for example change to "search", "new document", "clipboard" or whatever.
|
| Custom Assembly Could not be found | 24 Feb 2006 00:53 GMT | 2 |
Help! I'm starting a small application. The code is in a network folder, the same place as the Excel file it will access. When I tried a simple test run, that basically does very little, I get:
|
| Linking to Exchange Server | 23 Feb 2006 21:05 GMT | 3 |
I am developing an application in Visual Studio 2005, .net Framework 2.0. It is a database application and includes a diary component. However, since we don't want the users having two diaries, we would like to completely synchornise our diary with the users Exchange Server diary. ...
|
| VSTO Excel designer problem (Visual Studio 2005) | 23 Feb 2006 00:04 GMT | 2 |
I am currently working on a vsto excel template project (Visual Studio 2005) , I have opened the template outside visual studio to change print area definitions (because the page setup excel menu isn't accessible from the vsto designer), now when I try to open the excel template ...
|
| Customization not loading | 22 Feb 2006 14:44 GMT | 2 |
I have created a very simple customization on a Word Template. Having built it, I shut down Visual Studio, browse to the folder where the .dot (and .dll) is located, and double click the .dot. A new document fires up and the customization is activated. No problem.
|
| Problem with VSTO 2005 | 20 Feb 2006 20:31 GMT | 1 |
I'm having some trouble with trying to run through the Hands-on Labs for Excel 2003 which I downloaded from the MS VSTO 2005 site. Not sure if my problem is an installation problem with VSTO 2005, VS 2005 or Excel 2003. I can create the Hands-on project using the Excel Workbook ...
|
| Please help: VSTO and custom contact forms | 19 Feb 2006 19:42 GMT | 12 |
Using VSTO, when I use Word or Excel, I can have "code behind" to populate the documents upon load. In Outlook 2003, I need a have custom contact form and populate it with data from other sources. Is this possible in VSTO? Can anyone point me to an
|
| How to track page utilization in Word document | 19 Feb 2006 17:37 GMT | 2 |
I'm new to VTSO and have what is hopefully a simple question... I would like to track how many inches of content I have placed on the current page for the purpose of determining whether or not to 'page break.' This would also require me to understand how many inches of content I ...
|
| Any way to start Outlook via Automation? | 18 Feb 2006 02:16 GMT | 5 |
Is there a good way to start Outlook via Automation from a .Net program? It appears that when I create my object reference, it does not actually start Outlook ... and I can't find a property that will activate it or make it visible.
|
| NewInspectorEvent won't fire | 17 Feb 2006 20:59 GMT | 5 |
In the following C# code, I can debug and see all the startup code is called setting the NewInspectorEvent but when I open a contact, the NewInspectorEvent is never called? Any reason this would happen? private void NewInspectorEvent(Outlook.Inspector inspector)
|
| Combining XML Schema "solutions" with VSTO | 17 Feb 2006 17:07 GMT | 2 |
Folks, I have been prototyping a solution using MS Word. One part of what I want to do is work with an XML file (with a defined schema), attach multiple XSLT stylesheets, and allow the user to switch views and get multiple "slices" of
|
| Do not see the samrt tags in a word document | 17 Feb 2006 15:35 GMT | 1 |
I have followed instructions in the tutorial part of smart tag SDK documentation (Visual C# tutorial). But, I can't seem to see the smart tags (the colors) in a word document. Any help is appreciated.
|