• Icon: Bug Bug
    • Resolution: Resolved Locally
    • Icon: Highest Highest
    • None
    • None
    • None
    • Windows 10 Build 1478.

    • Severity 2 - Major

      After I've updated to source tree 2.5.5 it prompted me:

      ---------------------------
      SourceTree.exe - This application could not be started.
      ---------------------------
      This application requires one of the following versions of the .NET Framework:
      .NETFramework,Version=v4.7.1

      Do you want to install this .NET Framework version now?
      ---------------------------
      Yes No
      ---------------------------

      However I CAN'T install this .Net FW  version because my Windows 10 version, which is controlled by my company, doesn't support this FW version.

      Version 4.6.2 is the last supported by this windows 10 Build 1478.

      https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements

       Please, roll back the support for .Net 4.6.2 OR prompt-me to install a new dotnet version BEFORE upgrading source tree version, it's in an unusable state

            [SRCTREEWIN-8613] Source tree requires .NET 4.7.1 AFTER update

            Monique Khairuliana (Inactive) made changes -
            Workflow Original: JAC Bug Workflow v3 [ 3454155 ] New: SRCTREE JAC Bug Workflow [ 3743571 ]
            Monique Khairuliana (Inactive) made changes -
            Workflow Original: SourceTree Bug Workflow [ 2667363 ] New: JAC Bug Workflow v3 [ 3454155 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            Typical Atlassian nonsense.

            James Jordan added a comment - Typical Atlassian nonsense.

            tedyeh added a comment - - edited

            Great.

            tedyeh added a comment - - edited Great.

            The originally reported issue was not about the conflict between .NET versions 4.7.1 and 4.7.2, but rather that requiring at least 4.7.1 excludes a large batch of users on early versions of Windows 10 from using the software. Our corporate systems lock us at a certain version of Windows on which .NET 4.7+ can't be installed.

            https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements

            So we're just moving on to other tools. If you'd like us to use Sourcetree, you should evaluate whether you really need to require .NET version 4.7+.

            Riley Major added a comment - The originally reported issue was not about the conflict between .NET versions 4.7.1 and 4.7.2, but rather that requiring at least 4.7.1 excludes a large batch of users on early versions of Windows 10 from using the software. Our corporate systems lock us at a certain version of Windows on which .NET 4.7+ can't be installed. https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements So we're just moving on to other tools. If you'd like us to use Sourcetree, you should evaluate whether you really need to require .NET version 4.7+.

            T Ngo added a comment -

            Adding the two registry entries keys from the bottom of this page (see the known issues section) worked for me.

            T Ngo added a comment - Adding the two registry entries keys from the bottom of this page (see the known issues section) worked for me.
            minnsey made changes -
            Resolution New: Resolved Locally [ 7 ]
            Status Original: Verified [ 10005 ] New: Resolved [ 5 ]

            minnsey added a comment -

            This is due to a bug in a release of Windows 10 Insider Preview, this shoudl now be fixed in the latest releases.

            https://blogs.windows.com/windowsexperience/2018/09/05/announcing-windows-10-insider-preview-build-17754/#KWZJ5ZZjSFBEE5aB.97

            minnsey added a comment - This is due to a bug in a release of Windows 10 Insider Preview, this shoudl now be fixed in the latest releases. https://blogs.windows.com/windowsexperience/2018/09/05/announcing-windows-10-insider-preview-build-17754/#KWZJ5ZZjSFBEE5aB.97

            Vinay Chandra added a comment - - edited

            Do not update the file.

            SourceTree\SourceTree.exe.config
            

            You should update the config in this file

            SourceTree\<LatestVersion>\SourceTree.exe.config
            

            Vinay Chandra added a comment - - edited Do not update the file. SourceTree\SourceTree.exe.config You should update the config in this file SourceTree\<LatestVersion>\SourceTree.exe.config

            You need to put only one supportedRuntime, this config solve my problem

             
            <startup>
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
            </startup>

            Elias Rincon added a comment - You need to put only one supportedRuntime, this config solve my problem   <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/> </startup>

              Unassigned Unassigned
              c22cc50ff2ee Andrey Santanna
              Affected customers:
              15 This affects my team
              Watchers:
              32 Start watching this issue

                Created:
                Updated:
                Resolved: