Lazycoder

24Aug/041

File or assembly name Plugins/bin/AnotherPlugin, or one of its dependencies, was not found.

File or assembly name Plugins/bin/AnotherPlugin, or one of its dependencies, was not found.

I’d buy good beer or alcohol if somebody could tell me why I’m getting a file not found exception on this AppDomain.CurrentDomain.Load method call even though the friggin path exists and I’m point right friggin to it.

FusLogVw.exe doesn’t work. No matter what I try it tell me it can’t open the cache if I click “view log”.

Filed under: General Leave a comment
  • http://www.planetpayment.com Timothy Erwin

    Keep your beer for yourself.

    I had the same problem – what you want to do is this:

    Assembly MyAssembly = Assembly.LoadFrom( MyFileInfo.FullName );