Coder Social home page Coder Social logo

Comments (15)

kendrahavens avatar kendrahavens commented on July 18, 2024 5

Thank you folks for posting workarounds! We are chatting internally about how to get fixed 4.7 images rolled out. Thank you for your patience.

from dotnet-framework-docker.

fredrikn avatar fredrikn commented on July 18, 2024 1

from dotnet-framework-docker.

ksmyth avatar ksmyth commented on July 18, 2024

The 4.6.2 image seems to work fine.

from dotnet-framework-docker.

jflheureux avatar jflheureux commented on July 18, 2024

I experience the same error on the microsoft/aspnet:4.7 image. microsoft/aspnet:4.6.2 works.

from dotnet-framework-docker.

kendrahavens avatar kendrahavens commented on July 18, 2024

@shirhatti Do you know what this might be?

from dotnet-framework-docker.

shirhatti avatar shirhatti commented on July 18, 2024

Maybe @sujitnayak has a better idea?

from dotnet-framework-docker.

qasim9641 avatar qasim9641 commented on July 18, 2024

Does anybody find the solution.I am not even able to install the build tools on 4.6.2 image?

from dotnet-framework-docker.

Skybladev2 avatar Skybladev2 commented on July 18, 2024

@qasim9641 I just copy MSbuild folder from my workstation + mount Reference Assemblies folders (x86 and x64) as they are too big to copy.
Not an ideal, but it works for me.

from dotnet-framework-docker.

fredrikn avatar fredrikn commented on July 18, 2024

I have the same problem. Can be a bug in Windows Server Core?!
The following worked before, during February this year, but not anymore (maybe the core images is updated with some missing parts?!).

FROM microsoft/windowsservercore

SHELL ["powershell"]

Install Microsoft Build Tools 2015

RUN Invoke-WebRequest "https://download.microsoft.com/download/E/E/D/EEDF18A8-4AED-4CE0-BEBE-70A83094FC5A/BuildTools_Full.exe" -OutFile "$env:TEMP\BuildTools_Full.exe" -UseBasicParsing
RUN & "$env:TEMP\BuildTools_Full.exe" /Silent /Full

from dotnet-framework-docker.

mahirsertkaya avatar mahirsertkaya commented on July 18, 2024

I have the same issue. I am using microsoft/aspnet and microsoft/aspnet:4.6.2 but no luck.

My BuildTools_log file has some weird C++ language support error, since build tool also contains C++ stuff in it.

[09F0:0AAC][2017-08-30T12:23:28]e000: MUX:  Exception: Info: InnerException: Info:
[09F0:0AAC][2017-08-30T12:23:28]e000: MUX:  ERROR: The C++ module failed to load during appdomain initialization.

[09F0:0AAC][2017-08-30T12:23:28]e000: MUX:  Stack:    at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )

When I searched for that error, people suggest to install PowerShell: Install-WindowsFeature NET-Framework-Features but it is not working on windows 2016 core.

from dotnet-framework-docker.

mahirsertkaya avatar mahirsertkaya commented on July 18, 2024

Thanks for that.
This microsoft/windowsservercore:10.0.14393.1480 image is definitely working because it has framework 3.5.

image

While other more up-to-date images have framework 3.5 removed.
image

from dotnet-framework-docker.

quickstar avatar quickstar commented on July 18, 2024

Is this bug with the current release 10.0.14393.1715 now fixed?

from dotnet-framework-docker.

mbadawi23 avatar mbadawi23 commented on July 18, 2024

I was able to get around this using the following line:
RUN & "C:\temp\bin\BuildTools_Full.exe /Silent /Full | out-null";

Apparently Out-Null blocks until MSBuild is installed.

Now this test returns true (I'm installing MSBuild 12):

RUN & "Test-Path 'C:\Program Files (x86)\MSBuild\12.0\bin'";

from dotnet-framework-docker.

MichaelSimons avatar MichaelSimons commented on July 18, 2024

Do the recently added microsoft/dotnet-framework-build images solve the problem for you? If not what additional components are needed?

from dotnet-framework-docker.

MichaelSimons avatar MichaelSimons commented on July 18, 2024

Closing as there was no response to my previous question. Assuming the new microsoft/dotnet-framework-build images are adequate. If not feel free to open issues against the build images.

from dotnet-framework-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.