TimeZoneInfo in projects converted VS2003 to VS2008

  • Thread starter Thread starter pamela fluente
  • Start date Start date
P

pamela fluente

if I make a new project with VS2008, the class TimeZoneInfo is
normally recognized and I can use it normally.

But if I attempt to use it in a converted project (2003->2008) the
compiler does not recognize the class (says that the Type is not
recognized).

I can't figure out which reference I should change or update. This
should be in System and the system reference is there (?)

Can anyone advise on how to make this work ?


Thank you,

-P
 
pamela fluente said:
if I make a new project with VS2008, the class TimeZoneInfo is
normally recognized and I can use it normally.

But if I attempt to use it in a converted project (2003->2008) the
compiler does not recognize the class (says that the Type is not
recognized).

I can't figure out which reference I should change or update. This
should be in System and the system reference is there (?)

Can anyone advise on how to make this work ?


The documentation says that it's available in Framework 3.5


Armin
 
Pamela,

I think that we can, but it would be the best I you showed the code that
does not work,

Cor
 
Back
Top