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
Jim - 14 Dec 2007 15:31 GMT
> Hello jim,
>
[quoted text clipped - 3 lines]
> WBR,
> Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
Yes, I do have a reference to System.dll and a using.
Jim - 14 Dec 2007 15:33 GMT
> Hello jim,
>
[quoted text clipped - 6 lines]
> "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