Hello Everyone,
I have just created a new WPF Application. Login.xaml and tried to rename the Form as Login.xaml and also the code behind as Login.xaml.cs.
However when I am trying to rename the Class and Constructor in the code behind file. I am getting an error.
Error 1 The name 'InitializeComponent' does not exist in the current context.
The project example was illustrated under Visual Studio 2008. I am using Visual Studio 2010.
Anurag Das