The type or namespace name 'Windows' does not exist in the class or namespace 'System' (are you miss

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

Guest

<%@ Import Namespace="System.Windows.Forms"%

I got this error message. I searched System.windows.Forms, I found the dll file in the c:\programfiles\visual studio..
It is only 1 137kb size. Hwoever, the file also exists in the c:\winnt\midcrosoft.net...... directory. the file size is 1992 kb
However, when I search it , it doesnot show up. Only the smaller file in the c:\prgramfiles\visual studio......driectory show up. I tried to add reference in the solution explorer and it still does not work

Please help

Thank

Ray Cheung
 
And why do you need this namespace for? It's meant to be used for Windows
forms applications! As far as I can see it doesn't contain anything usable
in a web based application

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top