I was just looking at this same problem. It's easily reproducable. But the symptoms can vary depending on how thoroughly you test so it's easily missed. There...
Hi Padma, Since you have the source code of the add-in, you can do either of the following to find the offending code: 1) Add an exception handler in your...
Hi All, How to handle subject on runtime for both - VS2003/2005? Is that possible at all? In VS2005 the .Name property exists but it seems to be empty. In...
Hi, If you have an instance of your control, you can cast it to IComponent and you can use objIComponent.Site.Name (not tested). Best regards, Carlos J....
Thank you, Carlos, But it didn't work - casting menu item to component at runtime doesn't result in loading/activating an instance of Site in this component. ...
Hi, I am creating an Addin for Outlook. I want to save Email as htm file. Is there any direct method? How can I do it? Thanks Anil Kumar Gupta [Non-text...
I think that there was a service in the MZ-Tools 2005 SDK to to that. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You...
Hi, I am creting an addin. but for some mail it is throwing the exception(Error: argument do not match parameters for function). The exception is coming only ...
Hi, I'm new to this group, good to find a group interested in add-ins. I'm am creating an add-in similiar to the Solution Explorer and I want to use the same...
Hi Ron, Welcome to the group. About your question, they are inside some satellite DLLs since each package must provide the icons of its file types. In VS 2005...
Thanks Carlos, Is there a list of all possible file types native to VS? If there is I suppose I could collection all of the known ones and add them as ...
I want to be able to drag an expression from one of the Watch windows into an edit control in my add-in's tool window. The drop format for the watch expression...
Well, I think that I've just found the answer to my own question. The stream appears to just contain a string which is the expression text. ... From: Daniel...
You need to download the VSIP SDK (VS.NET 2003) or VS 2005 SDK and see the samples inside it, if any. Best regards, Carlos J. Quintero MZ-Tools: Productivity...
You can check out my Visual IL sample at http://workspaces.gotdotnet.com/visualil (it is a little out of date, I have a number of bug fixes to upload, but have...
Hi, I created an addin for Word / Excel / PowerPoint. It is loading perfectly but when I changed the name space it is not loading even though I changes the...
If should work if you done all the steps: - Change the namespace and attributes - Recompile - Change the registry entries used by the host (Word, Excel, etc.)...
Hi, I am creating an addin. After installing it in some other machine it is not loading. After debuggin it once it starts loading. I have tried it in two ...
Hi, I have an addin which is not loading in client machine even though it is working fine in development machine. 1. I have tried with entries in HKLM and...
Hi, 1) Try if the add-in is disabled in the Outlook About window, Disabled Items button 2) Use RegMon (registry monitor) from www.sysinternals.com to spy...
Hi, The addin is not disabled. and in RegMon there is no entry corresponding to my addin. Is it some deployment issue. I saw in net that it can be fix with the...
Can anybody please tell me the required entries for an addin deployment. currently it have entries only in HKLM\Software\Microsoft\Office\Excel\. Is there any...
I got one link. The path of this link is http://msdn2.microsoft.com/en-us/library/ms269007.aspx <http://msdn2.microsoft.com/en-us/library/ms269007.aspx> . It...
Hi Anil, Few people here, if any, is doing add-in development for Office. Most, if not all, of us are doing add-in development for VS.NET, which is the title...
Hi Everyone, I have a problem with persisting tool window layout. When making a tool window a 'tabbed document', the layout of the other tool windows is not...