I’m trying to use the Tentacle on Windows XP Pro SP3 (x86) with .NET v4.0.30319 installed.
Tools.exe cannot be started and says nothing about it (I’ve found no errors/logs).
Tentacle.exe gives this stack trace:
System.Reflection.ReflectionTypeLoadException
Стек:
в System.Reflection.RuntimeModule.GetTypes(System.Reflection.RuntimeModule)
в System.Reflection.RuntimeModule.GetTypes()
в System.Reflection.Assembly.GetTypes()
в Autofac.Features.Scanning.ScanningRegistrationExtensions.b__5(System.Reflection.Assembly)
в System.Linq.Enumerable+d__142[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext() в System.Linq.Enumerable+WhereEnumerableIterator
1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext()
в Autofac.Features.Scanning.ScanningRegistrationExtensions.ScanAssemblies(System.Collections.Generic.IEnumerable1<System.Reflection.Assembly>, Autofac.Core.IComponentRegistry, Autofac.Builder.IRegistrationBuilder
3<System.Object,Autofac.Features.Scanning.ScanningActivatorData,Autofac.Builder.DynamicRegistrationStyle>)
в Autofac.Features.Scanning.ScanningRegistrationExtensions+<>c__DisplayClass1.b__0(Autofac.Core.IComponentRegistry)
в Autofac.ContainerBuilder.Build(Autofac.Core.IComponentRegistry, Boolean)
в Autofac.ContainerBuilder.Update(Autofac.Core.IComponentRegistry)
в Autofac.Module.Configure(Autofac.Core.IComponentRegistry)
в Autofac.ContainerBuilder.Build(Autofac.Core.IComponentRegistry, Boolean)
в Autofac.ContainerBuilder.Update(Autofac.Core.IComponentRegistry)
в Autofac.Module.Configure(Autofac.Core.IComponentRegistry)
в Autofac.ContainerBuilder.Build(Autofac.Core.IComponentRegistry, Boolean)
в Autofac.ContainerBuilder.Build(Autofac.Builder.ContainerBuildOptions)
в Octopus.Tentacle.Program.BuildContainer()
в Octopus.Tentacle.Program.Main(System.String[])
Tentacle version 1.1.3.1410
Ok, sorry, I should have installed Windows Management Framework. Now everything works as expected
Hi Valeriy, thanks for the update, glad you got this working!
Paul