R
Rick
We have a very large web project, during migration from VS 2003 to VS 2005,
I'm getting hundreds of warnings:
"Function without an 'As' clause; return type of Object assumed." I know
this is not the proper way of coding, but when you inherit code from earlier
developers there's not much you can do about it.
I know you can suppress this warning, but will this cause any problems, one
of our developers came across this and the function actually returned a
value of "system.string" or something like that. Is there some configuration
or setting that can force it to not assume object?
Thanks in Advance!
Rick
I'm getting hundreds of warnings:
"Function without an 'As' clause; return type of Object assumed." I know
this is not the proper way of coding, but when you inherit code from earlier
developers there's not much you can do about it.
I know you can suppress this warning, but will this cause any problems, one
of our developers came across this and the function actually returned a
value of "system.string" or something like that. Is there some configuration
or setting that can force it to not assume object?
Thanks in Advance!
Rick