Groups | Blog | Home
all groups > dotnet clr > june 2006 >

dotnet clr : Obsolete Errors and Deprecated Errors using Dotnet Framework 2.0



SenthilVel
6/7/2006 5:17:10 PM
Hi

I am building my Dotnet Framework 1.1 C# code with VS2005 (Framework2.0) .

For this process i use NAnt 0.85 RC4 Version.

During the Build i get errors like :

1. "Method is Deprecated" ..change to ......
2. When i Open VS2005 and build i get errors like " Method is Obsolete" ...


i am following this link in MS to get the list of Obsolete methods:

http://msdn.microsoft.com/netframework/programming/obsoleteapi/default.aspx

Question:

1. Are both the error messages the same "Obsolete" & "Depreacted" as per
VS2005 ?
2. do we have a seperate web page which states the List of Deprecated
Methods also ?

Please let me know

Thanks
Senthil




Peter Ritchie
6/20/2006 8:58:01 AM
For a list of obsolete members and tyupes in .NET v2.0, see
http://msdn.microsoft.com/netframework/programming/obsoleteapi/default.aspx

You'd also be interested in
http://msdn.microsoft.com/netframework/programming/breakingchanges/runtime/clr.aspx

--
http://www.peterRitchie.com/


[quoted text, click to view]
AddThis Social Bookmark Button