system.windows.forms namespace

  • Thread starter Thread starter patricia59
  • Start date Start date
P

patricia59

Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.
 
patricia59 said:
Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.

If you don't set a reference to an assembly containing the namespace
System.Windows.Forms, it can not be imported. The/an assembly to be
referenced is System.Windows.Forms.dll.

It should be here (Framework 1.0)
\WINDOWS\Microsoft.NET\Framework\v1.0.3705

or here (Framework 1.1)
\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Isn't it there?
 
patricia59 said:
Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.

Are you sure a reference to "System.Windows.Forms.dll" is set (you can do
that in the solution explorer by selecting the project's references folder).
If the reference isn't set, add it (context menu).
 
Herfried K. Wagner said:
Are you sure a reference to "System.Windows.Forms.dll" is set (you
can do that in the solution explorer by selecting the project's
references folder). If the reference isn't set, add it (context
menu).

@echo off

SCNR ;-))))
 
Herfried K. Wagner said:
Hello,



ROFL

Komischerweise ist mein Hamsterchen immer etwas hinten nach...

Mußt ihn halt immer rechtzeitig füttern. ;-)

(I'm saying Herfried should feed his hamster in time)
 
Armin Zingler said:
Mußt ihn halt immer rechtzeitig füttern. ;-)

(I'm saying Herfried should feed his hamster in time)

I'll do that in future.
 
Sprechen Sie Käse?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Chaos, Panic, Disorder, my work here is done"


: > > Komischerweise ist mein Hamsterchen immer etwas hinten
: > > nach...
: >
: > Mußt ihn halt immer rechtzeitig füttern. ;-)
: >
: > (I'm saying Herfried should feed his hamster in time)
:
: I'll do that in future.
:
: --
: Herfried K. Wagner
: MVP · VB Classic, VB.NET
: <http://www.mvps.org/dotnet>
:
:
 
Back
Top