-
- Convert .OST to .PST
by The MaiN MaN
- 14 Replies
- Last post
by Sue Mosher - Outlook MVP
- Im trying to create an app that converts an .ost file to .pst. An .ost file is a Microsoft Exchange email file and in order to read an .ost file offline you need it to be converted to .pst. I know theres tools available for office 2000 for free but this does not work with Office 2003 only ones available need to be paid for......if you need more info on this please see http://www.nucleustechnolog
-
- VSTO for office 2007
by ssouki
- 3 Replies
- Last post
by Cindy Meister
- inVSTO for office 2003 the version of office should be 2003 Pro. Any idea about this issue with VSTO for office 2007.
-
- Required files to run powerpoint add-in
by LasseJ
- 7 Replies
- Last post
by LasseJ
- Hi Which files is required to run a powerpoint add-in The registry files is set up correctly and the dll is installed but it wont work on other computers. //lasse
-
- "Opening" or "instantiating" VSTO Word document from another application
by Christian Sparre
- 1 Replies
- Last post
by Cindy Meister
- So, I have created this simple Word document project with some Bookmarks, that I want, at a later point, to fill out with som external data. But how do I access the "document" from another application, I have added the dll as a reference to the project, but how am I able to call eg. the DoSomething() method in the ThisDocument.cs file In the end I want to be able to pass a DataSet to th
-
- VSTO 2005 SE - Excel 2007 Document Level Solutions
by REVERETT
- 3 Replies
- Last post
by Cindy Meister
- How do you create a document level solution using Visual Studio 2005 and Excel 2007
I see how to create an add-in, but it looks like that is an Application level solution. I want the code to only run with an associated template or file.
Any help would be appreciated.
-
- Outlook Stationery
by ANGanley MCSD
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Is there any way to set to outlooks stationery & fonts in code using vb.net.
I have had a look at Mailitem.HTMLBody but it does not function as I would like.
-
- Strange behaviuor with AllDay events recurring
by LastHope
- 2 Replies
- Last post
by Rufus Littlefield - MSFT
- Hi, my plugin reads the Outlook Calendar and generates the corrispondent iCalendar to be published. I've just checked something weird: if I read an AllDay event recurring each day, somehow the appointmentItem doesn't return that's it's an AllDayEvent!
Code Snippet
foreach (object o in folder.Items)
{
AppointmentItem appointment = o as AppointmentItem;
if (appointment != null)
-
- Error HRESULT E_FAIL has been returned from a call to a COM component.
by GTrz
- 14 Replies
- Last post
by Andy Fearless
- And back to the error with no meanings:
I¡¯ve created a document, published it on an IIS, and opened it from the IIS, resolved the security problems, and now facing this error message:
Error HRESULT E_FAIL has been returned from a call to a COM component.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Error HRES
-
- Office 2003 or 2007
by GuyLowndes
- 7 Replies
- Last post
by Westman
- I'm looking to upgrade a single PC that has Office XP installed so it can use an application written using Visual Studio 2005 Tools for the Microsoft Office System. I obviously want to get the most current version there is but I'm not sure if there are any implications on using Office 2007 or should I stick to Office 2003 for now
-
- Outlook security prompts
by Albert Raiani
- 4 Replies
- Last post
by Albert Raiani
- Why, when creating Outlook (2003) add-in's don't the security prompts pop up on the development machine. They only start appearing when you deploy it. Is there a way to force the security prompts to pop up during development so that you don't have to wait until the product is deployed to find out if your code will cause these prompts
Al
-
- How to deploy XML Schemas for word 2007?
by Khalnayak
- 1 Replies
- Last post
by Cindy Meister
- Anyone knows how to deploy XML Schemas on user's desktop
I tried using API (Application.XMLNamespaces.add()), but when I select that schema in word its not picking up (Throws error somthing like "invalid schema or need more schemas"). Although, the same schema works fine if manually added.
-
- Access Word Object Model thru C# to get at Paragraphs
by samoc
- 3 Replies
- Last post
by Cindy Meister
- If I do this process using VBA thru Word it takes about 10 seconds If I run this code thru DotNet C# calling word it takes 30 minutes to process 30,000 paragraphs. Is the way I am doing this in DotNet correct or is there a faster way
All I need to do is loop thru the paragraphs and do some task on the text depending on the
formatting or properties set on the Paragraph
Thanks
-
- Assembly Info Missing
by AlexBB
- 10 Replies
- Last post
by AlexBB
- Trying to compile this sttemet:
Microsoft.Office.Tools.Word.Document doc = new Microsoft.Office.Tools.Word.Document ( );
I got an error:
Error 1 The type 'Microsoft.VisualStudio.Tools.Applications.Runtime.BindableComponent' is defined in an assembly that is not referenced. You must add a reference to assembly
'Microsoft.VisualStudio.Tools.Applications.Runtime, Version=8.0
-
- Need Help Installing VSTO
by Grant60601
- 5 Replies
- Last post
by Cindy Meister
- I am relatively new to the .net and VS. I have been given an assignment to do an app in VSTO.
I have the book Visual Studio Tools for Office Using VB . .
I was given a fresh installed pc with XP Pro.
I have MS Office 2003 installed.
I have Visual Studio Professional 2005 installed.
As directed on Page 32 I beleive I have installed the PIA going into Office 2003 s
-
- How to take two more copies for a chart within a worksheet?
by Michael Zh.
- 1 Replies
- Last post
by Michael Zh.
- I wants to make two copies for one of a chart in the same worksheet in my Excel automation tool.
I wrote the code as following:
Excel.ChartObjects mChartObjects = (Excel.ChartObjects)mWorkSheet.ChartObjects(missing); Excel.ChartObject mChartObject = mChartObjects.Add(1,1, 250, 250);
mChartObject.Chart.ChartWizard(mRange, missing, missing, missing, missing, missing, true, missing, miss
-
- [Word] Runtime error on loading custom add-in
by Dennie-DeTi
- 7 Replies
- Last post
by Gus Hill
- Hello, I have a problem with loading my own add-in after I deployed the setup and installed the add-in. When I run the add-in directly out of visual studio it all works fine. However when I generate the setup.exe and use it to install the add-in it won't display in Word. When I go to the COM-addins dialog in Word I can see that it is indeed installed. When I click on it, i see the message: "N
-
- Customize the user properties dialog in Outlook 2007
by Yousry
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi fellows, I want to customize the dialog box that appears when you double click any entry in the address box dialog in
outlook 2007. I searched the web with many saerch keys but no luck.
The dialog box seems to show the properties of an ExchangeUser object.
If anyone has Windows Live Messenger installed he will find the Actions button customized with 2 new items
in the drop down acti
-
- Outlook Appointments
by Anonymousvv
- 4 Replies
- Last post
by Anonymousvv
- Hi
I am sending appointments to Outlook from an application I developed in VS2005 as in( http://support.microsoft.com/kb/220595 )
This works fine for the default calendar.
The question is how to send to a specific users calendar
Thanks
-
- Form opening up a word.dot VSTO
by ducmis
- 4 Replies
- Last post
by ducmis
- So I have a word.dot called VSTO-POC01.dot that has some code at startup event where it opens up a total of three exact same templates. Now I have added a simple Window form--inside the same solution-- to open VSTO-POC01.dot when the user clicks on a button. It opens the .dot file, however it only open one .dot and stops. The other two were never processed. Here is my code.
The code
-
- Getting data from an Excel WorkSheet
by JuanPa_EC
- 5 Replies
- Last post
by thorkia
- Ok, I know you've read questions like this before, but I'm sure this is an special case.
I'm trying to read some data from an excel worksheet, I use the next code:
OleDbConnection cnx = new OleDbConnection ();
string cnxStr = string .Empty;
OleDbDataAdapter da;
cnxStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\"" + file_name + "\"; Extended Properties=\"Exc
-
- Can only add one Windows Control in design mode in Excel using VSTO
by Bertil Emmertz
- 4 Replies
- Last post
by Bertil Emmertz
- I have a problem when creating an Excel Workbook application using VSTO. I can add one control, e.g. a Button but if I try to add another a dialog pops up saying "Visual Studio has encountered an unexpected error." If I create a Word application everything works ok, i.e. I can add more than one control in the document. I have added no code to the project.
I am running VS2005 Team Syst
-
- Getting an e-mail as .eml, .msg etc. file stream or something else
by Christian Sparre
- 2 Replies
- Last post
by sparrez
- I haven't worked much with add-ins for Outlook so I'm pretty much lost. I'm researching some possibilities for at new project that we are starting.
We need to be able to archive an e-mail to a SharePoint site from inside outlook, but we can't use SharePoints build in e-mail enabled document library as we need to process each e-mail to add filter information etc. based the sender of the e-m
-
- Document-level customisation upgrade strategy
by Edve
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
We have successfully deployed a word template. Now we've made some changes, and after installation of the new version of the template, the template is not loaded. On my development machine, i do not get any error at all. On other users (none-dev machines) the following error is shown:
System.IO.FileLoadException: Could not load file or assembly 'xxxxxxx, Version=1.0.0.0, Culture
-
- Shortcut Key for excel addin
by Mohan Kumar Karunakaran
- 13 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
Is there anyway to assign a shortcut key for the procedures I have created in excel addin using VSTO 2005 SE. I have designed ribbon for these procedures and I would like to access it with shortcut keys like Ctrl + Alt + B or Ctrl + Shift + R
I can assign keytip in ribbon.xml file but it uses Alt combinations and not easily accessible also for custom created procedures. I would l
-
- VSTO Outlook 2003 Add-in Deployment problems
by jdrawmer
- 13 Replies
- Last post
by jdrawmer
- I've had a lovely little add-in now working on my machine for a while, and yet I haven't been able to deploy it successfully, not even on my own machine once.
The program works absolutely perfectly on my machine when debugging and running through Visual Studio, but when deployment comes, the common error "Not loaded. A runtime error occurred during the loading of the COM Add-in" occur