Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP : Rg.Plugins.Popup.Popup.Init(); causing build error #712

Closed
6 tasks
dmsi-leonidl opened this issue Oct 29, 2021 · 16 comments
Closed
6 tasks

UWP : Rg.Plugins.Popup.Popup.Init(); causing build error #712

dmsi-leonidl opened this issue Oct 29, 2021 · 16 comments

Comments

@dmsi-leonidl
Copy link

dmsi-leonidl commented Oct 29, 2021

🐛 Bug Report

Rg.Plugins.Popup.Popup.Init(); causing build error:
The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?)

Note:
2.0.0.13 builds and run without problems.

Expected behavior

Builds without errors.

Reproduction steps

Configuration

Windows 10 Enterprise
19043.1288

Microsoft Visual Studio Enterprise 2019
Version 16.11.5

Xamarin Forms
5.0.0.2196

Version: 2.0.0.14 (Latest)

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • [ X] 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@TamerIrdais
Copy link

Same Issue here with latest version 2.0.0.14

@LuckyDucko
Copy link
Collaborator

@rotorgames i am relatively new to any form of UWP development, are you able to look into this? seems 2.0.0.14 may have missed something with UWP

@mhrastegari
Copy link

same issue :(

@truXton222
Copy link

Someone discovered any workaround for this issue?

At moment my only solution is downgrade the library to 2.0.0.13

@mfeingol
Copy link

cc @martijn00 - would be nice to have this fixed. Thanks.

@LuckyDucko
Copy link
Collaborator

LuckyDucko commented Nov 12, 2021

@mfeingol
@truXton222
@TamerIrdais
@dmsi-leo

I was able to build and run the Demo.UWP without any hassles.

I updated the core project to use the Xamarin.Forms noted in this ticket,

Target Version for Windows 10 : 1809
Min Version 1809

are you able to check this against the Demo Project, and if the demo project works fine, what is the differences in your setup in comparison.
[UPDATE]
see #707

@dmsi-leonidl
Copy link
Author

@LuckyDucko

My project's settings are pretty much the same.
The only differences are:

Target Version for Windows 10 : 2004

Nuget packages:
Microsoft.NETCore.UniversalWindowsPlatform v6.2.13
Xamarin.Forms v5.0.0.2196
Xamarin.Essentials v1.7.0
ZXing.Net.Mobile.Forms
Syncfusion.Xamarin.SfDataForm

@TobiVanHelsinki
Copy link

I had the same issue since the last update. The Rg.Plugins.Popup.Popup class seems simply missing, which is weird since there were no changes to that class. Maybe some build error at the nuget pack?

In the meantime I run good with using version 2.0.0.13.

@whSwitching
Copy link

same issue happened,
target version 2004
min version 1809
the latest 2.0.0.14 did not work, 2.0.0.13 works

@hammondreg
Copy link

Answer is simple: no testing or checking is done after every upgrade ..

@kumaresan-cgvak
Copy link

kumaresan-cgvak commented Feb 3, 2022

Hello @rotorgames @martijn00
Any update on this issue?
Screenshot 2022-02-03 at 5 34 33 PM

@martijn00
Copy link
Collaborator

You are targeting the wrong uwp version.

@kumaresan-cgvak
Copy link

@martijn00 Can you please update the same in Wiki. Which will help fellow developers.
Screenshot 2022-02-03 at 6 03 25 PM

@pabloat81
Copy link

Hi, i am facing same issue on UWP. Min target version 10.0.17763. I dont understood in this thread what is the solution.

@dmsi-leonidl
Copy link
Author

@pabloat81: I resolved this issue by updating UWP min version to 1903 ( Build 18362). Hope this will help.

@tualatin
Copy link

@pabloat81: I resolved this issue by updating UWP min version to 1903 ( Build 18362). Hope this will help.

Crazy, thank you for this helpful hint!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests