Naeem Khan

Naeem Khan

  • NA
  • 573
  • 635.9k

Cannot locate resource mainwindow.xaml WPF using MVVM

Aug 6 2016 2:56 PM
Hello friends,
 
I m using this code and when i m running its threw me this exception please suggest me how to solve it .
 
Exception 
Cannot locate resource 'mainwindow.xaml'. 
 
My code 
<Window x:Class="TestMVVMApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="User Details" Height="448" Width="541">

Answers (1)