System.Configuration.Install namespace is missing

  • Thread starter Thread starter Jim Mortimer
  • Start date Start date
J

Jim Mortimer

I cannot see the System.Configuration.Install namespace on
any of my VS .NET 2003 development machines. Does anybody
know how I can get hold of it?

The only thing in System.Configuration is Assemblies.
 
I cannot see the System.Configuration.Install namespace on
any of my VS .NET 2003 development machines. Does anybody
know how I can get hold of it?

The only thing in System.Configuration is Assemblies.

Have you set a reference to System.Configuration.Install.dll?
Have you added the Imports System.Configuration.Install?

Just some thoughts

Chris
 
Back
Top