-
- Publishing on IIS server
by pnp
- 1 Replies
- Last post
by Ashish Basran
- Hi
I have a few questions about publishing VSTO solutions to an IIS server. The IIS server is only visible internally in our company.
1. What is the requirements to the IIS Server Is it really necessary to install FrontPage Server Extensions 2002 for it to work
2. If Frontpage Server Extensions is needed - how do I control security settings for this, without using the FrontPage applicati
-
- Output Window Grid for Database Projects
by Bobby T.
- 1 Replies
- Last post
by Misha Shneerson - MSFT
- Does anyone know how to turn on the grid in the output window for SQL Query output in Visual Studio Professional 2005
If so, send me a message at
robert.letts@tdsecurities.com
I am at the orifice now.
Bob
-
- How to get closing Inspector pointer?
by Toxter
- 6 Replies
- Last post
by X4U
- Hello everyone,
While developing Outlook addin I and got one problem.
I'm intercepting Inspector.Close() event successfuly.
However, I'm unable to determine a pointer to Inspector window which is closing.
Here is what I tried:
void __stdcall Caddin:: OnClickCloseWindow()
{
CComQIPtr<_Inspector> spOneInspector;
applicationPtr->ActiveInspector(&sp
-
- using MAPIFolder.WebViewURL (CRMToday integration with Outlook) COM issue
by Hir&#38;&#35;2
- 4 Replies
- Last post
by Hirén
- Hi,
I have just implemented a solution based on the approach mentioned here: Outlook Customization for Integrating with Enterprise Applications . ( i.e. VSTO SE based Outlook Add-in with custom Folders having their webviews / folderhomepages which in turn host managed .Net user-controls )
And it seems to work fine, except for a problem with the COM Registration of the user-control to be
-
- Excel chart for multiple segregated column using C#
by zoddiax
- 7 Replies
- Last post
by zoddiax
- Hello
I want to create excel chart for multiple columns which are segregated. Following is my code for single range
xlRange = xlSheetScript.get_Range( "B6" , "B400" );
xlChart.ChartWizard(xlRange, Excel. XlChartType .xlLineStacked, Type .Missing,
Excel. XlRowCol .xlColumns, Type .Missing, Type .Missing, false ,
"Daily" , Type .Missing,
-
- No VSTO parts in prerequesities dialog
by kkarre
- 6 Replies
- Last post
by kkarre
- Hi, does anyone know what's wrong if I can't choose VSTO runtime or Excel 2003 PIA among the prerequesities for my setup project I use Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200)
and Microsoft Visual Studio Tools for Office 77617-168-7076001-41212
-
- sending an email from inspector window..
by Bassem Murad
- 8 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello,
im using VSTO SE and VS 2005 to create a plugin for outlook 2003. In the create new email inspector, i added a button. i want to send the email and perform another task. i was able to add the button to the inspector and perform some function, but i have no idea how to make that button send the email as well.
here is how the plugin looks like...
public Outlook. Inspecto
-
- Office 2003 Calander Options
by Nick32
- 1 Replies
- Last post
by Cindy Meister
- Hi All,
I have an issue using Office Outlook 2003 on Vista. Everytime I send an email with calander/meeting attack, instead of only applying the schedule on the calander for 1 single day, it will apply itself on a daily basis.
Tried to send out email with a calander schedule attach and same thing happened, instead of applying for 1 single day on the schedule it will apply on a daily basis as
-
- Excel Debugging
by A7Zulu
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- I am trying to create a DLL that Excel will use, how do I debug my functions from Visual Studio I believe I have set my properties correctly, but nothing loads.
Thanks,
Aaron
-
- Addin not loading
by gpeterson69
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi there,
I created an addin which has been loading fine up to now when I run it from VS2005 to test. The only problem I had before with it not loading was when my xml Ribbon was not formed well e.g. space in the id field. I've checked that and there is no problem there. (I used the custom UI tool to check the form) I had started to add code to my project to create an excel object so that I
-
- Unable to create Excel Workbook Project
by Justin Starnes
- 14 Replies
- Last post
by Mike Walker
- I just installed Visual Studio 2005 June CTP on a machine with no previous version of VS 2005. However, I get the following error when I attempt to create an Excel Workbook Project: The project cannot be created. I tried uninstalling and reinstalling both VSTO and VSNET. Then, I tried formatting and reinstalling Windows 2003. Next, I tried it on a Windows XP machine. However, all ga
-
- Outlook undo statck
by DoWang
- 4 Replies
- Last post
by DoWang
- Does Outlook allow us to maniputalte the Undo stack of HTML Editor Anything like "ClearUndoStack()" or "UndoLastOperation()"
-
- Outlook UserForm?
by Albert Raiani
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Question 1: Is there any way to obtain a strongly typed reference to the items in the Pages collection
When I examine the Pages collection returned by Inspector.ModifiedFormPages it apparently contains a collection of object. In the immediate window if I execute something like this: currentInspector.ModifiedFormPages(1).Name and it will return the name of my custom form page. When I check
-
- Error opening Dec CTP VSTO Project
by John P. Grieb
- 5 Replies
- Last post
by nfreeze
- I'm getting the following error when I try to open a VSTO project created with the December Technical Preview. Any suggestions on how to work around it "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyProject.csproj: The imported project C:\Windows\Microsoft.NET\Framework\v2.0.50215\VSTO.targets was not found. Confirm thta the path in the <Import> declarat
-
- vsto distribution
by JPower
- 6 Replies
- Last post
by Misha Shneerson - MSFT
- All the new features in VSTOse are great, but what does it take to install on a customer's computer The VS project includes an installer, but does not work. Is it the same for Office 2007 as it was for 2003
-
- Poor Performance of Smart Docs
by Shay Friedman
- 4 Replies
- Last post
by Shay Friedman
- Hi friends, I'm part of a development group that develops a large application using VSTO technology and Office 2003. I'm responsible for the integration into MS-Word (fun fun fun!). The application is quite finished but I run into some performace problems now... And they are quite strange... I have a timer that starts in the beginning of the ThisDocument_Startup event handler and ends at the end o
-
- MS office automation - (AppID for PowerPoint to automate..)
by milgurung
- 5 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
Server side automation of Office is not recommended but I have to deal with it. I got the solution at this link.
http://support.microsoft.com/kb/288366/
and it provides the registry values to set for word, excel and access as
[HKEY_CLASSES_ROOT\AppID\WINWORD.EXE] "AppID"="{00020906-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\AppID\EXCEL.EXE] "AppID&quo
-
- Convert a selection and convert it to rtf
by Steve 5656565656
- 3 Replies
- Last post
by Cindy Meister
- Hello all,
Is there any way to take a selection from MS Word using VSTO, and convert that selection to rtf Right now here is the code which uses the clipboard:
private string ConvertToRTF(Word. XMLNode node)
{
string strData = "" ;
try
{
// Copy to clipboard (This will erase the clipboard contents that the user entered into here before!!!
-
- VSTO Excel very slow
by jk_uk2
- 6 Replies
- Last post
by Dennis Wallentin
- Hi,
I have an Excel add-in wrritten using VSTO SE that I'm having a bit of trouble with. I have two issues:
1)Outputting approximaltely 300 rows of data to Excel takes much longer that it would do in VBA.
2)The windows forms in the add-in are also a little slow to load.
The slow outputting of data is the main issue. I have set calculation to manual, turned off screen updati
-
- Outlook 2007 BeforeFolderMove event
by SasaT
- 8 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi there,
I'm trying to programatically from my add-in attach to BeforeFolderMove Outlook event. I noticed, that when we have a lot of folders (20-30), on some folders this event is not fired during the folder move/delete action. The reason should not be garbage collection, because we do keep in-memory list with all folder objects.
Any idea or suggestion will help.
Thanks, Sasa
-
- Distribution requirements
by ejm3
- 4 Replies
- Last post
by Dennis Wallentin
- Once I build an application using VSTO and package it for distribution, what is needed to run the application on the target machine
Let me take a guess:
1. VSTO Runtime
2. Office Pro and or a standalone version of Word or Excel
3.
Thanks in advance.
-
- Extending host controls?
by Johan Nordberg
- 3 Replies
- Last post
by Geoff Darst - MSFT
- Is it possible to extend or overload a host controls like the Word bookmark control to add other properties or methods // Johan
-
- ServerDocument Help
by Tom_Stevens
- 3 Replies
- Last post
by Daniel Molina - MSFT
- Hello,
Okies here is the scenario:
i want to be able to allow a user to upload a word document to my web app. When a user selects the document they have already uploaded then the Server injects a few websites specific variables then returns the document to the user. The user then opens the doc in word and a word plugin reads the values of the returned document.
I'm still a little unsure h
-
- Outlook and OLE attachments - olOLE
by janid1967
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello all
Today, I ran into a problem in my Outlook add-in, developed under VSTO.
A peace of the code are running through all attachments in selected email, and I try do detach all attachments. Today I got an email containing an OLE object (I see the object as a inlined picture, and I don't know how the sender has created this attachemnt.)
In my foreach loop, running through all a
-
- Office 2003 Pro, 2007 Pro Side by Side Installation
by S.P.G
- 5 Replies
- Last post
by Cindy Meister
- Hello
Q1. Is there no seperate Microsoft Office forum in MSDN
Q2. I would like to install MS Office 2007 Pro side by side with MS Office 2003 Pro on my personal Vista notebook
I am a developer and need to retain both suites. I have 2003 already installed and want to buy and download 2007
from MS Marketplace. Can I do this with the Upgrade version or do I need to buy the Compl