My RPA project (vs 19.1.87.0) it’s working fine in VM.
Actually, the issue is in localhost (workstation), when I run the project, it never start main process flow and doesn’t comes through “AllProjectsStared” Runtime Loader. It was working fine and I don’t know how it gets broken.
@AntonySolis From the log I could see some exception occurred during allProjectsStartedEvent. May I know if you are using startmyday functionality in the project. Also this may need some debugging, please create support incident to work on this.
Error in the log you shared
1) Exception Information
*********************************************
Exception Type: System.ArgumentNullException
Message: "Value cannot be null."
ParamName: NULL
Data: IDictionary (System.Collections.ListDictionaryInternal) with 0 items
TargetSite: Void ReliableEnter(System.Object, Boolean ByRef)
HelpLink: NULL
Source: "mscorlib"
HResult: -2147467261
StackTrace Information
*********************************************
at System.Threading.Monitor.ReliableEnter(Object obj, Boolean& lockTaken)
at OpenSpan.ApplicationFramework.StartMyDay.StartMyDayService.AddOrUpdateAdapter(IStartMyDayAdapter adapter)
at OpenSpan.ApplicationFramework.StartMyDay.StartMyDayService.OnBeforeAllProjectsStarted(Object sender, EventArgs e)
at OpenSpan.Runtime.ProjectManager.RuntimeLoader_BeforeAllProjectsStarted(Object sender, EventArgs e)
at OpenSpan.Runtime.RuntimeLoader.OnAllProjectsStarted()