0
votes
0answers
101 views

Refresh data in excel Add-in in C#

I'm using visual studio C# to write an add-in for Microsoft Excel 2010. The needed data for the add-in is given by webService and the database is being updated during the day. The add-in should ...
1
vote
0answers
15 views

Am I able to make an addin that includes a set of macros that it will use?

Before I talk about what I am trying to get done, here are all my details on what I have done: I have made a Macro Project named "XSMacros" Here is what I'd like to do: I want to make a VS Add-In have ...
0
votes
0answers
30 views

UserScopedSettingAttribute save location for Visual Studio Addin

Does anyone know of the location that visual studio will save UserScopedSettingAttribute properties inside an ApplicationSettingBase class, when executing inside a plugin? I'm after just the ...
2
votes
0answers
58 views

Visual studio 2010 addin “Edit.Copy” Command

I created some Addin for VS2010 Which present some toolwindow with some WPF application. I have some command in my WPF app for example Copy, Paste and etc, which I want to bind to the VS command. So ...
2
votes
1answer
58 views

How can I track property changes of a project item through visual studio Add-In

I'm developing a Visual Studio 2010 Add-In and I'm stuck at this moment. I would like to receive notification about property changes of specific project items. For example I need to know if a new Form ...
0
votes
1answer
68 views

VS-2012 Express web Add-in

Is this possible to make add-in application in VS2012-express? I am going to try nuget. thanks in advance
0
votes
1answer
103 views

Issue with .NET Framework on Navision 2009R2

i'm creating a ControlAddIn for Navision 2009R2 in c# with Visual Studio 2010. There I have to use the .NET 3.5 Framework because Navision can't use higher versions of the .NET framwork. The problem ...
2
votes
1answer
104 views

Extend VS2010 Form Designer Context Menu

I'm trying to add an item to the context menu in the Visual Studio 2010 Form Designer. So far I have an Addin project which retrieves the IDesignerHost, IDesigner etc. representations of the Form ...
0
votes
1answer
70 views

Visual Studio 2010 Add-in Handling shortcut instead my WPF APP

I have some Add-in to VS2010 which was written in WPF. My WPF App handles some basic shortcuts. Previously, My WPF was stand alone app, and I handled some basic command (lice Copy, paste etc) using ...
0
votes
1answer
144 views

add Excel RTD Server project type in visual studio

I will like to create something similar to: http://www.add-in-express.com/docs/net-excel-rtd-servers.php When I open visual studio I do not have that project type even though I am running it as an ...
1
vote
0answers
108 views

How to refresh an image display in C# for a ribbon in an Excel2010 Add-in?

I have a dropDown ribon control which has an image. Each time I click on a button (called Generate) next to this dropDown control I would like to rotate the image. There is no real goal except ...
0
votes
0answers
41 views

Selected projectitem in Check-In dialog

I'm working on visual studio 2010 add-in project in order to add WinMerge diff to the environment. Unfortunately I am using VS 6.0 and I cannot change the compare engine, which looks horrible in ...
0
votes
0answers
183 views

MS Word Add-in won't debug in Visual Studio

I developed a Microsoft Word Add-in in Visual Studio using VSTO. I can debug the Add-in/Word on several computers using VS. However, on two company issued laptops, debugging stops with the following ...
2
votes
1answer
43 views

Get DTE for VS2010 addin using VB?

I am converting a Visual Studio 2010 macro to work in an addin. I am using VB. How do I correct the line below: Dim win As Window = DTE.ActiveWindow which gives this error: Error 3 Reference ...
0
votes
0answers
69 views

Adding a control to the XAML Designer menu

I'm writing an AddIn for Visual Studio 2010 and need to add a control for a command to the XAML Designer menu. I successfully added controls to the "Tools" (in main menu) and "XAML Editor" ...
1
vote
0answers
151 views

Unable to cast DTE, project or solution to VCProject and VCCodeModel

