R
Rob Deacon via .NET 247
I am just getting into this .NET stuff. Looks really handy. I wastrying to run some standard tests, like throwing up aMessageBox.Show("Code Hit Here - ln 124"); Just to make sure Iwas building things right.
I realize I needed to use a few things from the library to makethis work, one of the big ones being System.Windows.Forms, butit wasn't there in my library at all. I checked at MSN Libraryto find out all the System namespaces and I am missing thesenamespaces:
DirectoryServices
EnterpriseServices
Management
Messaging
ServiceProcess
Windows.Forms
Windows.Forms.Design
My C#.NET install is from the "Microsoft Visual C#.NET Standard -Version 2003" prooduct. There is no indication that I would bemissing such standard stuff as message box classes. Is theresome other version of C# I need to buy to get those classes, ordid I just get a buggy install? BTW, I also installed the fullMSDN Library that came with the program - 3 disks full.
I am at a loss.
Thanks,
Rob Deacon
I realize I needed to use a few things from the library to makethis work, one of the big ones being System.Windows.Forms, butit wasn't there in my library at all. I checked at MSN Libraryto find out all the System namespaces and I am missing thesenamespaces:
DirectoryServices
EnterpriseServices
Management
Messaging
ServiceProcess
Windows.Forms
Windows.Forms.Design
My C#.NET install is from the "Microsoft Visual C#.NET Standard -Version 2003" prooduct. There is no indication that I would bemissing such standard stuff as message box classes. Is theresome other version of C# I need to buy to get those classes, ordid I just get a buggy install? BTW, I also installed the fullMSDN Library that came with the program - 3 disks full.
I am at a loss.
Thanks,
Rob Deacon