Error Loading Assemblies in Mono for android - xamarin.android

Mono for android was working just fine but after a pc restart I get the following error for my project? The error title is just "Error Loading Assemblies" and the details are in the image below.
Any idea what could be the cause? This is happening in monodroid 4.2.2 and it happens both on emulator and a physcal android:

Through xamarin forum I found that cleaning the solution in Visual Studio will fix this problem. Hope this helps somone else.

Related

ReflectionOnly loading is not supported on this platform.F# Compiler(3053) on VSC After Installing RProvider

I installed RProvider 1.1.22 on Visual Studio and it worked with dotnetcore 3.1 and R 3.4.4. I tried to do the same thing using Visual Studio Code, but after installing RProvider I get this error "the type provider 'RProvider.RProvider' reported an error: The type provider constructor has thrown an exception: ReflectionOnly loading is not supported on this platform.F# Compiler(3053)"
Does anyone know what causes this error and its fix? If not, I would appreciate explaining the meaning of "Reflection Only loading". I tried searching it on the web but with no luck.
Update: RProvider worked with me on visual studio even with .Net 5. However, as #CaringDev mentioned, there seems to be a problem with the new dotnet build. It will only build through MSBuild.exe.
Assembly.ReflectionOnlyLoad is not supported on NET 5.0. If you want to use RProvider in VS Code you will have to target netcore3.1.
It seems RProvider does not work with new SDK-style projects. The message containing ReflectionOnly loading is mentioned in a PR
Given that the RProvider project is not actively maintained, I fear you are on your own.

I cannot find my project dll in visual studio code

enter image description here
Can anyone help me find the problem here even after I am uninstalling and reinstalling G1ANT and its extension I am getting this error.Please give me a solution for this
First you build then debug if required..

Finding Reference to System.IO.FileSystem.Watcher.dll

I have a Xamarin Forms cross platform solution. When I build the solution, the iOS project can't resolve the reference: C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.iOS/v1.0/Facades/System.IO.FileSystem.Watcher.dll even though it is physically there. All the other projects build just fine.
I can't find a reference to the DLL or the class anywhere in the solution files. I don't need the capability.
Ideas? Thanks.
I had the exact same issue. I found out that the issue happened because of different versions of Xamarin.iOS on my development and mac machine. By updating Xamarin through Xamarin Studio, the problem was solved.
Source: Xamarin Forums

Can't create ASP.NET MVC* project on Visual Studio 2012

I've just downloaded and installed VS2012 Ultimate RC. When I create a new ASP.NET MVC project it refuses to create it with the following error message:
"The Project File '......' cannot be opened. There is a missing project subtype. Subtype : '{E53F8FEA-EAE0-44A6-8774-FFD645390401}' is unsupported by this installation."
thanks for help.
Alright, it works now. Seems there was a problem in my vs12 installation. A repair has fixed the problem and it's working great now. Thank you guys.

Problem with F# Powerpack. Method not found error

I've had F# Powerpack for a while now. It ran perfectly. But a few days before, I don't know what I did, whenever I compile my project and run it, I get an error
Method not found: 'System.Object Microsoft.FSharp.Text.Parsing.Tables`1.Interpret(Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Text.Lexing.LexBuffer`1<Char>,!0>, Microsoft.FSharp.Text.Lexing.LexBuffer`1<Char>, Int32)'.
I tried on my laptop too. Then I thought, that it might be an error in my code. So I started a new project, F# Parsed Language Starter Kit (the starter kit you find online), and it fails with the same error. I tried reinstalling F# Powerpack but the error continues.
You've probably installed VS2010 SP1.
http://fsharpnews.blogspot.com/2011/03/dont-install-vs2010-sp1.html
Please send details of your install configuration and updates to fsbugs AT microsoft.com.
Also, please repair Visual Studio, and/or look at the instructions on this page and send us the contents of your pub.config file.
A workaround to get you going again is to recompile the F# Power Pack for .NET 4.0 (it is a .NET 2.0 binary, and this related to the issue you're seeing)
I've got the same error when trying to build WikiBooks Lexing/Parsing example in Visual Studio 2012. I resolved the problem by switching target framework from 4.0 to 4.5 in project settings.

Resources