Hi,
I am working in visual studio 2013 on windows app store.
The System.ComponentModel namespaces that are included in the .NET for Windows Store apps. Note that the .NET for Windows Store apps does not include all the members of each type.
This cause an error :
"Cannot find type System.ComponentModel.Component in module System.dll. "
How I can solve this problem?