vsx
VSX 2010 Package Updates via Network or reinstall Locally?
Here is the scenario.I have a working VSX package Proof of Concept that has been accepted by the team.The question of Updates came up today.Can the package be updated Globally across the Network or do[详细]
2023-02-10 07:12 分类:问答Can't get extensions to work in VS 2010 Professional - should I reinstall?
I\'ve had this problem for a while, and no one I\'ve talked to on the various Microsoft boards I\'ve visited has been able to help me.[详细]
2023-02-04 11:53 分类:问答How do I subscribe to the proper events in Visual Studio 2010 package development?
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.[详细]
2023-02-04 01:04 分类:问答Is it possible to refresh WCF service reference from VS2010 addin?
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[详细]
2023-02-03 11:41 分类:问答Getting started with Visual Studio 2010 Extensibility - 3 questions
1.) How differs \"Visual Studio 开发者_C百科Package\" project from the \"VSIX\" project? 2.) Where I can find some beginners guides?[详细]
2023-02-02 20:44 分类:问答Intercept Visual Studio paste action
Is it possible to intercept the paste event of visual studio in order to transform the text being pasted in? I know I can write my own command to do the smart paste, but it\'s a chore for most people[详细]
2023-02-02 05:08 分类:问答Debug/Trace failing to write to Output windows in VSIX project
Is there any reason, maybe a known bug or missing SDK that would cause debug and trace to stop working in the following environment:[详细]
2023-02-01 07:19 分类:问答EnvDTE.Expression - Getting the internal name of DataMembers programmatically
Supposing I have the C# code line: var myList = new List {1,2,3}; And I put \"myList\" in the Watch window, and then drag the 1st item of the list down, the watch window creates a new line with the[详细]
2023-01-29 19:44 分类:问答How to re-write parts of the Visual Studio Text Editor?
I love visual studio, but the VC++ text editor can be pretty annoying, especially when it comes to determining what should be collapsible. How would I go about开发者_如何学JAVA writing a Visual Studio[详细]
2023-01-28 03:41 分类:问答VS 2008 Extensibility Package- How to attach Wpf Data project using ElementHost
I have already created a package using a Wpf window, Sql data and ElementHost- Pretty easy, no interop, just code.Now I need to expand and hopefully use a Wpf data project as my ElementHost.Child. I a[详细]
2023-01-27 12:49 分类:问答