Open Disassembly Window And Go to a particular address during Debugging
We have a VS 2010 based isolated shell application. I have a tool window that displays a subset of addresses during debugging (In debugger break state). When user selects a particular address , I am...
View ArticleCustom Editor: Find result window - F8 - goto next location, fails to open...
I am working on a custom file editor using MPF, in VS 2013. After a find in files, the files for the results can be opened successfully using double click. However the files do not open when using F8 -...
View ArticleEnvDTE: Traverse Loaded modules
HiI have a program which automate VS using EnvDTE.The program is opening a crash dump in VS and analyze it.I would like to scan the loaded modules inside the dump file and find the file version of each...
View ArticleAdding new Item to solution Explorer
Hi All,Can any one helps me to add new Item on the right Click on Solution explorer. I am using Visual Studio 2010 SDK. (When i right click on it should show "Update Solution" ). I am able to do it on...
View Articlehow can i segment the text into words by using c# ?
Hello every one , if i have a text box which has more than word , if i want to segment each word alone how can i make it in c# code ??(because i want to create small translator so that i need to...
View ArticleChanging the Debug Source File property of a solution using visual studio...
Hi,Here is our situation:We have multiple versions of our application and each version is stored in a different network path. When we want to work on our application and modify some code we only take a...
View Articlevisual studio 2013 extension and xml syntax coloring seem not to be able to...
Hello all, I built a VS2013 language service for an xml-related language. This extension works properly as long as I do not define xml syntax highlighting for files having the relevant file...
View ArticleVisual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View ArticleCustomize Menu item not active
Hi,I have added a custom menu in VS 2012. "New Project" menu item should be active at all the time right?But that menu item is disabled when new nstance of a VS is opened.Is there any reason ?Thanks...
View ArticleReacting on file changed outside IDE
I use a combination of IVsFileChangeEvents and IVsFileChangeEx to monitor, whether file edited in my editor extension was modified outside the IDE. However, for some unknown reason, I get the...
View Articlenot able to find RATE MY APP
hii am not able to find RATE MY APP component of NOKIA.. Every time i search in the Nuget package manager, is says " NO ITEMS FOUND" . But before some days i successfully had integrate it, and now i am...
View ArticleHow to create a VSIX deployable project template, with custom wizard support.
New VSX Arcana blog entry: Creating a VSIX Deployable Project (or Item) Template with Custom Wizard Support.I hope to have a follow up post in a week or two detailing the steps to localize the...
View ArticleIs there a way to be notified when user click or double click on a task in...
I have an extension to Visual Studio 2010 which provide provide service related to a specific compiler. This compiler provide error message during build. I need to be able to do a specific action when...
View ArticleCreating Subtype of the Windows Store App
Hi,I'm trying to create a project flavor/subtype from the C# windows store app (windows).Because I want to customize running/debugging the project, The windows store app that is also a subtype, so i'm...
View ArticleCreating Project Subtype from the Windows Store JS Project
Hi, I'm trying to create a project subtype from the windows store JS project, However, when i try to create an instance project from the template, creation fails without any logs or exceptions.When i...
View ArticleVS 2013 SDK Samples released
The Visual Studio SDK samples have been updated for VS 2013, and are now available for download on the msdn samples site.I've listed them out individually on the VSX Arcana blog, but you can also...
View ArticleDoes VS support DebuggerVisualizers for Windows Store apps?
I have a debugger visualizer (using DialogDebuggerVisualizer) that shows a List<double> audio buffer graphically as a waveform. When I try to open the visualizer, I get a an error dialog: "Could...
View ArticleVS Gallery "Invalid Certificate in VSIX"
Hi,We have a problem similar to this thread:GoDaddy - error message "Invalid Certificate in VSIX"The solution to that thread was a missing certificate..."Sorry for taking so long to get back to you. I...
View ArticleITaggerProvider not being created in Peek Definition window
I've got an extension used for spell checking code that isn't being created for Peek Definition windows opened in VS 2013. If the peek window is promoted to a document, the tagger is getting created...
View ArticleSupress Error Tags In Enhanced Scrollbar for an Extension
Is there a way to suppress error annotations from a particular extension from showing up in the enhanced scrollbar? The "Show Errors" annotation option for the enhanced scrollbar seems to be an all or...
View Article