When I stop training a NN (NeuroLab Build 9) I get an exeption (see screenshot)
NN used: Basline with RSI
NN used: Basline with RSI
Rename
Thanks for the report. In production build I'm getting this exception when stopping training:
System.IO.FileLoadException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll'. The module cannot be loaded because only single file assemblies are supported. (0x8013101E)
File name: 'System.EnterpriseServices.Wrapper.dll'
at System.Reflection.RuntimeAssembly.GetModules(QCallAssembly assembly, Boolean loadIfNotFound, Boolean getResourceModules, ObjectHandleOnStack retModuleHandles)
at System.Reflection.RuntimeAssembly.GetModulesInternal(Boolean loadIfNotFound, Boolean getResourceModules)
at System.Reflection.RuntimeAssembly.GetModules(Boolean getResourceModules)
at System.Reflection.Assembly.GetTypes()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver.GetTypes(Assembly assembly, Boolean publicOnly)
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver.ReflectTypes()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver..ctor()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.Serialize[T](T data, TextWriter writer)
at SharpLearning.Neural.Models.RegressionNeuralNetModel.Save(TextWriter writer)
at SharpLearning.Neural.Models.RegressionNeuralNetModel.Persist()
at
.
(Object ,
)
at WealthLab.NeuroLab.pageTrain.
(Object , RunWorkerCompletedEventArgs )
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.IO.FileLoadException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll'. The module cannot be loaded because only single file assemblies are supported. (0x8013101E)
File name: 'System.EnterpriseServices.Wrapper.dll'
at System.Reflection.RuntimeAssembly.GetModules(QCallAssembly assembly, Boolean loadIfNotFound, Boolean getResourceModules, ObjectHandleOnStack retModuleHandles)
at System.Reflection.RuntimeAssembly.GetModulesInternal(Boolean loadIfNotFound, Boolean getResourceModules)
at System.Reflection.RuntimeAssembly.GetModules(Boolean getResourceModules)
at System.Reflection.Assembly.GetTypes()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver.GetTypes(Assembly assembly, Boolean publicOnly)
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver.ReflectTypes()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.GenericResolver..ctor()
at SharpLearning.InputOutput.Serialization.GenericXmlDataContractSerializer.Serialize[T](T data, TextWriter writer)
at SharpLearning.Neural.Models.RegressionNeuralNetModel.Save(TextWriter writer)
at SharpLearning.Neural.Models.RegressionNeuralNetModel.Persist()
at
.
(Object ,
)
at WealthLab.NeuroLab.pageTrain.
(Object , RunWorkerCompletedEventArgs )
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Ok, this error is due to my own deployment process. Some libraries do not get along. Sorry for open a discussion too hasty.
Thanks for the update, I was not able to reproduce it so good to know.
Your Response
Post
Edit Post
Login is required