Hi,
I am having lot many custom entities in my CRM instance due to which whenever I use CrmSvcUtil to generate Early Bound Classes my .cs file becomes very big around 10 MB. I am using this file in CRM Workflow Activity Project which makes Workflow Plug in size
around 5-6 MB. This big size of Plug-In DLL some times cause problem while uploading on CRM using Plug-in registration tool, most of the time I get Time out error.
I was wondering if there is way to generate Early Bound Classes only for selective Entities so that size of class file can be controlled. Or is there any other way to limit the size of Class file?
I know best option to handle this problem is use of Late Bound Entities, but for now I wanted quick way to control the size of Plug-In DLL.
Thanks
makeer