wif - How to install Windows Identity Foundation 3.5 on Docker dotnet-framework 4.7 container? -


i have .net application trying run using docker, requires wif 3.5 work. i've searched can find no definitive answer anywhere on how install onto container. here error receive when trying run program

unhandled exception: system.aggregateexception: 1 or more errors occurred. ---> system.io.filenotfoundexception: not load file or assembly 'microsoft.identitymodel, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. 

i've downloaded msu file link , added container:

https://download.microsoft.com/download/d/7/2/d72fd747-69b6-40b7-875b-c2b40a6b2bdd/windows6.1-kb974405-x64.msu

but when open powershell in docker image , try , run using wusa.exe or anything, no feedback , gives me new command line - indicating me nothing @ all. when try .\windows6.1-kb974405-x64.msu, gives me directory titled 820a6a7341819d78e2130b contains contents of msu:

windows6.1-kb974405-x64-pkgproperties.txt windows6.1-kb974405-x64.cab windows6.1-kb974405-x64.xml wsusscan.cab 

here dockerfile:

from microsoft/dotnet-framework:4.7 add debug/ / add wif/ / entrypoint loadtest.exe run loadtest.exe 

i have tried running msu , downloading website directly in dockerfile itself, result same - says running xxxxxx forever no feedback.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -