using System.Windows.DependencyObject.GetValue method, there is a error "The...
when i use the method System.Windows.DependencyObject.GetValue, there is a error "The calling thread can't access the object, because another thread with the object", I do not use WPF , so I do not...
View ArticleProcess Macro variables into T4 TextTemplate
I've a problem when I try to invoke the text transformation in a VSExtension.// Get the text template service: ITextTemplating t4 = serviceProvider.GetService(typeof(STextTemplating)) as...
View ArticleRebinding up and down in Solution Exlorer
Is it possible to rebind the keys used to go up and down in the Solution Explorer? I tried to bind Edit.LineDown for Solution Explorer, to no effect. Also, is there any way to detect what the name of...
View ArticleDSL: is it possible to use DSL user interface out of Visual studio?
HiI love visualization and modeling SDK, I like to know if its possible to use it in a simple win form app?
View ArticleDSL: is it possible to have a diagramming user interface like DSLs in Visual...
HiDoes Visual Studio Code has extensions with User Interface like DSLs or even a simple Html/JS/CSS UI.
View ArticleManually integrate project templates in VS2017
Hi,is there a way to manually integrate some html and JS files into VS2017. I have found some "old" project wizards in VS2015 and try to include the same in VS2017. I do not have any installer for this...
View ArticleVSIX Missing Template File
Hi,I have created Visual Studio 2017 extension. However, while uploading the same its giving "VSIX Missing Template File". Here, I am uploading .vsix file itself, which i created. This solution exists...
View ArticleTFS Power Tools Shell Extension for Visual Studio 2017 RC1
Hi does anyone know how to get a previous version of TFS Power Tools Shell Extension for Visual Studio to work for VS 2017 RC1?
View ArticleAlert me Adapting Designer for wxWidgets
I would like to adapt Designer for wxWidgets, but I wouldn't even know where to start. I know about the VSIX and VS Packages, but it is not clear to me how they would achieve this.
View ArticleDeploy to experimental instance deploys to wrong location after upgrade to...
Hi,I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer...
View ArticleDisplay AdMob ads with Xamarin.Forms
I have tried to use the Xam.FormsPlugin.AdMobView in my Xamarin.Forms (Portable) project and getting this error, is there any way to resolve below error or any other solution to use the AdMob ads in...
View ArticleWhy are my custom snippets throwing a new error after upgrading to Visual...
Hello, I am wondering if something was changed in IVsExpansionManager.InvokeInsertionUI() in Visual Studio 2013 or 2015. We have a set of custom snippets that are installed with our Visual Studio...
View Articlecannot get all build configuration properties
Hi, I'm writing extension for Visual Studio. And in my extension I want to access the build configuration properties of current project.I've been able to get the Properties of the build configuration...
View ArticleUsing built-in icons in Visual Studio extension
What step do I need to follow to use some of the built-in icons of Visual Studio in my extension toolbar (e.g. Open, Save, Run, Break icons)? I have tried using constants such as cmdidSave from...
View ArticleLoad VSPackage on C++ or C# project load.
We have some special editors we host in a VSPackage that operate on some of the standard C++ and C# project types. I'm looking for a way to automatically load our package when a particular "kind" of...
View ArticleVS Package targeting multiple versions, including VS 2017
I have just started looking into Visual Studio 2017 and I want to know if it will be possible to target different versions of Visual Studio with the same VS-Package.I see that the VSIX manifest version...
View ArticleIsolated shell + code analysis with Roslyn
Hello and Merry Christmas to all.I am trying to figure out whether or not an Isolated Shell application may include C# code analysis with Roslyn (.NET Compiler Platform). Anybody there who works with...
View ArticleMicrosoft.VSSDK.Vsixsigntool does not sign VS 2015 VSIX extensions
VS 2015 VSIX extension require sha256 hash. However, the VS 2015 solution explorer context menu "Sign VSIX Package..." signs VS 2012 and VS 2013 extensions, but not VS 2015 extension. Am I do something...
View ArticleProblem building VSIX with MSBuild 2017
I have upgraded my Package to Visual Studio 2017. In my build process I build a release using the MSBuild command, something like:<path>\MSBuild.exe <solution file> /t:Build...
View ArticleC# EnvDTE and TFS massive problems
I have created a vsix plugin for VS 2015 that receives some data of a REST-Service, writes it into a file and then it adds the file to my C# Project. Well the problem is that after the files were...
View Article