ApplicationSettingsBase

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

Jim

I am upgrading a c# project from 2.0 to 3.5.
I am getting:
Error 2 The type or namespace name 'ApplicationSettingsBase' does not
exist in the namespace 'System.Configuration' (are you missing an
assembly reference?)

in the generated Settings.Designer.cs

My net 3.5 sdk directories (as opposed to net 2.0 directories) do not
have a system.configuration.dll
Can anyone help
 
Hello jim,

Do u have a reference to System.dll and used it in using namespace?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


j> I am upgrading a c# project from 2.0 to 3.5.
j> I am getting:
j> Error 2 The type or namespace name 'ApplicationSettingsBase' does not
j> exist in the namespace 'System.Configuration' (are you missing an
j> assembly reference?)
j> in the generated Settings.Designer.cs
j>
j> My net 3.5 sdk directories (as opposed to net 2.0 directories) do not
j> have a system.configuration.dll
j> Can anyone help
 
Hello jim,

Do u have a reference to System.dll and used it in using namespace?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
However, I restored the project from a backup and re-converted it with
VS2008 and the problem seemed to go away.
Thanks for your response
 
Back
Top