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

schemas.xceed.com not resloved #5

Open
netmaxik opened this issue Apr 25, 2024 · 6 comments
Open

schemas.xceed.com not resloved #5

netmaxik opened this issue Apr 25, 2024 · 6 comments

Comments

@netmaxik
Copy link

Good day guys
When try to compile project got error
xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit" - URL not resolved:)

Regards
Maxim

@XceedBoucherS
Copy link
Collaborator

hello,
do you include in your project reference the dll of Xceed.Wpf.Toolkit ?
does your project compile anyway ?

Thanks

@netmaxik
Copy link
Author

netmaxik commented Apr 25, 2024 via email

@XceedBoucherS
Copy link
Collaborator

Ok, let's try again.
If you download the code from GitHub with "Download zip code", you can start the sln with VisualStudio.
Then you can do a "Rebuid" with Xceed.Maui.Toolkit.LiveExplorer as the "startup project".
Pressing "Play" should run the LiveExplorer without any issues.
But warning, I know that something changed in Visual Studio recently. It could not compile if you have version Visual Studio 17.9.x.
We already did a fix and we will update the code on GitHub to be supported by the latest Visual Studio versions.

What you can do for now is:
Download our latest version : Releases/1.7.0 on Github in the Releases section
Create a new Net Maui app for NET8 in Visual Studio
In MauiProgram, add:
using Xceed.Maui.Toolkit;
and add
builder.UseXceedMauiToolkit()
in MainPage.xaml, add,
xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit"
and any control, for example:
<xctk:DoubleUpDown Value="25" />

Thanks

@netmaxik
Copy link
Author

netmaxik commented Apr 25, 2024 via email

@XceedBoucherS
Copy link
Collaborator

Hello,

Ok, I believe you are using a recent version of Visual Studio 2022. Microsoft changed the way targeting a style should be done.
I just uploaded a new version of Xceed Toolkit for MAUI : V1.7.1, fixing this for recent version of VS 2022.
Give it a try.

Thank you

@netmaxik
Copy link
Author

Good day !!!
All working !!!!!!
Thank you a lot

Regards
Maxim

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