Hi Experts,
Whenever I imported PCF solution I got this error:
An error has occurred. Try this action again. If the problem continues, check the Microsoft Dynamics 365 Community for solutions or contact your organization's Microsoft Dynamics 365 Administrator. Finally, you can contact Microsoft Support. : Microsoft.Crm.Tools.ImportExportPublish.ImportCustomControlException: CustomControl with name d365crnr.DataRangeControl failed to import with error: Webresource content size is too big. ---> Microsoft.Crm.CrmException: Webresource content size is too big.
Anyone face this issue?
This helped. Thank you. This is the solution.
In case FluentUI is used, usually the reason for a big bundle size (even minimized) is importing the whole library instead of taking only the needed components. In that case, maybe my blog can help to keep a small bundle size: https://dianabirkelbach.wordpress.com/2020/07/27/fluentui-granular-imports/
Kind regards,
Diana
This helped...! thanks
I feel like i ran into this issue early on and fixed it by upping the value for "File size limit for attachments" which also affects the size of WebResources and annotations.
--Rick
May be too late to reply. But it seems that it is possible to reduce the bundle.js file size by using following command when you build custom control
msbuild /p:pcfbuildmode=production
This will tell webpack to build js in production mode. Also it generates unmanaged solution which you can import on your dev environment.
Thank you
At this time there is no way to increase the 5MB limit. It is possible to build the control in Release mode that will minify the JavaScript file for you.
As part of the MSBuild pass in the parameter '/p:configuration=release' or if you are using VS2017/2019, set the configuration to Release.
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1