简体   繁体   中英

Error “Value cannot be null parameter name: method” while building in project Xamarin.Forms

I am getting an error when building app in Xamarin.Forms

"Value cannot be null parameter name: method".

It was working fine previously. Now when I am opening the project and trying to run it, I am getting this error.

I having Visual Studio 2019 and Xamarin.Forms 4.6.0.847.

Try these steps:

  • Close Visual Studio.
  • Open Project Folder for which you are building the app (in my case it was UWP).
  • Delete bin and obj folders.
  • Open Visual Studio and your Project.
  • Clean Your Solution.
  • Now build and Run your application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM