Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
Hello.

I'm using Windows 7 with SP1 installed and MS Visual Studio 2010 Prof.

I just found a bug if I use this code :

string[] ports = SerialPort.GetPortNames();

in .NET 2.0, results are : COM5i, COM6i, ...
in .NET 3.5, results are : COM5i, COM6i, ...
in .NET 4.0, results are : COM5, COM6, ...

in Windows XP SP3, the results are always : COM5, COM6, ...

are there bugs in windows 7 SP1 ?
Posted

1 solution

Why are you asking here? Go to the Microsoft Connect web site and post your issue there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900