Hello Guys,
with Kinetic upgraded, I got the following error in epicor function.
warning CA2000: Call System.IDisposable.Dispose on object created by ‘Ice.Services.ContextFactory.CreateContext()’ before all references to it are out of scope
below is my call.
Please let me know how to fix this issue.
thanks,
Eddy
var context = Ice.Services.ContextFactory.CreateContext();
using(var so = Ice.Assemblies.ServiceRenderer.GetService<Erp.Contracts.CustShipSvcContract>(context))
{