Removing Debug Target and Debug Type from Toolbar
I have been at this for a day now, I can't seem to remove Debug Type and Debug Target commands from the Toolbar. I was able to write code to remove it during run time, however, it seems as if the user...
View ArticleVS 2010: IDispatch::Invoke fails with DISP_E_BADCALLEE when called on Addin...
Hi!I'm trying to implement a simple C++ abstraction for a generic IDTExtensibility2-based addin with an option of supporting VisualStudio' family IDTCommandTarget interface.In order to support both...
View ArticleAutomatically View in Browser
Using a VS add-in, I will be creating a .aspx file within the active project. Is there a way to automatically view the created .aspx file in the browser via the add-in itself?Thanks!
View ArticleExtend VS 2012 Unit Test Runs -> Event when tests are executed
Hi everybody!I am searching for a solution to do some extra work when a local UnitTest run in VS has finished. I want to collect and report the test results into an additional database after all tests...
View ArticleReference to event handlers for...
I have written the following code in my VS2008 addinpublic void OnConnection(object application, ext_ConnectMode connectMode, object addInInst, ref Array custom) { _applicationObject =...
View ArticleIVsPersistHierarchyItem2.SaveItem is never called in Visual Studio 2012
Hi, We are writing a VS extension project with TFS as the source control tool. The scenario includes some basic operations such as checkin, checkout, etc.We find that, when we try to check in from the...
View ArticleHow can I disable editing the code during debugging?
I have own LanguageService implementation for my language. How can I disable editing the code during debugging? Now, when customer uses my integration and when breakpoint is reached he/she is able to...
View ArticleExport Template" menu item?">How to disable "File->Export Template" menu item?
I'm developing integration for some language.I want to disable "File->Export Template" menu item for my language because this dialog doesn't work for custom languages. The problem is that I cannot...
View ArticleAttempted to read or write protected memory. This is often an indication that...
Hi,Iam working on a Visual studio2012 plugin development using Visual studio SDK 2012. Iam getting an error "Attempted to read or write protected memory. This is often an indication that other memory...
View ArticleUsing VS back end compiler as part of custom compiler?
Hello.My project group and I are currently developing our first compiler for our own programming language. We have made a simple game engine, where you load up two DLLs and the Game Engine makes the...
View ArticleVS Templates with NuGet Packages at Network path?
Hi Folks,I'm looking at creating some Visual Studio templates that reference some nuget packages from a network path . I've read through the instructions on creating templates with packages...
View ArticleProblem installing Extensions manually
Hi,Because I need several deployment features for my Visual Studio Extension, which aren't possible with the VSIX installer, I want to install the extension by an InstallShield package. As I...
View ArticleVS2012 Async Changes?
Hi all,Currently we are porting our project from VS2010 to VS2012, and faceing a issue with asynchronous issues.Normally we are using a task queue thread to handling some tasks. The tasks will call...
View Articlewcf Authentication
helloi built a security wcf with username authentication,and i also have for each function in the wcf username&password parameters(i did it beford the username authentication)my question is :can i...
View ArticleHow to set vcxproj platform toolset using VisualStudio AddIn
I have a very large VS2012 solution with more than two hundreds vcxprojs which have been just upgraded from VS2008. By default VS2012 set the PlatformToolset to v110 for the upgraded vcxprojs....
View ArticleCan someone explain the usage of...
Hi all,Once my project files processed using this function,We pass the Edit Lock and it get result as S_OK. However, the files were not able to be opened from menu “File->Open…” any more. If we...
View Articlehow to redistribute Microsoft.VisualStudio.OLE.Interop.dll
I installed 'Visual Studio 2010 SP1 SDK' so I could use Microsoft.VisualStudio.OLE.Interop.IPersistStorage and it works like a charm. I am now faced with a problem of redistributing this dll; can I...
View Articlea lil color problem in the dark theme
Hi,check this image,the tooltip of the Read function is all in white, which color do I need to change/set so this becomes visible clearly? I have the theme customizer installed, i'm using Visual Studio...
View ArticleHow to Change Order of a Flavored Project’s Item Nodes in Visual Studio...
As part of an extension for Visual Studio 2010/2012 (VSPackage) I need to change the order of a flavored project’s nodes in the solution explorer. Specifically, I have a custom project subtype that...
View ArticleDefining a custom property ID for use with IVsHierarchy.GetProperty()
What value should this property have in order to guarantee no collisions with *PROPID enums (existing and future) ?Thanks
View Article