techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

Problem VS 2013 instalation #38

Closed nikko24 closed 7 years ago

nikko24 commented 7 years ago

Installed product versions

Description

Problem with instalation

Steps to recreate

  1. I download it
  2. Run the instaler
  3. Fail image

This is from install log:

    1. 2017 15:23:31 - Microsoft VSIX Installer
    1. 2017 15:23:31 - -------------------------------------------
    1. 2017 15:23:31 - Initializing Install...
    1. 2017 15:23:31 - Extension Details...
    1. 2017 15:23:31 - Identifier : 27D183E9-5D2B-44D6-9EC8-2DB329096DF7
    1. 2017 15:23:31 - Name : MonoRemoteDebugger
    1. 2017 15:23:31 - Author : Techl.com
    1. 2017 15:23:31 - Version : 1.2.0
    1. 2017 15:23:31 - Description : MonoRemoteDebugger
    1. 2017 15:23:31 - Locale : en-US
    1. 2017 15:23:31 - MoreInfoURL : https://github.com/techl/MonoRemoteDebugger
    1. 2017 15:23:31 - InstalledByMSI : False
    1. 2017 15:23:31 - SupportedFrameworkVersionRange : [4.5,)
    1. 2017 15:23:31 -
    1. 2017 15:23:31 - Supported Products :
    1. 2017 15:23:31 - Microsoft.VisualStudio.Pro
    1. 2017 15:23:31 - Version : [13.0,15.0]
    1. 2017 15:23:31 - Microsoft.VisualStudio.Ultimate
    1. 2017 15:23:31 - Version : [13.0,15.0]
    1. 2017 15:23:31 - Microsoft.VisualStudio.Premium
    1. 2017 15:23:31 - Version : [13.0,15.0]
    1. 2017 15:23:31 - Microsoft.VisualStudio.VSWinDesktopExpress
    1. 2017 15:23:31 - Version : [13.0,15.0]
    1. 2017 15:23:31 - Microsoft.VisualStudio.VWDExpress
    1. 2017 15:23:31 - Version : [13.0,15.0]
    1. 2017 15:23:31 - Microsoft.VisualStudio.Community
    1. 2017 15:23:31 - Version : [14.0,15.0]
    1. 2017 15:23:31 -
    1. 2017 15:23:31 - References :
    1. 2017 15:23:31 - -------------------------------------------------------
    1. 2017 15:23:31 - Identifier : Microsoft.VisualStudio.MPF.14.0
    1. 2017 15:23:31 - Name : Visual Studio MPF 14.0
    1. 2017 15:23:31 - Version : [14.0]
    1. 2017 15:23:31 - MoreInfoURL :
    1. 2017 15:23:31 - Nested : No
    1. 2017 15:23:31 -
    1. 2017 15:23:31 -
    1. 2017 15:23:31 - Searching for applicable products...
    1. 2017 15:23:31 - Found installed product - Microsoft Visual Studio Ultimate 2013
    1. 2017 15:23:31 - Found installed product - Microsoft Visual Studio Premium 2013
    1. 2017 15:23:31 - Found installed product - Microsoft Visual Studio Professional 2013
    1. 2017 15:23:31 - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
    1. 2017 15:23:31 - Found installed product - Global Location
    1. 2017 15:23:31 - Found installed product - ssms
    1. 2017 15:23:31 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. v VSIXInstaller.App.InitializeInstall() v System.Threading.Tasks.Task.InnerInvoke() v System.Threading.Tasks.Task.Execute()
techcap commented 7 years ago

Current version doesn't support VS2013. Please use VS2017 community edition.

nikko24 commented 7 years ago

I have only VS 2013, please do you have old version for VS 2013?

techcap commented 7 years ago

Can you try this one? I just removed the requirement of VS2015 or above. I didn't test it in VS2013.

MonoRemoteDebugger.VSExtension.zip

techcap commented 7 years ago

@nikko24 Did you check?

nikko24 commented 7 years ago

@techcap Yes, but on VS 2013 didnt work, i installed VS 2017.

techcap commented 7 years ago

I see.