D
David
When I did some trial conversions of a .Net 1.1 c# web app earlier this year
I got the expected Deprecation warnings, e.g. for
Page.RegisterStartupScript. Now I am doing the real conversion and the first
thing I notice is that I am not getting any warnings, even though the
Page.RegisterStartupScript calls are still there. I know about those, so I
can find and fix. But there could be other usages of deprecated methods that
I donlt know about.
I've looked for compiler settings that might stop the warnings being
generated, but can't find anything.
Any ideas woudl be much appreciated
Dave
I got the expected Deprecation warnings, e.g. for
Page.RegisterStartupScript. Now I am doing the real conversion and the first
thing I notice is that I am not getting any warnings, even though the
Page.RegisterStartupScript calls are still there. I know about those, so I
can find and fix. But there could be other usages of deprecated methods that
I donlt know about.
I've looked for compiler settings that might stop the warnings being
generated, but can't find anything.
Any ideas woudl be much appreciated
Dave