How to see depreciated methods

  • Thread starter Thread starter Amil
  • Start date Start date
A

Amil

When I converted my web app from 2003 to 2005, I know there are lots of
methods I call that are depreciated (e.g. System.Net.Mail,
ConfigurationSettings).

Can I turn on something so that the compiler warns me about all of these?

Amil
 
VS.NET should warn you about the use of depreciated methods by default.
They'll show up as warnings, and not errors.

Karl
 

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

Back
Top