Hi,

I'm new to programming in C#. Problem I'm getting is when compiling a program it is giving me a reference error. I'm not completely clear on how to fix it.

Error 1 The type 'System.IO.Ports.SerialPort' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll' and 'c:\Documents and Settings\Mobile1\Desktop\Snap_Library\Master\SerialPort.dll' C:\Documents and Settings\Mobile1\Desktop\Snap_Library\Master\Snap.cs 11 11 Master


I know about the whole removing the reference of the "SerialPort.dll" but it has required references within it. And I can't remove the system.dll reference either. Can anybody give me a clue on what to do?

Thanks,
Josh