c# express beta problem

  • Thread starter Thread starter StephenRichter
  • Start date Start date
S

StephenRichter

using c# 2005 express edition beta on w2k

just downloaded and installed it. also loaded all the updates.

I create a console application.

Then add a reference to:
system.windows.forms.dll

get message:
"there is no source code available for the current location"

which is then followed by a "ThreadStateException was unhandled" error
message.

and I cant close the "add reference" dialog box!

any suggestions? I cant add the System.Windows.Forms.dll assembly to
my project.

thanks,

-Steve
 
You're doing better than me.

I couldn't get past the registration process (!)

using c# 2005 express edition beta on w2k

just downloaded and installed it. also loaded all the updates.

I create a console application.

Then add a reference to:
system.windows.forms.dll

get message:
"there is no source code available for the current location"

which is then followed by a "ThreadStateException was unhandled" error
message.

and I cant close the "add reference" dialog box!

any suggestions? I cant add the System.Windows.Forms.dll assembly to
my project.

thanks,

-Steve


--
Texeme Textcasting Technology
http://texeme.com

Indie Pop Rocks @ SomaFM
http://somafm.com/
 
I got around the problem by removing the .NET 1.1 framework from my PC.
Only the 2.0 beta framework remains.

-Steve
 
Back
Top