JoacimWall / Visual-studio-multilingual-extension

Extension for Visual studio for mac to enable handling Resx files and translation
MIT License
18 stars 3 forks source link

Unable to install - Xamarin.FormsPreviewer required #3

Closed donatellijl closed 3 years ago

donatellijl commented 3 years ago

I am getting an error that Xamarin.FormsPreviewer is required, but it has been deprecated since Visual Studio for Mac version 8.8. I am currently on Visual Studio for Mac version 8.9.1. Can this extension be upgraded for version 8.9?

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer/?pivots=macos

Screen Shot 2021-03-10 at 3 15 41 PM

JoacimWall commented 3 years ago

Hi I was not able to reproduce your error but I have build a new version 1.26 that are compiled with visual studio 8.9.1 that you can try out. For you information I have no referens to Xamarin.FormsPreviewer so I don't see why you get the error.

Could it be that you are trying to install this add-in

https://docs.telerik.com/devtools/xamarin/installation-and-deployment/mac/project-wizard

//regards Joacim

donatellijl commented 3 years ago

Ahh, yes. I tried installing another extension and got the same issue. The "add-in ProjectTemplateXamarin...could not be updated..." message was actually just a warning that was showing because I had a Telerik extension that was no longer compatible with my version of Visual Studio. I didn't realize when you installed an extension, VS checked all the other extensions you had installed. Removing the Telerik extension got rid of this warning. Thank you for pointing me in the right direction!