Crash in multi-targeted project.json when changing the version of a framework...
It's possible to get visual studio into an infinite loop / hang when changing the makeup of a framework in project.jsonStatus: Closed, Resolution: Not Reproducible, 0 Up-Votes, 0 Down-Votes, 0...
View ArticleVS2013 failing after install oracle developer tools for visual studio 2013
After install oracle developer tools for visual studio 2013, visual studio stop working, I can't create new projects or open existing projects, nothing works after the installation. Before the...
View ArticleAmbiguity between forward declaration and declaration when using variable...
Consider the following code: #include template inline void foo(std::enable_if_t, double> d); template inline void foo(std::enable_if_t, double> d) {} template inline void...
View ArticleField name in use after deleting inherited process
If you delete an inherited process that had a custom field, you then cannot create another field using the same name, or find the custom field to use.Status: Closed, Resolution: None, 1 Up-Vote, 0...
View ArticleVisual Studio doesn't save "Keep Tabs" settings
Whenever I close and re-open Visual Studio 2015 it forgets my tabs settings, thereby unnecessarily increasing my files' sizes. This seems particularly true for TypeScript. Whenever I restart Visual...
View ArticleSaving .natvis file in VS2015 editor does not auto reload the .natvis file
It used to be that if I have a .natvis file in the VS2015 editor that is located in the home\documents\visual studio 2015\visualizers directory, and I modify and save it, it would auto reload in the...
View ArticleVisual Studio hangs when unloading project or solution
My Visual Studio often hangs when I change project or solution file from outside of Visual Studio (e.g. GIT operation) and it has to reload it. It hangs in the unloading phase, or the unloading and...
View ArticleCannot deploy UWP to Remote Debugger - Illegal characters in path
Remote OS: Windows 10 Home 32-bit on 64-bit CPU Remote Debugger Tools: v14.0.23309 Visual Studio 2015 v14.0.25424.00 Update 3 and .NET Framework 4.6.01586. DEP4300 : Could not generate the root folder...
View ArticleCat Face character from the window title not displayed properly in the taskbar
I have a file with cat face character. (see http://www.fileformat.info/info/unicode/char/1f431/index.htm ) When I open it with Visual Studio, the window title in the taskbar is displayed as "??.txt"....
View ArticleManual Intervention task not working
When adding the manual intervention task into a Release Management environment, the deployment of that environment fails on the manual intervention task. If the task is enabled, disabled or even...
View Article@ Mentions in Team Rooms don't highlight if a users display name has special...
Getting reported issues with the Team Rooms that users who have a display name of last name, first (which is our AD default for display name) don't see their names highlighted if they are @ mentioned...
View ArticleShow new PBI on backlog when copying PBI
When you copy a PBI in the backlog, the new PBI (copy) is never visible. You first have to reload the backlog to see it.Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment,...
View ArticleUserInterface related UWP has turned into all written in English ,after...
And Tools for Univsersal updating to Windows Apps (1.4.1), manifest designer, such as the application package created window, VisualStudio extension of the user interface associated with a universal...
View ArticleDebugger variable inspector doesn't show members when using mouse wheel to...
When inspecting a variable with many members and using the mouse wheel to scroll the inspector window, member names and values are not displayed but instead there is a '?'. See attachec bug.png and...
View ArticleC++ compiler crash while trying to capture parameter pack
Converting the arguments of a captured parameter pack results in a compiler crash. template void bar(Args... args) { } template void foo(Args... args) { /*1*/ [&]() { bar((Args)args...); }; //...
View ArticleMemory Leak in HttpWebRequest when created from...
The issue is that HttpWebRequest will create a ConnectionGroup (special name with unique tempID) but it will never get released. This causes a leak of connection Group and those objects keep references...
View ArticleICE: noexcept and constexpr
An ICE happens when compiling the following program: template struct Struct1 { Type Value; }; template struct Struct2: Struct1 { constexpr Struct2() = default; }; struct S { S(){} }; int main() {...
View ArticleCan't edit build definition name
As of the latest update, there doesn't seem to be any way to edit a build definition name.Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 1 workaround, 0 comments, feedback id: 3067173
View ArticleClassWizard Error in Visual Studio 2013 update 2
HRESULT 0x8CE0000B in ClassWizard for any MFC applicationStatus: Closed, Resolution: Not Reproducible, 3 Up-Votes, 0 Down-Votes, 3 validations, 3 workarounds, 6 comments, feedback id: 883792
View ArticleSQL Data Comparison "Login failed"
Data Comparison does not currently work. After selecting source and target database from "SQL Server Object Explorer : New Data Comparison" dialog, and clicking "Next >" or "Finish", I receive the...
View Article