I am getting the following error on the return from a function call.It
specically happens on the assignment of the return value from the function
call. No error happens inside the function. The function is returning an
Integer with a value of 1.
Err.number =5
Err.Description =Operation is not supported on this platform.
Err.Source=Syst em.Web
Anyone ever seen this error or can explain why I am getting this? Thanks,
Steve M
specically happens on the assignment of the return value from the function
call. No error happens inside the function. The function is returning an
Integer with a value of 1.
Err.number =5
Err.Description =Operation is not supported on this platform.
Err.Source=Syst em.Web
Anyone ever seen this error or can explain why I am getting this? Thanks,
Steve M
Comment