Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the ico editor gone with vs2015 update 1

I installed VS2015 (14.0.24720) update 1.

If I try to edit an ico file in VS2015 it always opens paint. How can find the old included ico Editor from Visual Studion?

EDIT: help/info list

Microsoft Visual Studio Enterprise 2015
Version 14.0.24720.00 Update 1
Microsoft .NET Framework
Version 4.6.01055

Installierte Version: Enterprise

Architecture and Modeling Tools   00322-90000-70216-AA711
Microsoft Architecture and Modeling Tools

UML® und Unified Modeling Language™ sind Marken oder eingetragene Marken der Object Management Group, Inc. in den Vereinigten Staaten und anderen Ländern.

Visual Basic 2015   00322-90000-70216-AA711
Microsoft Visual Basic 2015

Visual C# 2015   00322-90000-70216-AA711
Microsoft Visual C# 2015

Visual C++ 2015   00322-90000-70216-AA711
Microsoft Visual C++ 2015

Visual F# 2015   00322-90000-70216-AA711
Microsoft Visual F# 2015

Allgemeine Azure-Tools   1.5
Bietet allgemeine Dienste für die Verwendung durch Azure Mobile Services und Microsoft Azure-Tools.

Application Insights Tools für Visual Studio Package   1.0
Application Insights Tools für Visual Studio

ASP.NET und Webtools 2015.1 (Beta8)   14.1.11106.0
ASP.NET und Webtools 2015.1 (Beta8)

ASP.NET Web Frameworks and Tools 2012.2   4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.2.30624.0
For additional information, visit http://www.asp.net/

Crystal Reports für .NET Framework   
Crystal Reports für .NET Framework


JetBrains ReSharper Ultimate 10.0.2   Build 104.0.20151218.120627
JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2016 JetBrains, Inc.

Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools

NuGet-Paket-Manager   3.3.0
NuGet-Paket-Manager in Visual Studio. Weitere Informationen zu NuGet finden Sie unter "http://docs.nuget.org/".

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio-Erweiterung zur Visualisierung aggregierter Zusammenfassungen vom PreEmptive Analytics-Produkt.

SQL Server Data Tools   14.0.50616.0
Microsoft SQL Server Data Tools

TypeScript   1.7.4.0
TypeScript für Microsoft Visual Studio
like image 960
blindmeis Avatar asked Feb 12 '16 10:02

blindmeis


People also ask

How do I find my Msvs version?

You can find the VS Code version information in the About dialog box. On macOS, go to Code > About Visual Studio Code. On Windows and Linux, go to Help > About.

Is VS 2015 still supported?

Visual Studio 2015 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What is latest version of Visual Studio?

Visual Studio 2022 BlogVisual Studio 2022 version 17.3 is Available Today!


1 Answers

I ended up reinstalling VS 2015 to get the image editor back, but it's possible I didn't have to: Looking at it now that it is working properly, by right-clicking the icon in the project explorer and selecting "Open With," I can see that the association in Visual Studio is with a tool called "Resource Editor." I honestly don't know if that option was available before the reinstall - I was looking for things that began with words like "Image," not "Resource" anything. Perhaps before reinstalling, you can right-click the icon in Visual Studio, select "Open With" and see if "Resource Editor" is an option.

Assuming that Resource Editor is not available or does not work, I would try the reinstall. When I did it, I had to completely uninstall and reinstall, just trying a Repair install did not fix the problem.

One thing I did slightly differently on the reinstall - the first time I installed it was from an ISO image that I think only had update 1 on it, the second time I installed I downloaded a fresh copy of the .ISO that had update 2 on it. Maybe that made a difference.

like image 153
Sam Skuce Avatar answered Oct 12 '22 11:10

Sam Skuce