spadapet / universal-image-scaler

This is a Visual Studio extension that allows for easy logo image creation. It takes large source images and creates resized copies that are used for app logos and splash screens.
9 stars 0 forks source link

Extension seems to be incompatible with Visual studio 15.3 and or Xamarin #6

Open maddentist opened 7 years ago

maddentist commented 7 years ago

VS hangs when opening (after right clicking and image and choosing "Scale Image for Windows Universal Apps". After restarting, VS suggests to turn off Xamarin for Visual Studio 4.6.0.295 There might be some quit of ,incompatibility there !

Version info : Microsoft Visual Studio Enterprise 2017 Version 15.3.1 VisualStudio.15.Release/15.3.1+26730.8 Microsoft .NET Framework Version 4.7.02542

Version installée : Enterprise

Visual Basic 2017 00369-60000-00001-AA187 Microsoft Visual Basic 2017

Visual C# 2017 00369-60000-00001-AA187 Microsoft Visual C# 2017

Visual C++ 2017 00369-60000-00001-AA187 Microsoft Visual C++ 2017

Visual F# 4.1 00369-60000-00001-AA187 Microsoft Visual F# 4.1

Arduino for Visual Studio 1.0 Arduino extension for Visual Studio. For more information please see docs, faq and forum at http://www.visualmicro.com

ASP.NET and Web Tools 2017 15.0.30726.0 ASP.NET and Web Tools 2017

ASP.NET Core Razor Language Services 1.0 Provides languages services for ASP.NET Core Razor.

ASP.NET Template Engine 2017 15.0.30726.0 ASP.NET Template Engine 2017

ASP.NET Web Frameworks and Tools 2017 5.2.50601.0 For additional information, visit https://www.asp.net/

Assistants Microsoft Visual C++ 1.0 Assistants Microsoft Visual C++

Azure Data Lake Node 1.0 This package contains the Data Lake integration nodes for Server Explorer.

Azure Data Lake Tools for Visual Studio 2.2.9000.1 Microsoft Azure Data Lake Tools for Visual Studio

Azure Data Lake Tools for Visual Studio 2.2.9000.1 Microsoft Azure Data Lake Tools for Visual Studio

AzureIoTHubConnectedService Extension 1.0 AzureIoTHubConnectedService Visual Studio Extension Detailed Info

Bundler & Minifier 2.4.340 Adds support for bundling and minifying JavaScript, CSS and HTML files in any project.

Common Azure Tools 1.10 Fournit des services courants utilisables par Microsoft Azure Mobile Services et Microsoft Azure Tools.

Fabric.DiagnosticEvents 1.0 Événements de diagnostic Fabric

Gestionnaire de package NuGet 4.3.0 Gestionnaire de package NuGet dans Visual Studio. Pour plus d'informations sur NuGet, consultez la page http://docs.nuget.org/.

JavaScript Project System 2.0 JavaScript Project System

Merq 1.1.17-rc (cba4571) Command Bus, Event Stream and Async Manager for Visual Studio extensions.

Microsoft Azure HDInsight Azure Node 2.2.9000.1 HDInsight Node under Azure Node

Microsoft Azure Hive Query Language Service 2.2.9000.1 Language service for Hive query

Microsoft Azure Stream Analytics Language Service 2.2.9000.1 Language service for Azure Stream Analytics

Microsoft Azure Stream Analytics Node 1.0 Azure Stream Analytics Node under Azure Node

Microsoft Azure Tools 2.9 Microsoft Azure Tools pour Microsoft Visual Studio 2017 - v2.9.50719.1

Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft MI-Based Debugger 1.0 Provides support for connecting Visual Studio to MI compatible debuggers

Mono Debugging for Visual Studio 4.6.8-pre (ec7034f) Support for debugging Mono processes with Visual Studio.

Outils Azure App Service v3.0.0 15.0.30728.0 Outils Azure App Service v3.0.0

Outils de développement Office pour Visual Studio 2017 FRA 15.0.26712 Outils de développement Microsoft Office pour Visual Studio 2017 FRA

Outils de livraison continue Microsoft pour Visual Studio 0.3 Simplification de la configuration pour l'intégration continue et la livraison continue des builds à partir de l'IDE Visual Studio.

Outils Microsoft Azure Service Fabric pour Visual Studio 1.7 Outils Microsoft Azure Service Fabric pour Visual Studio

Package Microsoft Visual Studio VC 1.0 Package Microsoft Visual Studio VC

Package Outils Application Insights pour Visual Studio 8.8.00712.1 Outils Application Insights pour Visual Studio

RelayCommand Extension 1.0 RelayCommand Visual Studio Extension Detailed Info

Service de langage JavaScript 2.0 Service de langage JavaScript

SQL Server Data Tools 15.1.61707.200 Microsoft SQL Server Data Tools

Système de projet UWP JavaScript 2.0 Système de projet UWP JavaScript

ToolWindowHostedEditor 1.0 Hosting json editor into a tool window

TypeScript 2.3.4.0 Outils TypeScript pour Visual Studio

Visual Studio Code Debug Adapter Host Package 1.0 Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools pour les applications Windows universelles 15.0.26730.08 Visual Studio Tools pour les applications Windows universelles vous permet de créer une expérience d'application universelle unique que vous pouvez retrouver sur tous les appareils exécutant Windows 10 : téléphones, tablettes, PC, etc. Il inclut le Kit de développement logiciel (SDK) Microsoft Windows 10.

Visual Studio Tools pour Unity 3.3.0.0 Visual Studio Tools pour Unity

WebJobs Tools v1.0.0 15.0.30812.0 WebJobs Tools v1.0.0

Windows Universal App Image Scaler Extension 1.0 This is a Visual Studio extension that allows for easy logo image creation. It takes large source images and creates resized copies that are used for app logos and splash screens.

Workflow Manager Tools 1.0 1.0 Ce package contient les composants d’intégration Visual Studio nécessaires pour Workflow Manager.

Xamarin 4.6.0.295 (306f76a) Extension Visual Studio permettant de développer pour Xamarin.iOS et Xamarin.Android.

Xamarin.Android SDK 7.4.0.19 (0cd0214) Xamarin.Android Reference Assemblies and MSBuild support.

Xamarin.iOS and Xamarin.Mac SDK 10.12.0.14 (bf350ba) Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

spadapet commented 7 years ago

I upgraded to VisualStudio 15.3.1+26730.8 and the command "Scale Image for Windows Universal Apps" isn't hanging. But I don't have the Xamarin options installed, so I'll try to install them and see what happens.

Thanks!

spadapet commented 7 years ago

@maddentist somehow this is working for me. I installed all the Xamarin options for my VS 2017 installation, then created a new cross platform xamarin C# project. When I bring up the image scaler dialog (seen below) it doesn't hang and the image scaling works OK.

If you're getting a hang, I probably need to see a callstack for the hang. You can attach another VS to the hanging VS to get a managed callstack. Or right-click the hanging devenv.exe in Task Manager and choose "Create dump file".

image