question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

System.IO.FileNotFoundException

See original GitHub issue

Hi, last year I used MrAdvice.Fody (v 1.2.7) in a Xamarin Project (iOS and Droid both) without problems. I just started another project (with a PCL and an iOS projects) and I noticed that MrAdvice.Fody is deprecated. (C# 4.5) So, I tried include new suggested nuget MrAdvice.

In iOS project Xamarin Studio correctly added Package and Reference but, at compile time, I have this problem:

/Users/MyUser/Documents/git_xamarin/MyProject/packages/MrAdvice.2.4.5/build/MrAdvice.targets: Error: Internal error: System.IO.FileNotFoundException: Could not load file or assembly 'MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8' or one of its dependencies File name: 'MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8' at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, System.Boolean refonly) [0x0003d] in <8f2c484307284b51944a1a13a14c0266>:0 at System.AppDomain.Load (System.String assemblyString) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00005] in <8f2c484307284b51944a1a13a14c0266>:0 at ArxOne.MrAdvice.MrAdviceStitcher.Process (StitcherBoy.Weaving.Build.AssemblyStitcherContext context) [0x000e6] in <24a35298ea264200b2cfa6723955cb10>:0 (MyProject.iOS)

schermata 2017-03-09 alle 11 46 44

I tried rename “net40-client” folder into net45-client" for test and Error disappeared but aspect doesn’t work.

Any ideas? Many Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:45 (26 by maintainers)

github_iconTop GitHub Comments

1reaction
emmanuele-villacommented, Jul 26, 2017

I found about that problem on xamarin where you use an unsupported pdb format here, but after changing the DebugType to “full” as stated here, the error doesn’t change… The same error happens in release mode, so how is it related to the debug modes? Maybe we are talking about two different things with the same name? The only pdb reference that I found in xamarin projects is that one…

EDIT: dnlib updated his library to match the serializable constructor https://github.com/0xd4d/dnlib/issues/132

0reactions
picrapcommented, Apr 26, 2021

Hi everyone here, there has been a major rewrite of Mr Advice weaver, and I would like to close this issue, if no one is against.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FileNotFoundException Class (System.IO)
The exception that is thrown when an attempt to access a file that does not exist on disk fails. public ref class FileNotFoundException...
Read more >
Debugging System.IO.FileNotFoundException - Cause and fix
In all instances this error is caused by trying to access a file that isn't there. But, there are actually multiple scenarios that...
Read more >
How to resolve this System.IO.FileNotFoundException
FileNotFoundException means the program did not find the file you specified. So what you need to do is check what file your code...
Read more >
System.IO.FileNotFoundException - Help
Hi everyone, I take this exception 'UiPath.Studio.Contracts.RecoverableException —> System.IO.FileNotFoundException'. Can someone help me ?
Read more >
'Could not find file 'file's path' error? : r/csharp
When I verify the path later in My computer, it exists. Maybe I was unclear, but my error is like this System.IO.FileNotFoundException: 'Could ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found