Yes I did. It was the Random namespace that got put in when I did that.
Nice catch Adam, thanks.
-Original Message-
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Sills
Sent: Thursday, May 03, 2007 4:37 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subje
Did you add this code to a project that was named "Random"?
-Original Message-
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Smotritsky, Alex
Sent: Thursday, May 03, 2007 4:10 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] Random cl
When I try to compile the program here:
http://msdn2.microsoft.com/en-us/library/system.random(vs.80).aspx
in vs.net 2005 professional service pack 1 (C# Console project)
I get the error:
'Random' is a 'namespace' but is used like a 'type'
I'd like to know if others get this.