turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

i18n.POTGenerator compiled version for VS2015 #258

Closed tomasr78 closed 8 years ago

tomasr78 commented 8 years ago

Where I could find compiled i18n.POTGenerator version for VS2015?

turquoiseowl commented 8 years ago

There isn't an official build of that for VS2015, yet. You will need to do it yourself from the source.

tomasr78 commented 8 years ago

What changes should I make in i18n.POTGenerator project to install extension to VS Prof 2015? I have compile the project and while trying to install package I get error

3/31/2016 10:32:04 AM - Microsoft VSIX Installer 3/31/2016 10:32:04 AM - ------------------------------------------- 3/31/2016 10:32:04 AM - Initializing Install... 3/31/2016 10:32:04 AM - Extension Details... 3/31/2016 10:32:04 AM - Identifier : 698f006d-7893-4be1-bdf2-a51c47349941 3/31/2016 10:32:04 AM - Name : i18n.POTGenerator 3/31/2016 10:32:04 AM - Author : - 3/31/2016 10:32:04 AM - Version : 1.0 3/31/2016 10:32:04 AM - Description : Adds a new project menu item to generate a POT file from the cs and cshtml files planning to use the i18n library for internationalization 3/31/2016 10:32:04 AM - Locale : en-US 3/31/2016 10:32:04 AM - MoreInfoURL : 3/31/2016 10:32:04 AM - InstalledByMSI : False 3/31/2016 10:32:04 AM - SupportedFrameworkVersionRange : [4.5] 3/31/2016 10:32:04 AM - 3/31/2016 10:32:04 AM - SignatureState : Unsigned 3/31/2016 10:32:04 AM - Supported Products : 3/31/2016 10:32:04 AM - Microsoft.VisualStudio.Pro 3/31/2016 10:32:04 AM - Version : [12.0] 3/31/2016 10:32:04 AM - Microsoft.VisualStudio.Pro 3/31/2016 10:32:04 AM - Version : [11.0,13.0) 3/31/2016 10:32:04 AM - 3/31/2016 10:32:04 AM - References : 3/31/2016 10:32:04 AM - ------------------------------------------------------- 3/31/2016 10:32:04 AM - Identifier : Microsoft.VisualStudio.MPF.11.0 3/31/2016 10:32:04 AM - Name : Visual Studio MPF 11.0 3/31/2016 10:32:04 AM - Version : [11.0] 3/31/2016 10:32:04 AM - MoreInfoURL : 3/31/2016 10:32:04 AM - Nested : No 3/31/2016 10:32:04 AM - 3/31/2016 10:32:04 AM - Signature Details... 3/31/2016 10:32:04 AM - Extension is not signed. 3/31/2016 10:32:04 AM - 3/31/2016 10:32:04 AM - Searching for applicable products... 3/31/2016 10:32:04 AM - Found installed product - Microsoft Visual Studio Professional 2015 3/31/2016 10:32:04 AM - Found installed product - Microsoft Visual Studio Community 2015 3/31/2016 10:32:04 AM - Found installed product - Microsoft Visual Studio 2015 Shell (Integrated) 3/31/2016 10:32:04 AM - Found installed product - Global Location 3/31/2016 10:32:04 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported) at VSIXInstaller.App.InitializeInstall() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()

turquoiseowl commented 8 years ago

231 may help you.

turquoiseowl commented 8 years ago

You may also want to try replacing the reference to Microsoft.VisualStudio.Shell.12.0 with one to Microsoft.VisualStudio.Shell.14.0 (from i18n.POTGenerator project).

turquoiseowl commented 8 years ago

Please re-open if still an issue. Thanks.

cigano commented 7 years ago

I made this pull request that solves these issues. It would be great to publish the VSIX in Visual Studio Gallery.