I'm getting this error when saving an entity.
It appears to be related to fetching the runtime library, yet the project is referencing the latest nuget packages.
Any suggestions?
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at System.Diagnostics.FileVersionInfo.GetFullPathWithAssert(String fileName)
at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
at SD.LLBLGen.Pro.ORMSupportClasses.RuntimeLibraryVersion.get_Build()
at SD.LLBLGen.Pro.ORMSupportClasses.ORMException..ctor(String message, Exception innerException)
at SD.LLBLGen.Pro.ORMSupportClasses.ORMQueryExecutionException..ctor(String message, String queryExecuted, IList parameters, Exception innerException, Dictionary`2 exceptionInfo)
at SD.LLBLGen.Pro.ORMSupportClasses.ActionQuery.Execute()
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterCore.ExecuteActionQuery(IActionQuery queryToExecute)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterCore.PersistQueue(List`1 queueToPersist, Boolean insertActions)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterCore.SaveEntity(IEntity2 entityToSave, Boolean refetchAfterSave, IPredicateExpression updateRestriction, Boolean recurse)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.<>n__14(IEntity2 entityToSave, Boolean refetchAfterSave, IPredicateExpression updateRestriction, Boolean recurse)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.<>c__DisplayClass15_0.<SaveEntity>b__0()
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.ExecuteWithActiveRecoveryStrategy[T](Func`1 toExecute)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.SaveEntity(IEntity2 entityToSave, Boolean refetchAfterSave, IPredicateExpression updateRestriction, Boolean recurse)
at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterCore.SaveEntity(IEntity2 entityToSave)
at ScriptBackend.Module.Data.DiskFileStorage.SaveScriptObject(IScriptEngine scriptService, Guid projectId, String scriptname, String script) in C:\QMTFS\Prototype\MicroServices\E3\Backend\ScriptBackend.Data\DiskFileStorage.cs:line 27