2008-06-19, 03:34 AM
Code:
2008-06-18 16:27:11.875 ERROR [9] FATAL UNHANDLED EXCEPTION:: System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Program Files\Devnz\GBPVR\UTorrentLib.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Program Files\Devnz\GBPVR\UTorrentLib.dll'
at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at WizUtilities.GenUtil.ResolveAssemblyEventHandler(Object sender, ResolveEventArgs args)
at System.AppDomain.OnAssemblyResolveEvent(String assemblyFullName)
at TorrentsPlugin.UTorrentManager.Update()
at TorrentsPlugin.UTorrentManager.Update(Object stateInfo)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)
C:\ProgramFiles\Devnz\GBPVR\UTorrentLib.dll really should exist @ gbpvr/plugins/torrent. It might be helpful to zip and attach a full log.
Also you might try running and posting the output from WizDllInfoHelper. I suspect either you have two copies of one of the DLLs, or are missing one of the necessary DLLs.