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

UWN problem #746

Open
yshteinm opened this issue Oct 11, 2022 · 1 comment
Open

UWN problem #746

yshteinm opened this issue Oct 11, 2022 · 1 comment

Comments

@yshteinm
Copy link

Cannot build UWP project. NuGet is installed in all projects.
iOS builds ok.

image

Rg.Plugins.Popup.Popup.Init();
Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?) WowRemote.UWP C:\Sandbox\Utility_SW\trunk\WowRemote\WowRemote.UWP\App.xaml.cs 63 Active

@nrcpp
Copy link

nrcpp commented Jan 18, 2023

Just replace with

//Rg.Plugins.Popup.Popup.Init();
//Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Xamarin.Forms.Forms.Init(e);

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

2 participants