TimeZoneInfo in projects converted VS2003 to VS2008

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
 
A

Armin Zingler

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
 
C

Cor Ligthert[MVP]

Pamela,

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

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top