Alternative for deprecated VCPlatform.PlatformMacro[Int32]
Hi,I want to write a VSX for Visual Studio 2015 where I want to show a dialog like the Command Arguments dialog in VC project configuration. (Click here for a screenshot) VS lists all the macros which...
View ArticleXamarin
Hi,I'd like to start studing Xamarin for Visual Studio. Are there alternative to pay 999$? (The indie version at 29$ don't support VS)
View ArticleIs there a way to use the WPF designer with a custom data model?
Hi,I'm building an application using the VisualStudio Isolated Shell, which also comes with the WPF designer. The user shall be able to create a GUI with a defined set of controls, and this GUI shall...
View ArticleDesigner: Add a BindingSource control to a form that references a typeof() as...
I am creating an Add-in (Package) that I want to add a binding source to the currently active Win Forms Designer and set the DataSource property for that binding source to be typeof(<object>); I...
View ArticleControlling Page Size of ReportViewer for BIDS/SSRS Reports!
Hello to All,I'm using SQL Server 2008 and within the BIDS/SSRS-Tools for designing reports. These reports should run in a Java Web-Tool which uses the Report Viewer from SSRS to Show the result.My...
View ArticleProject Templates for MVC6
Hi, I have a VSIX project for creating project templates of MVC6.I have named the template as MVC6.zip. and passed it to following function. string path = soln.GetProjectTemplate(MVC6.zip, CSharp);...
View ArticleHow can I connect Vs 2015 (Integrated Edition) to an existing TFS 2013?
I have installed Vs 2015 (Integrated Edition) but there is no "Team" Menu on it how can I connect it to TFS 2013?any plug ins should i install?any options?
View ArticleDTE.Properties["str1\str2", "str3"] fails if catagery parameter is a path
If I have an OptionPage that is in a deeper level of an hierarchical structure the method call DTE.get_Properties("FirstLevelCategory\SecondLevelCategory", "Page1") will fail. It is not possible to get...
View ArticleVisual Studio Commmunity 2015
Do I need to download Express Visual Studio 2015 if I am already running Visual Studio 2015 Community?
View ArticleStore array in options using DialogPage
Assume that I need to store any array in the extension just freshly created from the template.I just created new VSIX project, added VSPackage to it, then added option page grid (DialogPage). Then I...
View ArticleCan't see 'Visual Studio Package' option when creating new Project in VS 2015
Hi!I had five printscreens, but then I couldn't submit this question as it seems the system is still verifying my account. So here goes to a text version of what I tried to do. :-)I want to upgrade an...
View ArticleCannot find Custom Editor option
I'm trying to create a custom editor for my DSL in Visual Studio 2015. There is a help page that talks about it, but I don't see it in the project list.I started of with a VSIX project solution and...
View ArticleOutOfRangeException in LanguageServiceClassificationTagger / TagAggregator
Hi experts,in my custom language service I sometimes get an indeterministically occurring exception:// System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the...
View ArticleCall The Developer Command Prompt
Hi How Can I Call The Developer Command Prompt And Pass Commands Like (witadmin exportwitd /collection:CollectionHere /p:TeamProjectHere /n:WorkItemTypeHere /f:"FilePathHere") To It By C# ?...
View ArticleEdit The Field Defination Of A Work Item Type
Hi My Question Is About The Tfs Work Items .. Is It Supported By The Tfs Api To Edit The Work Item Type Fields Definitions ? So I Need To Make What Descriped In That Link...
View ArticleMVC6 Templates
Hi,I have exported a default MVC6 templates and created a project from newly exported template. the created project only contains the Xproject and references . I cant find the other files . please...
View ArticleSDK Package: watch window refresh
Hello, I am developing an extension that lets our end user write and debug programs (in c# or VB.Net) that interact with hardware (or software simulating the hardware). There are also separate software...
View ArticleCan't get GetService method to work
I've got a wizard that I've created as part of an extension. In this wizard I have a function that will log any errors that I might catch along the way. Using the documentation for the ActivityLog...
View ArticleGetProjectTemplate returns the wrong Path
Hi All I have a Problem with Visual Studio 2015. I have a Visual Studio Extension that is generating a complet Solution. Part of this is that we Need 4 Windows ClassLibraries. To create the projects I...
View ArticleThis extension is not installable on any currently installed products
A (potential) user of my extension cannot install the VSIX file on Visual Studio 2013. He gets the message "This extension is not installable on any currently installed products", as shown below.He has...
View Article