I want to get a reference to the current solution, using 开发者_高级运维the DTE2 object with C# in Visual Studio 2010.
I use Addin in VS2008, C#, and I need show messages (error messages and others). I don\'t know the length of messages, and therefore I want use Scrollable MessageBox.
I开发者_如何学C want to create an add-in to visio so that I can draw BPMN diagrams (Business Process Modeling Notation). A similar work is available here: http://www.interfacing.com/free-visio-bpmn-mo
i want to write a visual studio extension to access redmine issues.how would you recommend doing this?I thought about trying to use the work item system that already exists in visual studio with TFS,
I recently got into Visual Studio 2010 package development, with the Visual Studio 2010 SDK. I\'ve got my debugging environment all set up, and everything is working as it should.
I\'m using Visual Studio 2010 to create an add-in. Using the wizard, I went through the dialog and selected fairly standard options (target 4.0, load in startup).
Referencing this question: System.Reflection.Assembly.LoadFile Locks File System.IO.File.ReadAllBytes(path) wont work since it\'s not a standalone lib, it has many 开发者_开发问答dependencies.
I want to \"simulate\" the Right click/Update service reference command in a VS2010 addin. I have a reference to the containing (Silverlight...) project, I know the name of the service reference and t
I have created a Word add-in which would load data in custom ribbon from external web service. I need to have that add-in in a document so that It can populate the data only on that document. I don\'t
While using NotePad++, and select a certain word, it automatically highlights all matched words? Does anyone know if there is a Visual Studio addin that can do this? or are there any hidden environ