-1

An exception of type 'System.Exception' occurred in PresentationFramework.dll but was not handled in user code

Additional information: The component 'System.Data.Entity.DynamicProxies.Product_05FB87F8C316B6DF15988BC9D5490B22CB7A8FD7DD4DBD1126E065199C01A696' does not have a resource identified by the URI '/CRUDusingWPF;component/product.xaml'.

user2089961
  • 31
  • 1
  • 1
  • 7
  • 1
    possible duplicate of [The component does not have a resource identified by the uri](http://stackoverflow.com/questions/7646331/the-component-does-not-have-a-resource-identified-by-the-uri) – Jossef Harush Kadouri May 24 '14 at 12:12

1 Answers1

0

I do not think you have given enough info for others to help you.

Are you trying to use a DataTemplate for a Product?

Try turning off proxy creation and see if that makes a difference.

context.Configuration.ProxyCreationEnabled = false;

tim
  • 1,371
  • 3
  • 19
  • 30