Extend Team Explorer 2012: Make TreeView appear built-in
Hi,I have created an extension to the Team Explorer 2012 containing a ITeamExplorerPage. For obvious reasons I would like to make the visual design similar to other pages in the Team Explorer. I have...
View ArticleIL Rewriter - IntelliSense and Debugging
Hi everyone,I'm considering developing an executable that rewrites IL at build time probably usingCCI, similar to the Code Contracts rewriter, though mine has nothing to do with contracts. It has to...
View ArticleVisual Studio 2010 Isolated Shell Download Link Missing
Microsoft Download Center is missing the page for downloading the Visual Studio 2010 Isolated Shell Download. Click on any link and states: "The Page Cannot Be Found". Can anyone help? Thanks in...
View ArticleHow can I verify that if I have associated a solution addin to a solution
I follow the article http://msdn.microsoft.com/en-us/library/ms165621.aspx to create a solution addin and everything seems OK.. But how can I verify that the solution addin has been associated with a...
View ArticleDatabase Connectivity
I am developing a project using Visual Studio 2010 and Oracle Database version 10G.I need to reference the Oracle Data access file to set up a connection but that cannot be seen in the (Project>add...
View ArticleVisual Studio Custom Test Adapter debugging issue
Hi,I've developed a custom test adapter that works fine when running tests but has the following issue when trying to implement integrated debugging.The test adapter does not execute the code itself...
View ArticleVSIX: how to automatically uninstall when installing an updated version from...
I have a VSPackage installed in VS2013. I installed it from a private library (atom feed).When I update the .vsix and the corresponding version number in atom.xml, VS2013 notifies me that an update is...
View ArticleIntegrated Shell - Possible?
Hello,So I am building a WPF app and on one of the tabs would be an instance of the Integrated Shell. Basically it would be a stripped down version of Visual Studio, but fully functional (IDE,...
View ArticleConverting Add-in to Extension package
Hello, I have an Add-in that runs in VisStudio 2012 and VisStudio 2013. It does not have any UI; it monitors and responds to focus events. When I converted the add-in to an Extension package (starting...
View ArticleControl Extension asking to locate the theme
Hi I have created a control extension using my custom control. when i run it from LS source directly, it is running fine.When i run it via Vxis installed extension, while loading it is asking to open...
View ArticleHow to bind nested object to rdlc report
Suppose I have below custom object:-public class A { public string id{get;set;} ...... public List<B> ListOfInv{get;set;} } public class B { public string Name{get;set;} public string...
View ArticleAdd SSIS package to Integration Services Project
I believe that what I want is not currently possible but thought I had better throw it out there first.I have a scenario where I need to generate many hundreds of SSIS packages which in itself is fine,...
View ArticleAdd-In: VS 2012 get list of multiple code window tabs selected
I have created an Add in and have it working. I have added to the context menu when you right click on the code window tab and I can get the code file name using...
View ArticleAdd-In: How to make Sql Editor connect to database?
Hi,Using an add-in, I am trying to create toolbar buttons that connect the Visual Studio 2010 Sql Editor to a specific database. (I think clicking through the connection dialog box and the datadase...
View ArticleDefault Colors for Classification based on Theme
What is the recommended way to provide default colors for the dark and light themes? I have attempted to use the IVsBroadcastMessageEvents class to listen to when the theme changes and then setting...
View ArticleAdd-in: How can I get a value of C/C++ Command Line in Configuration Properties
Hi,How can I get a value of command line properties (Project -> Properties -> Configuration properties -> C/C++ -> Command Line)?What class gives the access? I need to string value of this....
View ArticleBackup and restore extensions?
How can I backup extensions* on one pc, and them restore them to another pc?This is quite desirable when dealing with a fair list of installed extensions.Using VS2012.3.*) By which I mean Tools ->...
View ArticleCan VSIX files install itemtemplates into "trusted folders"?
...and if so, how?I have a VS2008 MSI-installed package that I'm moving forward into the VS2010 world. I wanted to give the VSIX model a try, since it _seemed_ easier both to implement and the users to...
View ArticleVS2013: How is the "Automatic brace completion" option enabled on the...
I have a custom language service that's been successfully integrated in the Visual Studio 2013 shell. I'm currently working on the settings pages, but I came across a built-in setting that's difficult...
View Article