The type or namespace name 'Ports' does not exist in the namespace 'System.IO'
问题 I am working on developing a windows store app on my windows 8.1 system,64 bit (I need to deploy this app on my windows surface pro 3 tablet), technology being used is C#. I need to communicate through the RS-232 port. For this I am using the SerialPort class which falls under the namespace System.IO.Ports. But when I am including this in my C# code, I am getting the error - "The type or namespace name 'Ports' does not exist in the namespace 'System.IO' (are you missing an assembly reference?