Dll files deployment in ax 2012

Hi All.

I am facing one problem regarding dll files deployment. I have only dll files which were developed by other company. If they provide new version of dll files i am coping those files into server bin folder and i need to copy into all client folder. If dll files not copied into client bin folder then we are getting error because we have updated dll files only in server bin folder. Why we need to copy these dll fiels into client folder also every time, is there any alternate for deploying dll files only in server bin folder with out copying into client bin folder. Please give me solution for this…

Thanks…

You need the library on client if… it’s used on client. If it’s only used by server-side code, you don’t need it on clients.

Also note that compilation of X++ typically happens on client, therefore you may need the library on client for compilation purposes (on the machine which you use for compilation).