- ago
When I stop training a NN (NeuroLab Build 9) I get an exeption (see screenshot)
NN used: Basline with RSI
0
633
Solved
3 Replies

Reply

Bookmark

Sort
- ago
#1
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)

0
- ago
#2
Ok, this error is due to my own deployment process. Some libraries do not get along. Sorry for open a discussion too hasty.
0
Best Answer
Glitch8
 ( 9.00% )
- ago
#3
Thanks for the update, I was not able to reproduce it so good to know.
0

Reply

Bookmark

Sort