S
sreeram84
Guest
The order in which I have the using statement in given below : routine-level on error undo, throw. using OpenEdge.Core.Util.IObjectInput. using OpenEdge.Core.Util.IObjectOutput. using OpenEdge.Core.Util.IExternalizable. using OpenEdge.Core.System.ApplicationError. using OpenEdge.Core.System.ErrorSeverityEnum. using OpenEdge.Lang.DataTypeEnum. using OpenEdge.Lang.IOModeEnum. using OpenEdge.Lang.FlagsEnum. using OpenEdge.Lang.Assert. using Progress.Lang.ParameterList. using Progress.Lang.AppError. using Progress.Lang.Object. using Progress.Lang.Class. using Progress.Lang.Error. I tried changing the order by moving the FlagsEnum after Progress.Lang.Class but results was same . What am I missing here? Is there any other order that I have to use the Using statements?
Continue reading...
Continue reading...