Mohammed85
Mohammed85
CC#
Created by Mohammed85 on 7/27/2023 in #help
Would like to access the value of the Elements from my view model any ideas
10 replies
CC#
Created by Mohammed85 on 7/23/2023 in #help
Need help with changing the value of a object without self reference
9 replies
CC#
Created by Mohammed85 on 7/16/2023 in #help
Error idk how to fix
4 replies
CC#
Created by Mohammed85 on 7/15/2023 in #help
WPF 7.net app craching after it is done building
The error i am getting:
c#
System.Windows.Markup.XamlParseException: ''The invocation of the constructor on type 'mythos.MainWindow' that matches the specified binding constraints threw an exception.' Line number '7' and line position '9'.'
c#
System.Windows.Markup.XamlParseException: ''The invocation of the constructor on type 'mythos.MainWindow' that matches the specified binding constraints threw an exception.' Line number '7' and line position '9'.'
there are no errors/warnings it builds successfully the file which has the namespace mythos and the file name MainWindow.xaml from line 1 to line 17
<Window x:Class="mythos.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:mythos"
xmlns:viewModel="clr-namespace:mythos.MVVM.ViewModel"
mc:Ignorable="d"
Height="900" Width="1015"
WindowStyle="None"
ResizeMode="CanResizeWithGrip"
Background="Transparent"
AllowsTransparency="True" IsManipulationEnabled="True">

<Window.DataContext>
<viewModel:MainViewModel/>
</Window.DataContext>
<Window x:Class="mythos.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:mythos"
xmlns:viewModel="clr-namespace:mythos.MVVM.ViewModel"
mc:Ignorable="d"
Height="900" Width="1015"
WindowStyle="None"
ResizeMode="CanResizeWithGrip"
Background="Transparent"
AllowsTransparency="True" IsManipulationEnabled="True">

<Window.DataContext>
<viewModel:MainViewModel/>
</Window.DataContext>
25 replies
CC#
Created by Mohammed85 on 4/30/2023 in #help
❔ ✅ How to update your C# version from V7.4 to 11.0
i have tired for a hour
9 replies