BOReader in 10.2

Has anyone else been able to use the BOReader in E10.2? I was able to use it in 10.1 and earlier.
For some reason I cannot add the Ice.COntract.Lib.BOReader.dll as an assembly. It just disappears…

I think I use it all the time (trying now)

Works fine see the attached customization to ABCCode entry App.AbcCodeEntry.AbcCodeForm_Customization_TEST_CustomExport.xml (5.7 KB)
Epicor 10.2.100.24

Thanks for the sanity check. I am still having it fail on a few systems.
It simply does not pull that DLL in…

That’s really weird. For craps and giggles right click on that dll and make sure it isn’t blocked.
Depending on how the client was installed sometimes windows will block a dll from being executed if it came from an “untrusted” source

Not that I see. I even manually added it to the XML. Everything looks good, but:
Error: CS0234 - line 307 (1221) - The type or namespace name ‘BOReaderImp’ does not exist in the namespace ‘Ice.Proxy.Lib’ (are you missing an assembly reference?)

There is a bug in 10.2 that removes

using Ice.Proxy.BO;

Might be what is happening here…?

1 Like

Having the same issue. adding the using doesn’t resolve it

1 Like

Are you back to using epicor my friend?

1 Like

I do use in one of the orgs I assist.

1 Like

Needed to add the DLL for it to work

1 Like

That’s cool!