I deleted my current trinity folder under plugins and then made a new folder name trinity, did the svn checkout process,
tried to load up DB, I get all red text and see this
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\Shari\Desktop\DB\Plugins\Trinity\Version.xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri)
at Trinity.TrinityPlugin.get_Version() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Plugin.cs:line 66
at Trinity.Technicals.Logger.UpdatePrefix() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 92
at Trinity.Technicals.Logger.Log(TrinityLogLevel level, LogCategory category, String formatMessage, Object[] args) in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 42
at Trinity.Technicals.Logger.LogNormal(String formatMessage, Object[] args) in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 141
at Trinity.Helpers.PluginCheck.InstallTrinityRoutine() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\PluginCheck.cs:line 137
at Trinity.Helpers.PluginCheck.CheckAndInstallTrinityRoutine() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\PluginCheck.cs:line 126
at Trinity.TrinityPlugin..ctor() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Plugin.cs:line 439
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Zeta.Common.TypeLoader`1.*************(Assembly[] )
at Zeta.Common.TypeLoader`1.Reload()
at Zeta.Common.AssemblyLoader`1.Reload(String reason)
at Zeta.Common.Plugins.PluginManager.ReloadAllPlugins(String pluginsDirectory, Boolean reloadOnFileChange)
at Demonbuddy.MainWindow.*********()
at Demonbuddy.MainWindow.\]BQQ c2a6#!HJS2^>v\,0\&xi2".MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Demonbuddy.MainWindow.R#qI;-``(jlZ1D(k\&q_S"V%@%.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
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.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\Shari\Desktop\DB\Plugins\Trinity\Version.xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri)
at Trinity.TrinityPlugin.get_Version() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Plugin.cs:line 66
at Trinity.Technicals.Logger.UpdatePrefix() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 92
at Trinity.Technicals.Logger.Log(TrinityLogLevel level, LogCategory category, String formatMessage, Object[] args) in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 42
at Trinity.Technicals.Logger.LogNormal(String formatMessage, Object[] args) in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\Logger.cs:line 141
at Trinity.Helpers.PluginCheck.InstallTrinityRoutine() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\PluginCheck.cs:line 137
at Trinity.Helpers.PluginCheck.CheckAndInstallTrinityRoutine() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Helpers\PluginCheck.cs:line 126
at Trinity.TrinityPlugin..ctor() in C:\Users\Shari\Desktop\DB\Plugins\unifiedtrinity.Master\Plugin.cs:line 439
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Zeta.Common.TypeLoader`1.*************(Assembly[] )
at Zeta.Common.TypeLoader`1.Reload()
at Zeta.Common.AssemblyLoader`1.Reload(String reason)
at Zeta.Common.Plugins.PluginManager.ReloadAllPlugins(String pluginsDirectory, Boolean reloadOnFileChange)
at Demonbuddy.MainWindow.*********()
at Demonbuddy.MainWindow.\]BQQ c2a6#!HJS2^>v\,0\&xi2".MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Demonbuddy.MainWindow.R#qI;-``(jlZ1D(k\&q_S"V%@%.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
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)