Visual Studio Integrate announcement
- Link
-
Link
http://www.codeplex.com/site/search?query=t4&ac=8
CodePlex is Microsoft's open source project hosting web site. You can use CodePlex to create new projects to share with the world, join others who have already started their own projects, or use the applications on this site and provide feedback. -
Link
- This Forum - about VSX, MEF, EnvDTE, Text Templates (T4) and other non-modeling extensibility
- For questions about T4 Toolbox, please use http://t4toolbox.codeplex.com/discussions
- Visualization and Modeling Forum - for Visual Studio Ultimate architecture tools - UML, DGML, Architecture Explorer, Layer diagrams
- Visualization and Modeling Extensibility Forum - for domain-specific languages (DSLs) and extending the modeling tools
- Microsoft Connect Visual Studio - for bug reports and suggestions
- The Community Content block at the bottom of any MSDN Library page to add your own tips, corrections or feedback about the content
Found 16547 threads
-
0 Votes
How to compare between two shelveset in VSTS (same user or different users)
Hi I try to compare between two shelveset in VSTS 2019 or 2017 don't see any tools that can do it . please adviceProposed | 1 Replies | 1371 Views | Created by Yan Giber - Wednesday, May 20, 2020 7:47 AM | Last reply by Dylan Zhu-MSFT - Thursday, May 21, 2020 1:59 AM -
4 Votes
Issue with Options Page after VS2015 migration
I work on a commercial application that is developed using Visual Studio 2010 Extensibility projects. In this application we have a custom Options Page that holds application ...Unanswered | 3 Replies | 1285 Views | Created by Suhas Priyadarshan - Monday, May 11, 2020 11:18 AM | Last reply by Suhas Priyadarshan - Wednesday, May 20, 2020 9:08 AM -
0 Votes
Need guidance to add Active X Control in the commandbar of Visual studio shell application
Hi, We have a visual studio shell application and we are trying to add active x control to the command bar (Tool bar specifically) Need help ...Proposed | 3 Replies | 1193 Views | Created by Hemalatha Nallusamy - Monday, May 18, 2020 11:36 AM | Last reply by Dylan Zhu-MSFT - Wednesday, May 20, 2020 8:28 AM -
0 Votes
Git failed with a usage error. usage: git remote add [<options>] <name> <url>
Hello everybody, By reading an error message telling me my Git repository was not linked to a distant one, I realized I had to write a script to generate ...Answered | 9 Replies | 2997 Views | Created by Gloops - Wednesday, May 6, 2020 10:01 PM | Last reply by Gloops - Thursday, May 7, 2020 8:52 AM -
0 Votes
Create textmate extension problem VS 2019
Good morning all, I tried to create an extension so that VS 2019 can support a programming language called CpcdosC +. There is already a functional extension but for Visual Studio ...Proposed | 1 Replies | 1219 Views | Created by Maxime Leroy - Friday, May 1, 2020 11:06 AM | Last reply by Dylan Zhu-MSFT - Sunday, May 3, 2020 9:22 AM -
0 Votes
Hosting an XML editor does not reload in Visual Studio properly
I have created a custom IVsEditorFactory to host an XML editor with a WPF control. I found a few examples all using an IVsInvisibleEditorManager like the following: Dim ...Unanswered | 4 Replies | 995 Views | Created by MannyMarqz - Saturday, April 25, 2020 6:39 PM | Last reply by MannyMarqz - Tuesday, April 28, 2020 7:57 PM -
1 Votes
Read form text document
ifstream myfile("Modifyed_sine.txt"); if (myfile.is_open()) { //ifstream ifs("modifiedtrapeziod.txt"); while ...Answered | 2 Replies | 991 Views | Created by ollp - Monday, April 27, 2020 11:07 PM | Last reply by ollp - Tuesday, April 28, 2020 10:48 AM -
0 Votes
Roslyn VSIX Breakpoints are not getting hit VS2019
I have built a custom diagnostics using Roslyn API. When I am trying to debug using the VSIX, the breakpoints are not getting hit. In the VSIX manifest I have added my analyzer as an analyzer as well ...Proposed | 1 Replies | 1113 Views | Created by PavanUPB - Monday, April 27, 2020 12:53 PM | Last reply by Dylan Zhu-MSFT - Tuesday, April 28, 2020 3:57 AM -
0 Votes
Build Agent Exception
ConfigureAgent.cmd i got following exception after entering admin/password . Build Agent is not running . Exception has been thrown by the target of an ...Unanswered | 2 Replies | 880 Views | Created by Srinivas Nanna - Sunday, March 29, 2020 12:55 AM | Last reply by Srinivas Nanna - Wednesday, April 22, 2020 7:36 PM -
0 Votes
local variable not called
I keep getting a error that The value of the local variable x is not used with this ...Unanswered | 2 Replies | 829 Views | Created by Kahasim - Friday, April 17, 2020 5:36 AM | Last reply by Dylan Zhu-MSFT - Monday, April 20, 2020 5:14 AM -
0 Votes
Add item properties in Visual Studio 2019 project system
I am trying to add properties to an item type in a custom Visual Studio 2019 project. I am using the new CPS project system and created a Package. CPS supports Xaml Rule files for hooking up item ...Answered | 3 Replies | 1301 Views | Created by MannyMarqz - Thursday, April 16, 2020 7:06 AM | Last reply by MannyMarqz - Sunday, April 19, 2020 5:57 AM -
0 Votes
Visual Studio SQL Database Project Reference Issue
Dear All, I am trying to create two separate visual studio solutions for the same SQL Azure Database. Solution files have two separate SQL DB Projects pointing to ...Unanswered | 5 Replies | 1212 Views | Created by Razoramon - Wednesday, April 1, 2020 7:26 PM | Last reply by SamaraSoucy-MSFT - Wednesday, April 15, 2020 4:02 AM -
0 Votes
T4 template generation on build server fails
...\Microsoft.TextTemplating.targets(396,5): error : An Exception was thrown while processing the template. The following Exception was thrown: ...Answered | 8 Replies | 10302 Views | Created by clement_911 - Friday, September 16, 2011 4:50 AM | Last reply by sevenam - Tuesday, April 14, 2020 12:58 PM -
0 Votes
Identify if an ItemId in an Hierarchy is a Dependency
I am not quite sure how you would go about checking whether an itemId in an IVsHierarchy is a Dependency Node, which is the parent node of all references of a project.Unanswered | 1 Replies | 602 Views | Created by 24_minutes - Monday, April 13, 2020 3:13 PM | Last reply by Dylan Zhu-MSFT - Tuesday, April 14, 2020 4:26 AM -
0 Votes
Dll not getting deployed even if it is in the .vsix file
{ try { return (x.FullName, x.Location); } catch { return (x.FullName, ...Unanswered | 1 Replies | 569 Views | Created by 24_minutes - Friday, April 10, 2020 7:17 PM | Last reply by Dylan Zhu-MSFT - Monday, April 13, 2020 7:33 AM -
1 Votes
Custom project templates does not show up again if you delete any.
I made a simple C# project template for Visual Studio, referring to the following ...Answered | 2 Replies | 854 Views | Created by TrailRunner-MF - Monday, April 6, 2020 10:54 AM | Last reply by TrailRunner-MF - Tuesday, April 7, 2020 4:00 PM -
0 Votes
Handling 'Esc' in VSIX custom Tool Window
Hello Folks, I have implemented my own VSIX package with tool windows. It all works fine, but in one of the windows sometimes I need to detect and handle ...Unanswered | 7 Replies | 757 Views | Created by mitov - Wednesday, April 1, 2020 4:34 AM | Last reply by Dylan Zhu-MSFT - Tuesday, April 7, 2020 9:53 AM -
6 Votes
UI unresponsiveness message shows in our custom extension
Visual Studio Performance Manager How to avoid this report while install our extensions? How to remove from Ui Unresponsive ...Proposed | 9 Replies | 2060 Views | Created by PKarthick - Tuesday, October 15, 2019 8:48 AM | Last reply by Abishake Abi - Monday, April 6, 2020 9:15 AM -
0 Votes
DpiAwareness: Type exists in two assemblies
Hi, recent changes in VS2019 introduced DpiAwareness for VS Extensions. However, legacy/WinForms controls won't work out of the box: Currently, those controls are not rendered (they ...Answered | 4 Replies | 1659 Views | Created by f_max - Wednesday, September 25, 2019 6:00 AM | Last reply by ILNumerics GmbH - Sunday, April 5, 2020 11:18 AM -
0 Votes
How to reference a .lib file in c# UWP Project
Hi I am working on a Universal Windows (UWP) App. I am integrating a Native C++ Static library (.lib) to my C# project in UWP. ...Unanswered | 1 Replies | 685 Views | Created by Gokul_P_Guna - Thursday, April 2, 2020 8:06 AM | Last reply by Dylan Zhu-MSFT - Friday, April 3, 2020 3:16 AM
Visual Studio Integrate announcement
- Link
-
Link
http://www.codeplex.com/site/search?query=t4&ac=8
CodePlex is Microsoft's open source project hosting web site. You can use CodePlex to create new projects to share with the world, join others who have already started their own projects, or use the applications on this site and provide feedback. -
Link
- This Forum - about VSX, MEF, EnvDTE, Text Templates (T4) and other non-modeling extensibility
- For questions about T4 Toolbox, please use http://t4toolbox.codeplex.com/discussions
- Visualization and Modeling Forum - for Visual Studio Ultimate architecture tools - UML, DGML, Architecture Explorer, Layer diagrams
- Visualization and Modeling Extensibility Forum - for domain-specific languages (DSLs) and extending the modeling tools
- Microsoft Connect Visual Studio - for bug reports and suggestions
- The Community Content block at the bottom of any MSDN Library page to add your own tips, corrections or feedback about the content