dei79 / netsparkle

NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle (http://bit.ly/HWyJd) project for Cocoa developers and the WinSparkle (http://bit.ly/cj5kP5) project (a Win32 port).
121 stars 21 forks source link

System.IO.FileNotFoundException: Could not load file or assembly 'AppLimit.NetSparkle #4

Open lamathe opened 4 years ago

lamathe commented 4 years ago

Our WPF App (x86) has been encountering an error multiple times with FileNotFoundException for AppLimit.NetSparkle even though the DLL being present.

System.IO.FileNotFoundException: Could not load file or assembly 'AppLimit.NetSparkle, Version=1.0.84.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at BibaApplication.Managers.BibaUpgradeManager.<>c__DisplayClass8_0.b0() at BibaApplication.Managers.BibaUpgradeManager.d10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_1(Object state) at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

If there is any pointer to get around this.