Unrecognized escape sequence.
in vs2012 when i m connection to sql 2008 its showing the error Unrecognized escape sequence.
View ArticleHow to remove 'data tip' related menu items from Debug menu?
Hi,I'm using the VS 2010 isolated shell. I'm trying to remove the various data tip related menu items (Clear All DataTips, Export DataTips..., Import DataTips...) from the Debug menu.I see no option...
View ArticleException in Visual studio
Could you please explain me about this error.An unhandled Microsoft .NET framewok exception occured in devenv.exe [18204]"
View ArticleSDK Package: read debuggee memory efficiently
I am writing an extension to inspect some custom data types (.NET) in the Visual Studio debugger. To do so I need to read some larger objects from the debugee. For example I'd like to access a property...
View ArticleAdd a Visual studio project items into the project dynamically
Hi,How can I add the visual studio project items dynamically. I have created the project dynamically.If I want to add the xxx.cs file|xxx.png files dynamically. I have refereed many websites those...
View Articleadding a swim lane in Model Designer template of a DSL project type
How can i add a swim lane in Model Designer template of a DSL project type?
View ArticleUICONTEXT_Debugging is not working
Hi All,We are extending Visual Studio's functionality. In this, we have used Visual Studio's solution Explorer with few menus like File, Edit, View, Project, Build & Debug. Under "Debug" Menu, We...
View ArticleHow to hide code from the editor
I am working on a custom language service extension for VS2012/13. Code files of the language contain both designer markup and source code, whereby the designer markup is stored at the beginning of the...
View ArticleWith Visual Studio 2013 RC "Microsoft.VisualBasic.PowerPacks.Vs.dll" could...
Hi, I have upgraded Visual Studio from VS 2012Ultimate to VS2013 Ultimate RC. In our Code we are using "Microsoft.VisualBasic.PowerPacks.Vs.dll" DLL. but when we build this code on VS2013 RC then...
View ArticleMultiple File Windows
When working on my projects I prefer not to have to click back and forth between files, because of this I have a 3 monitor set-up. Exiting and re-opening Visual Studios will tend to remember the three...
View ArticleInteraction between editor and tool window
I want to create a personalized error list as a tool window (no, the standard one built in VS does not suffice). The scenario is:User requests explicitly verification of data in editor;Editor performs...
View ArticleHow to add a tool window to an exisiting VS extension package?
I have a VS package with no tool windows, and now I want to add a first tool window to it. There are a few articles on MSDN on this subject, but they all boil down to creating a package with tool...
View Articleadding a swim lane in DSL
After installing modelling SDK for Visual StudioAdd New project>Other Project Types> Extensibility>Domian Specific Model DesignerChoose template> Class Diagramwhen we run the project a...
View ArticleHow do we convert a CT_COLORINDEX in ColorableItemInfo's crForeground to an...
In a managed VS package, I am trying to resolve the valid foreground and background colors in ColorableItemInfo structures to their actual RGB color values. When the __VSCOLORTYPE is CT_VSCOLOR, it's...
View ArticleAdd a custom menu to solution explorer context menu
Hello :)I´m creating a custom addin to solution explorer. I need to display a custom menu item in solution explorer context menu when user click in any folder. This is the only scenario with problem, i...
View ArticleExtension not found by Visual Studio 2012
Hi,I have create an extension for Unit Test Environment. I tested it by copiing it manually in "C:\Program Files (x86)\Microsoft Visual Studio...
View ArticleOnEnterBreakMode does not fire
Running VS 2012. I created an add-in. I want to handle the OnEnterBreakMode event. The Exec method is called. I tried returning handled = true/false. The handler is never invoked. I tried a few...
View Article"Add Function Import" window shows "Not Support" for the EDM type column and...
I have used Entiry data model wizard to create a entity model for the stored procedure. Entity Model created successfully. Then I imported the stored procedure as per instruction mentioned in MSDN.And...
View ArticleVisual Studio Macros Stop Working after February 2014 Windows Update...
See:http://visualstudioextensions.vlasovstudio.com/2014/02/13/visual-studio-2010-macros-stop-working-after-february-2014-windows-update/and:http://social.msdn.microsoft.com/Forums/vstudio/en-US/590abd1...
View ArticleVS 2012 package build: EnableExtension task failed
I get build fail with no error message. Increasing MSBuild verbosity level revealed that EnableExtension task has failed. How can I fix or debug this issue?
View Article