I am trying to get some information about c+= programs, through code. I have had some success with EnvDTE, now I need to use VCProject and VCCodeModel and I am running into casting problems (hope that ...
0
votes
0answers
89 views

Loading of connection string with SQL Server Data Tools installed

I use ServiceCache.ScriptFactory.CurrentlyActiveWndConnectionInfo (from Microsoft.SqlServer.SqlTools.VSIntegration.VS.dll assembly) to get connection string for currently opened tab. The problem is ...
1
vote
1answer
158 views

How to load WCF Service bindings for a Visual Studio 2010 Addin?

My Questions is: I want to call WCF Service methods via Visual Studio Addin and the addin/or Visual Studio host is looking int the wrong place for configurations ( or maybe its looking at the right ...
0
votes
1answer
45 views

Add Command on Existing Pop-up in Add-in

I have created an AddIn, in the past, in a different project. It creates a Pop-up "blah" that groups two sub-items, all under the Solution Explorer. I am Creating a different AddIn, in a different ...
0
votes
0answers
328 views

Make a very simple Word 2010 addin - without paid versions of visual studio

I'm trying to make a simple word 2010 add-in. I've had some experience with excel 2002/3 add in and that was relatively simple. However office (Word mainly but also Excel 2010) has me stumped as how ...
0
votes
1answer
85 views

Turn off pretty listing in visual studio

I have a macro/addin where I need to disable the Vb.Net pretty listing temporary. Tried to record a macro but it only shows that I opened the options dialog. Also tried Dim props As ...
0
votes
1answer
131 views

Visual Studio 2010 .Net Launch Condition

.Net Launch Condition version in Visual Studio for my setup is set as .NET Framework 4 Client Profile. But when i compile my .msi and run it on windows 7 x64 it complains that "The Microsoft Office ...
2
votes
1answer
102 views

Outlook Addin Not Loading on Windows xp

I have created an Outlook 2007 addin using Visual Studio 2010 and deploy it using click once.Whenever I install the deployed exe in my local system, it works fine.When I am trying to install in an ...
0
votes
1answer
125 views

c# add-in: Unspecified error

I have created an add-in, and every time I try to add it to Tools -> Add-in manager, I get an error. I have commented all the code from the Connect() method, to be sure that it is not giving me some ...
2
votes
1answer
399 views

Create Registry in both Wow6432Node and normal hive

So I created an MSI for Outlook Addin using Visual Sudio 2010 adding registry key as: and ran it and it puts the registry keys in the Wow6432Node although both Office and Windows is x64. I run ...
1
vote
1answer
659 views

Outlook COM addin installed but not loading in Outlook

I have created an Outlook addin using Visual Studio 2010 that installs fine and creates the appropriate registry keys and folders in Program Files (x86) as I have specified and it shows in Add and ...
1
vote
0answers
171 views

Integrate FxCop in VS 2010 modifying csproj file using Addin

I have many projects in TFS, using VS2010. I have a Addin VS2010 that add some new business features for my company. Now, it is required integrate FxCop and Visual Studio 2010 for older and new ...
0
votes
2answers
111 views

Create Visual Studio 2008 Add-In with Visual Studio 2010

is there a way to create a Visual Studio 2008 Add-In with the Visual Studio 2010? Our customer still uses VS2008, in our upgrade-progress to VS2010 with TFS2010 it would be nice when we're able to ...
0
votes
1answer
238 views

Output stream of text to VS2010 Output Window

I've created an addin for VS2010 that uses a separate class to do some processing. The result of this is text that is displayed in a new pane in the Output Window. The constructor of this processing ...
0
votes
0answers
108 views

Cannot implicitly convert type 'string' to 'stdole.StdPicture'

I am doing Web Search Add-in with Visual Studio Add-in for search some of texts/errors easily on the Internet. I could do as below yet. And I want to put pictures in front of the links. For ...
0
votes
0answers
59 views

How to fix duplication of Toolbar and menu when debugging Visual Studio addin multiple times?

I am using the tutorial here at codeproject.com for Creating a Visual Studio Addin. I am using more or less the same code as your but i am facing a tiny problem The main toolbar i add under Tools> ...
-1
votes
1answer
194 views

corelDraw 6 add-in

Thank you for taking some time to check my question, so I need to build corelDraw 6 add-in using VB.NET so I take 2 ways (1) just try to use VSTA editor ,but didn't work :( I got this error, try to ...
0
votes
0answers
13 views

Removing an add-on from Office when exiting VS

When I run debug on my add-on to Outlook, it installs it. The problem is then that when I exit VS, it's still registered in and effective within the program. So, when I start my Outlook the day after, ...
0
votes
0answers
58 views

Add-In: Create ToolWindow in separate AppDomain

I have created an add-in for visual studio that opens a tool window in the Exec(..) method: toolWin = toolWins.CreateToolWindow2(_addInInstance, asmPath, ctlProgID, ctlProgID, guidStr, ref objTemp); ...
0
votes
0answers
160 views

How can I correctly add a menu in a visual studio add-in?

I am writing an add-in for visual Studion and have hit a problem trying to items to the menubar. This is my onconnect method: public void OnConnection(object application, ext_ConnectMode ...
0
votes
0answers
44 views

Visual Studio Addin and Menus

Microsoft.VisualStudio.CommandBars.CommandBar menuBarCommandBar = ((Microsoft.VisualStudio.CommandBars.CommandBars)_applicationObject.CommandBars)["MenuBar"]; to get the menu bar to add my command ...
1
vote
1answer
177 views

Launch Condition for checking Visio 2010 installation does not work on Win 7 64 bit with Visio 2010 64 bit version

We have a visio 2010 add in deployed using msi created with setup and deployment project in visual studio. The setup project is having a launch condition to check the registry and prompt user if Visio ...
0
votes
0answers
55 views

Visual Studio 2010 Office addin publishing problems

I am trying to publish an addin with MS VS 2010 for MS Office Outlook 2010. When running the *.vsto file on testing machines, the form shows up in Outlook, but there are absolutely no elements within. ...
1
vote
1answer
90 views

visual studio add in to get information of the project and pass it to existing c# program and display results in views

I am from Java backgroud and have very little knowledge about .net. We have a application written in c# that scans source code files and calculate various things like code metrics defect density and ...
0
votes
1answer
983 views

Determine project type ( ProjectTypeGuids ) in VS2010 programmatically for Sharepoint Projects

I use VS2010 and Sharepoint 2010 projects. I have an VS 2010 Addin, and I need detect type project programmatically. I edit my csproj (for Sharepoint Project), and I have seen this ProjectTypeGuids: ...
0
votes
1answer
112 views

VS2010 Add-In Debugging Creates a Shadow Copy?

I'm trying to debug an add-in for Visual Studio 2010. The add-in references another project within my solution. Upon compilation, I can see that the DLL for the referenced project is successfully ...
0
votes
2answers
175 views

Prevent an object from being coppied in C# PowerPoint 2010 add-in

I am building a PowerPoint 2010 C# add-in using Visual Studio 2010. One of the functions of the add-in is to add a shape to the current slide. Once the shape is added to the slide though, I need to ...
0
votes
1answer
134 views

Installer for an IE add-on and automated prerequisite installs?

I have a project that was given to me where, organically, they created it using Add-In Express and Visual studio. The issue they ran into is that some of the prerequisites needed to be installed ...
2
votes
2answers
943 views

powerpoint c# add-in shape grouping issue

I developing a PowerPoint 2010 add-in using Visual Studio 2010 and am having significant issues with grouping two objects on a slide. I am trying to create the two objects, place them on the slide and ...
0
votes
0answers
45 views

How to install a Visual Studio add-in on another computer without copying and/or moving files manually

I have developed an add-in for Visual Studio 2010. But I don't know how to pack all these files used by the add-in such that if someone wants to install this addin in his/her computer, just to run a ...
3
votes
2answers
1k views

Using Regionerate on VS2012, or alternative addin

I tend to use Regionerate quite extensively for reorganizing my code files. My only problem is I can't get it registered with VS2012. I've abandoned VS2010 fully in favour of VS2012 and it's galling ...
2
votes
2answers
407 views

How can I get the current Active Solution Platform name for use in a Visual Studio add-in? (C#)

I am creating a Visual studio add-in writing in C# allowing users to send their code to a remote PC for parsing. The process will differ depending on what Active Solution Platform is being used. I ...
1
vote
0answers
53 views

change the buttonText of addin button through Exec function

I saw several times in the MSDN this sentence: "Add-ins can later change the ButtonText name by responding to the QueryStatus method". but never saw how to do it. someone can help me? I want to ...
0
votes
3answers
555 views

how to disable and enable add-in button after click

I write addin for visual studio that includes two button. I want that when user will hit one of them, this button will be disable and the another one will be enable. how can I do it? The buttons are ...
0
votes
0answers
13 views

Is there a 3rd party add-in/plugin for VS that will replace controls?

Delphi has the GExperts add-in (terminology?) that allows you to, say, select some comboboxes and then replace them with TextBoxes (TComboBox and TEdit, I guess). Is such functionality available for ...

1 2 3 4