I am doing a simple C#/ASP program in Visual Studios 2005. I want to use a messagebox. Everything I read shows I need the "using System.Windows. Forms;" namespace added to use message box. But when I type that in I get the following error:
The type or namespace name 'Windows' does not exist in the namespace 'System'
Any thoughts here?
Thanks for your help!
The type or namespace name 'Windows' does not exist in the namespace 'System'
Any thoughts here?
Thanks for your help!
Comment