Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Trying to Compile in VS2022 To work on an Item #1787

Closed
davidbuckleyni opened this issue Jan 17, 2022 · 2 comments
Closed

[Bug] Trying to Compile in VS2022 To work on an Item #1787

davidbuckleyni opened this issue Jan 17, 2022 · 2 comments
Labels
bug Something isn't working. Breaky break.

Comments

@davidbuckleyni
Copy link

davidbuckleyni commented Jan 17, 2022

I was wanting to add in a BackgroundPlaying Boolean In MediaElement so that we as xamrain forms users only need to set it once for ios and driod. I am using windows 10 and lattest vs2022 build

But for some reason am having the following errors do U have any idea what I may have missing installed to allow sucessfull compliation

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS0539	'PopupRenderer.ContainerElement' in explicit interface declaration is not found among members of the interface that can be implemented	Xamarin.CommunityToolkit (netstandard1.0)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	30	Active
Error	CS0539	'PopupRenderer.GetNativeElement()' in explicit interface declaration is not found among members of the interface that can be implemented	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	254	Active
Error	CS0539	'PopupRenderer.GetNativeElement()' in explicit interface declaration is not found among members of the interface that can be implemented	Xamarin.CommunityToolkit (netstandard1.0)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	254	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	133	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	134	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	135	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	136	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	151	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	152	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	162	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	164	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	174	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	176	Active
Error	CS1061	'Style?' does not contain a definition for 'Setters' and no accessible extension method 'Setters' accepting a first argument of type 'Style?' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	180	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'DesiredSize' and no accessible extension method 'DesiredSize' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	250	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'DesiredSize' and no accessible extension method 'DesiredSize' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	250	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'Height' and no accessible extension method 'Height' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	131	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'Measure' and no accessible extension method 'Measure' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	248	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'Style' and no accessible extension method 'Style' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	187	Active
Error	CS1061	'ViewToRendererConverter.WrapperControl' does not contain a definition for 'Width' and no accessible extension method 'Width' accepting a first argument of type 'ViewToRendererConverter.WrapperControl' could be found (are you missing a using directive or an assembly reference?)	Xamarin.CommunityToolkit (uap10.0.18362)	C:\Users\DavidsPC\Source\Repos\XamarinCommunityToolkit\src\CommunityToolkit\Xamarin.CommunityToolkit\Views\Popup\UWP\PopupRenderer.uwp.cs	130	Active

@davidbuckleyni davidbuckleyni added the bug Something isn't working. Breaky break. label Jan 17, 2022
@VladislavAntonyuk
Copy link
Contributor

VladislavAntonyuk commented Mar 23, 2022

Install Windows SDK 18362 and later.
Pull the latest code changes.
Restore nuget packages.
Rebuild solution

@cuethenoise
Copy link

Looks like you need Windows UAP which has been renamed to UWP Universal Windows Platform Development. I just did that and now I am building.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working. Breaky break.
Projects
None yet
Development

No branches or pull requests

3 participants