-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
hello, Thanks |
I just download your project :) and try to compile
Regards
Maxim
…On Thu, Apr 25, 2024 at 9:26 PM XceedBoucherS ***@***.***> wrote:
hello,
do you include in your project reference the dll of Xceed.Wpf.Toolkit ?
does your project compile anyway ?
Thanks
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFUMWKLL5V5SAWBTA3LOZXTY7DR6DAVCNFSM6AAAAABGYB4DXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWHE2TSOBRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok, let's try again. What you can do for now is: Thanks |
Good day !!
I just downloaded zip.
Unzip it.
Open Visual Studio 2022.
Select Rebuild
and got error :
Build started at 12:37 AM...
1>------ Build started: Project: Xceed.Maui.Toolkit, Configuration: Debug
Any CPU ------
1>Skipping analyzers to speed up the build. You can execute 'Build' or
'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or
'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or
'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or
'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or
'Rebuild' command to run analyzers.
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\TextBox\Implementation\TextBox.Macios.cs'
specified multiple times
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\Popup\Implementation\PopupHandler.Macios.cs'
specified multiple times
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\AutoCompleteTextBox\Implementation\AutoCompleteTextBox.cs(335,58,335,74):
warning CS0108: 'AutoCompleteTextBox.SelectionChanged' hides inherited
member 'TextBox.SelectionChanged'. Use the new keyword if hiding was
intended.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,43,339,44):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,54,339,55):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,45,341,46):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,56,341,57):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\Popup\Implementation\PopupHandler.Macios.cs(440,13,440,22):
warning CS0219: The variable 'direction' is assigned but its value is never
used
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\ToggleSwitch\Implementation\ToggleSwitch.Windows.cs'
specified multiple times
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\AutoCompleteTextBox\Implementation\AutoCompleteTextBox.cs(335,58,335,74):
warning CS0108: 'AutoCompleteTextBox.SelectionChanged' hides inherited
member 'TextBox.SelectionChanged'. Use the new keyword if hiding was
intended.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,43,339,44):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,54,339,55):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,45,341,46):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,56,341,57):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\AutoCompleteTextBox\Implementation\AutoCompleteTextBox.cs(335,58,335,74):
warning CS0108: 'AutoCompleteTextBox.SelectionChanged' hides inherited
member 'TextBox.SelectionChanged'. Use the new keyword if hiding was
intended.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,43,339,44):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,54,339,55):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,45,341,46):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,56,341,57):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\TextBox\Implementation\TextBox.Macios.cs'
specified multiple times
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\Popup\Implementation\PopupHandler.Macios.cs'
specified multiple times
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\AutoCompleteTextBox\Implementation\AutoCompleteTextBox.cs(335,58,335,74):
warning CS0108: 'AutoCompleteTextBox.SelectionChanged' hides inherited
member 'TextBox.SelectionChanged'. Use the new keyword if hiding was
intended.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,43,339,44):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,54,339,55):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,45,341,46):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,56,341,57):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>AutoCompleteTextBox\Themes\AutoCompleteTextBox.xaml(34,10): XamlC error
XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:AutoCompleteTextBox".
1>AutoCompleteTextBox\Themes\AutoCompleteTextBox.xaml(34,10): XamlC error
XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:AutoCompleteTextBox".
1>AutoCompleteTextBox\Themes\AutoCompleteTextBox.xaml(34,10): XamlC error
XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:AutoCompleteTextBox".
1>AutoCompleteTextBox\Themes\AutoCompleteTextBox.xaml(34,10): XamlC error
XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:AutoCompleteTextBox".
1>ButtonSpinner\Themes\ButtonSpinner.xaml(33,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton
".
1>Button\Themes\Button.xaml(30,10): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:Button".
1>Card\Themes\Card.xaml(29,10): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Card".
1>Chart\Themes\Chart.xaml(29,4): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:LabelPanelOffsetConverter".
1>ContentControl\Themes\ContentControl.xaml(29,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:ContentControl".
1>DateTimeUpDown\Themes\DateTimeUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>DropDownButton\Themes\DropDownButton.xaml(34,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:DropDownButton".
1>Expander\Themes\Expander.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:local:ExpanderSizeConverter
".
1>NumericUpDowns\Themes\NumericUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>Popup\Themes\Popup.xaml(30,11): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Popup".
1>RadioButton\Themes\RadioButton.xaml(34,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RadioButton".
1>RepeatButton\Themes\RepeatButton.xaml(30,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton".
1>CheckBox\Themes\CheckBox.xaml(30,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CheckBoxClipRectConverter".
1>CSC : warning CS2002: Source file
'D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\MaskedTextBox\Implementation\MaskedTextBox.Android.cs'
specified multiple times
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\AutoCompleteTextBox\Implementation\AutoCompleteTextBox.cs(335,58,335,74):
warning CS0108: 'AutoCompleteTextBox.SelectionChanged' hides inherited
member 'TextBox.SelectionChanged'. Use the new keyword if hiding was
intended.
1>ButtonSpinner\Themes\ButtonSpinner.xaml(33,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton
".
1>Button\Themes\Button.xaml(30,10): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:Button".
1>Card\Themes\Card.xaml(29,10): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Card".
1>Chart\Themes\Chart.xaml(29,4): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:LabelPanelOffsetConverter".
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,43,339,44):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>ContentControl\Themes\ContentControl.xaml(29,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:ContentControl".
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(339,54,339,55):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,45,341,46):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>D:\WORK\C#\MAUI\mauitoolkit-main\Toolkit\Src\Xceed.Maui.Toolkit\NumericUpDowns\Implementation\UpDownBase.cs(341,56,341,57):
warning CS8632: The annotation for nullable reference types should only be
used in code within a '#nullable' annotations context.
1>DateTimeUpDown\Themes\DateTimeUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>DropDownButton\Themes\DropDownButton.xaml(34,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:DropDownButton".
1>Expander\Themes\Expander.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:local:ExpanderSizeConverter
".
1>NumericUpDowns\Themes\NumericUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>Popup\Themes\Popup.xaml(30,11): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Popup".
1>RadioButton\Themes\RadioButton.xaml(34,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RadioButton".
1>RepeatButton\Themes\RepeatButton.xaml(30,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton".
1>CheckBox\Themes\CheckBox.xaml(30,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CheckBoxClipRectConverter".
1>TextBox\Themes\TextBox.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>ToggleButton\Themes\ToggleButton.xaml(31,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ToggleButton".
1>ToggleSwitch\Themes\ToggleSwitch.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:ToggleSwitchSizeConverter".
1>ColorCanvas\Themes\ColorCanvas.xaml(259,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ColorCanvas".
1>MaskedTextBox\Themes\MaskedTextBox.xaml(30,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:MaskedTextBox".
1>Calculator\Themes\Calculator.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalculatorMemoryToVisibilityConverter
".
1>ButtonSpinner\Themes\ButtonSpinner.xaml(33,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton
".
1>Button\Themes\Button.xaml(30,10): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:Button".
1>FilePicker\Themes\FilePicker.xaml(29,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>Card\Themes\Card.xaml(29,10): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Card".
1>Chart\Themes\Chart.xaml(29,4): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:LabelPanelOffsetConverter".
1>ContentControl\Themes\ContentControl.xaml(29,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:ContentControl".
1>Calendar\Themes\Calendar.xaml(32,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalendarMonthYearFormatConverter
".
1>DateTimeUpDown\Themes\DateTimeUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>DropDownButton\Themes\DropDownButton.xaml(34,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:DropDownButton".
1>Expander\Themes\Expander.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:local:ExpanderSizeConverter
".
1>NumericUpDowns\Themes\NumericUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>Popup\Themes\Popup.xaml(30,11): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Popup".
1>RadioButton\Themes\RadioButton.xaml(34,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RadioButton".
1>RepeatButton\Themes\RepeatButton.xaml(30,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton".
1>CheckBox\Themes\CheckBox.xaml(30,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CheckBoxClipRectConverter".
1>Done building project "Xceed.Maui.Toolkit.csproj" -- FAILED.
1>ButtonSpinner\Themes\ButtonSpinner.xaml(33,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton
".
1>Button\Themes\Button.xaml(30,10): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:Button".
1>Card\Themes\Card.xaml(29,10): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Card".
1>Chart\Themes\Chart.xaml(29,4): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:LabelPanelOffsetConverter".
1>ContentControl\Themes\ContentControl.xaml(29,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:ContentControl".
1>DateTimeUpDown\Themes\DateTimeUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>DropDownButton\Themes\DropDownButton.xaml(34,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:DropDownButton".
1>Expander\Themes\Expander.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:local:ExpanderSizeConverter
".
1>NumericUpDowns\Themes\NumericUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>Popup\Themes\Popup.xaml(30,11): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Popup".
1>RadioButton\Themes\RadioButton.xaml(34,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RadioButton".
1>RepeatButton\Themes\RepeatButton.xaml(30,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton".
1>CheckBox\Themes\CheckBox.xaml(30,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CheckBoxClipRectConverter".
1>TextBox\Themes\TextBox.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>ToggleButton\Themes\ToggleButton.xaml(31,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ToggleButton".
1>ToggleSwitch\Themes\ToggleSwitch.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:ToggleSwitchSizeConverter".
1>ColorCanvas\Themes\ColorCanvas.xaml(259,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ColorCanvas".
1>MaskedTextBox\Themes\MaskedTextBox.xaml(30,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:MaskedTextBox".
1>Calculator\Themes\Calculator.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalculatorMemoryToVisibilityConverter
".
1>FilePicker\Themes\FilePicker.xaml(29,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>TextBox\Themes\TextBox.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>ToggleButton\Themes\ToggleButton.xaml(31,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ToggleButton".
1>Calendar\Themes\Calendar.xaml(32,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalendarMonthYearFormatConverter
".
1>ToggleSwitch\Themes\ToggleSwitch.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:ToggleSwitchSizeConverter".
1>ColorCanvas\Themes\ColorCanvas.xaml(259,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ColorCanvas".
1>MaskedTextBox\Themes\MaskedTextBox.xaml(30,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:MaskedTextBox".
1>Done building project "Xceed.Maui.Toolkit.csproj" -- FAILED.
1>Calculator\Themes\Calculator.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalculatorMemoryToVisibilityConverter
".
1>FilePicker\Themes\FilePicker.xaml(29,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>Calendar\Themes\Calendar.xaml(32,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalendarMonthYearFormatConverter
".
1>Done building project "Xceed.Maui.Toolkit.csproj" -- FAILED.
1>TextBox\Themes\TextBox.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>ToggleButton\Themes\ToggleButton.xaml(31,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ToggleButton".
1>ToggleSwitch\Themes\ToggleSwitch.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:ToggleSwitchSizeConverter".
1>ColorCanvas\Themes\ColorCanvas.xaml(259,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ColorCanvas".
1>MaskedTextBox\Themes\MaskedTextBox.xaml(30,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:MaskedTextBox".
1>Calculator\Themes\Calculator.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalculatorMemoryToVisibilityConverter
".
1>FilePicker\Themes\FilePicker.xaml(29,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>Calendar\Themes\Calendar.xaml(32,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalendarMonthYearFormatConverter
".
1>Done building project "Xceed.Maui.Toolkit.csproj" -- FAILED.
1>AutoCompleteTextBox\Themes\AutoCompleteTextBox.xaml(34,10): XamlC error
XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:AutoCompleteTextBox".
1>ButtonSpinner\Themes\ButtonSpinner.xaml(33,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton
".
1>Button\Themes\Button.xaml(30,10): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:Button".
1>Card\Themes\Card.xaml(29,10): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Card".
1>Chart\Themes\Chart.xaml(29,4): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:LabelPanelOffsetConverter".
1>ContentControl\Themes\ContentControl.xaml(29,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:ContentControl".
1>DateTimeUpDown\Themes\DateTimeUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>DropDownButton\Themes\DropDownButton.xaml(34,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:DropDownButton".
1>Expander\Themes\Expander.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "http://schemas.xceed.com/maui/xaml/toolkit:local:ExpanderSizeConverter
".
1>NumericUpDowns\Themes\NumericUpDown.xaml(31,10): XamlC error XFC0000:
Cannot resolve type "http://schemas.xceed.com/maui/xaml/toolkit:InputBase".
1>Popup\Themes\Popup.xaml(30,11): XamlC error XFC0000: Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:Popup".
1>RadioButton\Themes\RadioButton.xaml(34,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RadioButton".
1>RepeatButton\Themes\RepeatButton.xaml(30,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:RepeatButton".
1>CheckBox\Themes\CheckBox.xaml(30,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CheckBoxClipRectConverter".
1>TextBox\Themes\TextBox.xaml(31,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>ToggleButton\Themes\ToggleButton.xaml(31,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ToggleButton".
1>ToggleSwitch\Themes\ToggleSwitch.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:ToggleSwitchSizeConverter".
1>ColorCanvas\Themes\ColorCanvas.xaml(259,10): XamlC error XFC0000: Cannot
resolve type "http://schemas.xceed.com/maui/xaml/toolkit:ColorCanvas".
1>MaskedTextBox\Themes\MaskedTextBox.xaml(30,10): XamlC error XFC0000:
Cannot resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:MaskedTextBox".
1>Calculator\Themes\Calculator.xaml(28,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalculatorMemoryToVisibilityConverter
".
1>FilePicker\Themes\FilePicker.xaml(29,4): XamlC error XFC0000: Cannot
resolve type "
http://schemas.xceed.com/maui/xaml/toolkit:local:AlignmentToTextAlignmentConverter
".
1>Calendar\Themes\Calendar.xaml(32,4): XamlC error XFC0000: Cannot resolve
type "
http://schemas.xceed.com/maui/xaml/toolkit:local:CalendarMonthYearFormatConverter
".
1>Done building project "Xceed.Maui.Toolkit.csproj" -- FAILED.
…On Fri, Apr 26, 2024 at 12:05 AM XceedBoucherS ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFUMWKM3DZNHI6XH3JZ25BTY7EERNAVCNFSM6AAAAABGYB4DXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZXGI4DCOBRG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello, Ok, I believe you are using a recent version of Visual Studio 2022. Microsoft changed the way targeting a style should be done. Thank you |
Good day !!! Regards |
Good day guys
When try to compile project got error
xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit" - URL not resolved:)
Regards
Maxim
The text was updated successfully, but these errors were encountered: