where is FileNameEditor?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My vs .net 2003 complain:

The type or namespace name 'FileNameEditor' does not exist in the class or
namespace 'System.Windows.Forms.Design' (are you missing an assembly
reference?)

In my References, there is a 'System.Windows.Forms' that is only one I can
add from the reference library of net.

Thanks
 
You need to add a reference to the System.Design assembly

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<[email protected]>

My vs .net 2003 complain:

The type or namespace name 'FileNameEditor' does not exist in the class or
namespace 'System.Windows.Forms.Design' (are you missing an assembly
reference?)

In my References, there is a 'System.Windows.Forms' that is only one I can
add from the reference library of net.

Thanks
 
I am also getting this problem.

I am using Visual c# 2005 Express beta, with the .Net 2.0 beta.
I have added the System.Design assembly to my project.

Thanks
 
Back
Top