Epicor.System.dll in 10.1.600

Does anyone know where the Epicor.System.dll is in 10.1.600? Testing upgrade and have to rebuild some custom code but that file isn’t in the client folder anymore.

Epicor.System is a Server DLL so it should not be in the client folder… (it hasn’t been…)
What do you need it for?

It’s for use in a BPM, because of the issue with namespace clashing if you have two different assemblies referencing the same tablesets. I’ve looked for it in the server before but I don’t see it there. I’ve only found it in the clients.

Specific code is:

private Lazy _db = new Lazy(() => CallContext.Current.GetMainContext());

It’s in the Server\Bin folder.

Oh wow, can’t believe I couldn’t find it.

Thanks!