2017-11-10 13 views
0

私はWindows 7 Enterprise、SP1、64bitを使用しています。 「Docker for Windows installer.exe」をダウンロードしましたが、ダブルクリックするだけで何もしませんでした。だから私はCMDでそれを実行し、それがこのエラーがスローされます。Windows用のDockerインストーラがPresentationFramework.Aero2で失敗する

Unhandled Exception: System.Windows.Markup.XamlParseException: Set property 'Sys 
tem.Windows.FrameworkElement.Style' threw an exception. ---> System.IO.FileNotFo 
undException: Could not load file or assembly 'PresentationFramework.Aero2, Publ 
icKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find 
the file specified. 
    at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String cod 
eBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& 
stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntro 
spection, Boolean suppressSecurityChecks) 
    at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName as 
semblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMar 
k& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIn 
trospection, Boolean suppressSecurityChecks) 
    at System.Reflection.Assembly.Load(AssemblyName assemblyRef) 
    at System.Windows.Baml2006.Baml2006SchemaContext.ResolveAssembly(BamlAssembly 
bamlAssembly) 
    at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlTypeToType(BamlTy 
pe bamlType) 
    at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bam 
lType, Int16 typeId) 
    at System.Windows.Baml2006.Baml2006SchemaContext.GetXamlType(Int16 typeId) 
    at System.Windows.Baml2006.Baml2006Reader.Process_ElementStart() 
    at System.Windows.Baml2006.Baml2006Reader.Process_OneBamlRecord() 
    at System.Windows.Baml2006.Baml2006Reader.ReadObject(KeyRecord record) 
    at System.Windows.ResourceDictionary.CreateObject(KeyRecord key) 
    at System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value 
, Boolean& canCache) 
    at System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object 
& value, Boolean& canCache) 
    at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& 
canCache) 
    at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache) 
    at System.Windows.DeferredResourceReference.GetValue(BaseValueSourceInternal 
valueSource) 
    at System.Windows.DependencyPropertyChangedEventArgs.get_NewValue() 
    at System.Windows.FrameworkElement.OnStyleChanged(DependencyObject d, Depende 
ncyPropertyChangedEventArgs e) 
    at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChange 
dEventArgs e) 
    at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChange 
dEventArgs e) 
    at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyCha 
ngedEventArgs args) 
    at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex 
, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry 
, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean co 
erceWithCurrentValue, OperationType operationType) 
    at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Obje 
ct value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolea 
n coerceWithCurrentValue, OperationType operationType, Boolean isInternal) 
    at System.Windows.Baml2006.WpfKnownMemberInvoker.SetValue(Object instance, Ob 
ject value) 
    at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember 
property, Object value) 
    --- End of inner exception stack trace --- 
    at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInf 
o lineInfo, Uri baseUri) 
    at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjec 
tWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject 
, XamlObjectWriterSettings settings, Uri baseUri) 
    at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolea 
n skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri b 
aseUri) 
    at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext par 
serContext, Object parent, Boolean closeStream) 
    at LightweightInstaller.Wizard..ctor(IChannelHelper channelHelper) 
    at LightweightInstaller.Cmd.CommandResolver.Resolve(String[] args) 
    at LightweightInstaller.Program.Main(String[] args) 

私は何をそれについて行うには見当がつかない。何か案が?ありがとう! :)は、Windows 10にアップグレードすることができない場合は、Windows用ドッカーは、Windows 10上でのみ使用可能です

答えて

0

、代わりにドッカーツールボックスを使用することを検討してください:https://docs.docker.com/toolbox/toolbox_install_windows/

+0

は、私はそれだけでWin10のためだった気づいていない、ありがとう。アップグレードは今オプションではなく、ツールボックスが役立つかどうかが表示されます。ありがとう! – neliCZka

関連する問題