question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installer for framework 1.1.0-preview1-001100-00

See original GitHub issue

Steps to reproduce

  1. Reference a fairly new nightly build of EF tools, e.g. “Microsoft.EntityFrameworkCore.Tools.DotNet”: “1.0.0-preview3-*”,
  2. This in turn requires Microsoft.NETCore.App/1.1.0-preview1-*, so reference that
  3. Attempt to run

Expected behavior

Success!

Actual behavior

Failure 😦

The specified framework 'Microsoft.NETCore.App', version '1.1.0-preview1-001100-00' was not found.
  - Check application dependencies and target a framework version installed at:
      C:\Program Files\dotnet\shared\Microsoft.NETCore.App
  - The following versions are installed:
      1.0.1
  - Alternatively, install the framework version '1.1.0-preview1-001100-00'.

…How can I install framework version 1.1.0-preview1-001100-00, please?

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview2-003133)

Product Information:
 Version:            1.0.0-preview2-003133
 Commit SHA-1 hash:  74df06500c

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kierenjcommented, Oct 18, 2016

I think I’m still missing something - this works fine for dependencies and nuget packages, but it still wants the new framework to run (see original error message). That’s with that feed only (removed myget.org/F/dotnet-core and dotnet.myget.org/F/aspnetcore-dev), and using netcoreapp1.1 as you say. As I understand it, the framework is the bit that has to be installed on your machine separately, with an installer. My C:\Program Files\dotnet\shared\Microsoft.NETCore.App has 1.0.1 (as the error message indicated). There’s no 1.1.0 there, and I’m not convinced that’s populated from a nuget feed?

1reaction
kierenjcommented, Oct 18, 2016

@mauricew I have the package - dotnet restore works fine for that version - what I don’t have is an installer for the framework. I’m not sure I understand?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run .NET Framework 1.1 apps on Windows 8, 8.1, 10, or ...
Install .NET Framework 1.1 from a CD or download center. It isn't possible to manually install .NET Framework 1.1 on Windows 8, Windows...
Read more >
How To Download and Install NET Framework 1.1 ... - YouTube
How To Download and Install NET Framework 1.1 on Windows 10/8/7. Issues addressed in this tutorial: install net framework 1.1 windows 10 ...
Read more >
NET Framework 1.1 program doesn't work on Windows 10
It failed to install at first, asking me to install .NET Framework 1.1, which I did, and I used the program just fine...
Read more >
To manually install Microsoft .NET Framework 1.1 on Windows ...
Open in app. How to Manually Install Microsoft .NET Framework 1.1 on Windows 10, Windows 8, Windows 7, Windows Vista and Windows Server...
Read more >
.NET Framework version history - Wikipedia
NET Framework 1.1 Service Pack 1 was released on 30 August 2004. It requires Windows NT 4.0 SP6a plus Windows Installer 2.0. It...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found