add custom help content to msdn
Hi,we are a visual studio extention tools building company. is it possible for us to add our help contents (help contents of our extentions) to msdn library. if yes then please help us on thisthanks...
View ArticleVSO support app principals like Office365?
I would like to write an Azure worker role to call into VSO and create work items, check work items status, etc. Office365 allows for this type of non-interactive authentication via principal ID's and...
View ArticleHow to add debug source files path into Solution common properties...
Hi there, I have some nuget symbol packages with src folder which contains source code need to be step into while debugging, Is there any way to add the debug source files path into the Solution...
View ArticleListening to build events: how to determine the type of the build currently...
Determining what kind of build (clean/build/rebuildall) is currently being performed is easy with DTE2.BuildEvents:DTE2 dte = ...;dte.Events.BuildEvents.OnBuildBegin += new...
View ArticleVSPackage Custom Editor Bug in Code Generated When Rename File
If anyone has encountered this bug and successfully modified the code generated by the VSPackage project template to fix it, please post the fix.Steps to reproduce1. Create new project >...
View ArticleHow to capture Events are triggered by Solution or Project changing?
hi, Is there any way to capture the events are triggered by Project's reference changing, or add a new nuget package etc.? I want to write some extensions to wrap the new referencing dll file. Thanks...
View Article[SDK Package] NRE at DTE.ActiveWindow and DTE.ActiveDocument
Hello everybody! In our products, we have a rare NRE while getting ActiveWindow or ActiveDocument through DTE. Typical environment where we see the error is Visual Studio 2013, Windows 7 x64...
View ArticleVSPackage: How to download files from Git repository?
I'm wrote the Diff All Files Visual Studio extension, which pulls files down from TFS source control in order to bulk compare your changes more quickly. I'm now adding Git functionality to it, but...
View Articleare there any API to get the only changed files incrementally?
I know we can use tf get /preview to get the list of changed files, but are there any API to get the real changed files (not just the list) and copy those changed files to the other folder?
View ArticleIs File Embedded or Linked?
I am working on a VS Package using C# in VS 2010. I have added two C++ source files (templates) to a resources.resx file. They are stored in text file format and are returned as a C# string object...
View ArticleALCSoftware
Ya esta en camino con la bsade de conocimientos de temas muy actuales de C#, Sql Server, WebForm, WinForm, CSS, html, json, jquery, office, etc, todo orientado al mundo de desarrollo, con soluciones,...
View ArticleIs it possible to make use of notifications item in visual studio 2013...
Hi, I have an Visual Studio 2013 isolated shell application.I want to show my product updates using notification system.Is it possible to do ?If it is then how to do?
View ArticleIs it possible to use Feedback item in VS 2013 isolated shell?
Hi, I have an isolated shell application(VS 2013) which is displaying Feedback item.I want to make use of it.Like MS,I want to receive the feedback from my customer(using my application).How to do...
View ArticleVS2012 Debugging add-in does not detect code changes
I am writing a Visual Studio 2012 Add-in using C#, .NET 4.5. Generally, I have been making some changes, run the Add-in in debug mode (which opens in a new instance of VS), test out my changes, etc....
View ArticleFailing a Create New Project Wizard
Hello,I'm trying to create the following scenario:- A custom VS Project Template linked to a wizard implementing the IWizard interface- As part of the RunStarted implementation a wizard is shown...
View ArticleCustomising VS 2013 Start Page
Hi to all, I have recently started to use Visual Studio 2013 Professional and I am in the process of upgrading the custom start page project from Visual Studio 2010 as per the instructions on the MSDN...
View ArticleUnable to update a Visual Studio 2013 extension
I have created a simple extension which I managed to upload to the Visual Studio gallery without any issues.When I however updated the extension and tried to upload it again I got the error message...
View ArticleIsolated Shell application created using Visual Studio 2013 SDK does scan...
Hi,We have new isolated shell application created using Visual studio 2013 SDK.We created a custom extension for the isolated shell. We manually extracted extension's vsix content into isolated...
View ArticleAddNewItem Wizard Bug - VS 2013 Isolated Shell Application (C++ Project)
We have an Isolated Shell Application based on VS 2013 shell. We have a project template for C/C++ projects and the template wizard calls Wizard.Execute() method in...
View ArticleHow to add .cpp / .h file to the project using Item Templates in a VS 2013...
We developed an Isolated Shell Application based on VS 2013 shell and provided a project template for custom C++ projects.We have an item template for adding .cpp & .h files to the project. When we...
View Article