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 - 20 Jun 2006 16:58 GMT
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

Signature
http://www.peterRitchie.com/
> Hi
>
[quoted text clipped - 22 lines]
> Thanks
> Senthil