Customization Compile errors - Unable to locate method in Custom DLL

I’ve added a custom dll (Wenger.Epicor.Common) to my customization. However, when I try to reference a method I recently created, it’s unable to locate the namespace of the new method.

I tried stopping and starting the application pool on the Epicor box, but still no luck. Is there something else I need to do in order for the customization to recognize these new methods? I am able to access methods that have been inside the custom dll from months ago, but not these new methods.

image

Any ideas?

Thanks,

Josh

Where is the dll?

Inside the “Client” folder (since that was the only place it would allow me to add it).

\Epicor10.2.400\Client

Try incrementing the assembly version of the custom dll and replacing the it in the Client folder?

Have you also tried simply removing the reference and re-adding it?

Yes