AG_E_PARSER_PROPERTY_NOT_FOUND exception.
- by Subhen
Hi , Can any one plese explain why this error is happenin?
I have created a usercontrol in another class and
public partial class userControlImageFolder : RadioButton
{
public userControlImageFolder()
{
InitializeComponent();
}
}
Now in XAML it is a lot of code created by the designer like below:
…