How to ignore obsolete warning

  • Thread starter Thread starter सिदà¥à¤§à¤¾à¤°à¥à¤¥
  • Start date Start date
À

सिदà¥à¤§à¤¾à¤°à¥à¤¥

Hi all,
i am using VS2008.
i want to ignore Obsolete warnings while building.
is there any way so that i can modify the solution file to disable
the warning.
i have added the warning number in Nowarn tag of the project file.
but how to do the same in the website.
it contains many pages where i am getting obsolete warning.

regards,
sid
 
What about stop using obsolete objects?
No one should use those for new projects.
When Visual Studio finds a obsolete object it gives a Warning and gives you
a better way to do that. Try using this new recomended object.
 
Back
Top