What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Unhandled dispatcher exception

DarkSylvian

New Member
Joined
Nov 29, 2012
Messages
29
Reaction score
0
Anyone else get this?

UNHANDLED DISPATCHER EXCEPTION
System.IO.FileNotFoundException: Could not load file or assembly 'GreyMagic.dll' or one of its dependencies. The specified module could not be found.
File name: 'GreyMagic.dll'
at Buddy.Wildstar.MainWindow.<AttachProcess>d__1c.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Buddy.Wildstar.MainWindow.AttachProcess(Process p)
at Buddy.Wildstar.MainWindow.<HandleProcessSelectorRefresh>d__2f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 
Got it, this x64 was creating the error:

"Quote from Deathdisguise:

Yeap, I figure that 99% of the time when you get the FileNotFoundException for GreyMagic.dll, you're missing one of two things:

VCRedist_x64 - http://download.microsoft.com/downlo...redist_x64.exe
.NET 4.5.1 - Microsoft Download Center

You two most likely have .NET already, but the just in case, download and install both of them again to make sure! "
 
Back
Top