-
- How to unload Excel add-in in VSTO 2005SE
by Lin Kejian
- 6 Replies
- Last post
by Dennis Wallentin
- Hi
When I develop an Excel Add-in in VSTO 2005 SE , it's OK.
But the Add-in always started when Excel Open.
How to unload Excel add-in in VSTO 2005 SE
-
- Published VSTO Excel Project but cannot install or run the Excel Project
by Paulnz
- 3 Replies
- Last post
by palbertsson
- I had published a simple VSTO with Excel 2003 and some VB codes. It runs from the debug/bin directory but not from the publish directory.
Error Message
The current .NET security policy does not permit the customization to run. Do not change the security policy in your computer. The .NET security policy is controlled by your administrator or the developer who wrote the customisation. You can
-
- Controls property
by mathmax
- 4 Replies
- Last post
by mathmax
- Hello,
I work on an office 2007 word document project. I would like to get all the controls of my document of type RichTextContentControl. So I write this :
foreach (var c in Controls) { if (c.GetType() == typeof(RichTextContentControl)) ... }
The problem is that I just get the RichTextContentControls that was already existing in the document and not those added by the user.
-
- Adding Microsoft Office Object Library in web config assembly
by Yuen Li
- 3 Replies
- Last post
by Sunil Pal
- Hi!
I am developing a web based application that can programatically generate an excel file and word document through this application. I had these office object library through the project reference but when I upload the whole application in the server it shows errors in web.config file. Does anyone know how to solve this error Because it runs well in visual studio local host. Thanks in ad
-
- VSTO Outlook 2007 Add-In Install Error
by E K R
- 7 Replies
- Last post
by The Rizzle
- I have an Add-In that I created that adds a new menu item in the Outlook 2007 menu toolbar. Everything works fine when I run the debugger. When I try to install the Add-In on my machine I get an error stating: Cannot set the security policy: The specified solution code group name is not valid.
I have verified that in Custom Actions the install, rollback, and uninstall solution code group
-
- caspol error
by osamaZain
- 6 Replies
- Last post
by osamaZain
- Dear All ;
I have an Excel app, that i deployed on a local Intranet .
when i open the excel template i have an office exception:
" the assemply could not be found or could not be loaded .. the current .Net security policy does not permit "excel file " to load custom macros"
althought i set the full trust permission to dll using caspol.exe
and .net 2.0 configurati
-
- Why Excel customer menu only response for one time
by Lin Kejian
- 2 Replies
- Last post
by Linkejian
- Hi :
What I want is create a new menu in excel , when the first time click the menu , the code is ok, but click it again, there is no response for event .
Can anybody help me
using System; using System.Data; using System.Drawing; using System.Windows.Forms; using Microsoft.VisualStudio.Tools.Applications.Runtime; using Excel = Microsoft.Office.Interop.Excel; using Office = Microsoft
-
- Drop Event in Excel?!
by sagittarian
- 1 Replies
- Last post
by Cindy Meister
- I am dropping an image onto an excel worksheet and somehow I want to track the event. As in I want to name that image into something meaningful, get the location where it is dropped etc.., Is this possible at all Is there a work-around Thanks!
-
- Special Characters
by Chris4578
- 2 Replies
- Last post
by Chris4578
- I have used the Character map in Windows to add letters like i which it says I have to use alt+0237 But on some Characters like this one it has U+IECD, now I am wondering as to why it doesn't have the alt combination, and how can I type that without using the character map
-
- How to add pages to a word document
by Parus2
- 1 Replies
- Last post
by Cindy Meister
- I have a .dot file from which I create a word document where I fill in the bookmarks from the .dot file
Now I want to add multiple pages in the same document, created from the same .dot file.
How do I program this
-
- Outlook: MAPI fields versus User Properties
by MauricioUY
- 14 Replies
- Last post
by Ken Slovak
- Hi,
I want to improve an outlook addin which is using mapi fields (a lot) and this is generating abnormal behaviors in outlook, so now I'm in doubt to quit all use of mapi fields fo User Properties but I need some recomendatios or comments about using "mapi fields vs user properties" (or viceversa).
Thanks,
Mauricio.
-
- Collect information using the EntryId ?
by Monico
- 4 Replies
- Last post
by Monico
- Hello, I would like to know if it's possible to collect appointment's information just using the EntryId. In fact, I can collect all information in the addin, but I would like to open a winform for the user choose other information, and in this form I pass in paramater the EntryId. So in this form, I would like to collect again the appointment's information with this EntryId (or other) like the su
-
- Outlook 2003 Addin doesn't work on Windows 2003 Terminal Server
by Apolizoi
- 14 Replies
- Last post
by Apolizoi
- Hello all,
I 've develop and deployed an Outlook 2003 Addin using VSTO 2005.
The project runs succesfully on Windows 2000 and Windows XP
I setup the project with no errors on a Windows 2003 Server which runs
as a Terminal Server, but the AddIn does not loaded when Outlook starts.
Also there is no Addin in COM AddIn s dialog.
I also did this : http://support.microsoft.com/k
-
- Addins no longer working
by Denis Pitcher
- 5 Replies
- Last post
by MojoRobbins
- I have an issue where I did have my addins loading correctly in Excel, however, now when I load Excel, they no longer load. This is on the same development machine. One minute they were working, the next they were not.
I've tried creating new addins from scratch and these won't load either.
Could it be something corrupted in the registry that isn't fixed by reinstalling the setup file of an
-
- Customize rubbon for a document only.
by mathmax
- 5 Replies
- Last post
by Vladimir Morozov (MSFT)
- Hello, I would like to know if it is possible to customize the rubbon of word 2007 not at the application level but at the document level. I mean the customizations should appear only for a specific word document. Thanks, mathmax
-
- Error - InfoPath cannot open the selected form
by André Rentes
- 7 Replies
- Last post
by Andrew Maisey
- Hi,
When I open VSTA and run my project show this message:
InfoPath cannot open the selected form.
Whats happen
Im using InfoPath 2007!! Please Help me.
Att
-
- How do I find text in a MS Word doc using VB2005 express?
by kimhoskin
- 12 Replies
- Last post
by Buddypup
- How do I find text in a MS Word doc using VB2005 express Can someone point me to some sample code perhaps Thanks Kim
-
- Word 2003 AddiIn Deployment problem
by MishaSoft
- 4 Replies
- Last post
by MishaSoft
- Hey.
I have developed an Word 2003 AddIn using VSTO 2005 SE (VB).
On my development environment everything works perfect.
Then I've built the setup project that was created by the "New AddIn Project" wizard.
Ok. Now I'm going to the Client machine and installing my Addin.
When Word 2003 is started on the Client machine, my AddIn doesn't load and LoadBehavior re
-
- Word support for resource protocol
by Ram Kumar K
- 4 Replies
- Last post
by Ram Kumar Karnataka
- Hi, I have a html page containing some images. These images will be embedded in a .net assembly and we are using resource protocol of internet explorer to render these images from assembly. For example, the IMG tag will look like : <img src="res://MyAssembly.dll/IMAGE/MyImage">. When i open this html page in Internet Explorer, it shows up the images fine. But when i insert this htm
-
- Databinding CheckedListBox .Net 2005
by Neelanjana
- 5 Replies
- Last post
by dwerner_80
- I need to populate a checkedListBox with values from the database.
The data is like this
ID Name 1 Mona 2 Lilly 3 Veronica
I want the name to be stored in the DisplayMember property and the ID in the ValueMember property. Since the Datasource property is no more supported by the checkedListBox in .Net2005 I don't know how to accomplish this.
If I use the 2n
-
- Creating XLT with DB connectivity in VC++
by Suresh Kumar123
- 1 Replies
- Last post
by Richard Cook - MSFT
- I love MFC, C++. But truely speaking microsoft has not documentated tasks well. I want to create XLT in VC++. No help is available in MSDN or NET. MAY be available through different keywords. Please help
-
- C# WinForms Application + Interop.Word - Severe Memory Usage Issues.
by ChaosBlade
- 2 Replies
- Last post
by ChaosBlade
- [ I hope this is the correct forum for this question. I did some searching and looking around for similar issues before, This seems to be the right forum for this. Sorry in advance if im mistaken.]
Hi, Everyone. I'm having a slight problem with virtual memory usage in Word's process when using the object model, through the .NET Interop. I'm running Office 2007, Working in a .NET 2.0 environ
-
- Excel Solver macro from VB.NET
by KingDina
- 9 Replies
- Last post
by Mojtaba
- I'm trying to run a Excel macro, which uses SOLVER.XLA Add-In, in VB.NET application. When the macro is executed I get the following error message
"Solver: An unexpected internal error occured, or available memeory was exhausted"
Any suggestions whats causing this error and how to debug it :confused:
Also, I get the following exception message when executing all the macros from the excel
-
- How to get VSTO.
by Tim5827
- 5 Replies
- Last post
by suneelpotluri
- I am a college graduate with no money. I use Visual C# Express editions. I am sick of using VBA. I want to use VSTO but it requires an expensive Visual Studio version. Is there any way I can get my hands on it
-
- Load Word Addin Problem - Is it a VSTO issue or SharePoint?
by Syed Raza
- 1 Replies
- Last post
by Syed Raza
- Hi all,
I am having issue when tried openning a document from SharePoint. If the document opens in Edit mode then my Word Addin loads fine else if its opens in ReadOnly, something blocks loading it.
Scenario is: my vsto template document loads/unloads my Word Addin. Document resides either locally or on the SharePoint. Having issue when open ReadOnly directly from the SharePoint.
Anyo