interface - C# - Being unable to implement "INotifyDataErrorInfo" -


i have c# class.

  class myclass: anotherclass, inotifydataerrorinfo   {            ..................                } 

i need implement "inotifydataerrorinfo" interface too. comes in red colour , not identify namespace of interface. have added "using system.componentmodel;" too. not work.

anyone knows why ?

enter image description here

inotifydataerrorinfo in namespace system.componentmodel in assembly system. make sure have using system.componentmodel; in source code , project (.csproj) references system.dll.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -