knowledgecenter-breadcrum

Knowledge Center

05 Aug, 2020

Web Resource content size is too big in PCF Control

Posted on 05 Aug, 2020 by Admin, Posted in Power Platform

Web Resource content size is too big in PCF Control Blogs

Web Resource content size is too big in PCF Control

Problem

While developing the PCF Control, we came across a scenario where we encountered below error:

Solution

To resolve this issue, we can have two approaches:

For Development instance with debugging capability

In this, if we want to upload the big control size to debug the code part of PCF control, then we need to follow below steps:

  1. Go to, Advanced Settings -> Settings -> Administration -> System Settings
  2. Select Email tab as shown below:

After increasing the size in above highlighted part. We can upload the Custom Control in CRM with big file size.

Managed Solution for production instance

In this approach, we can use below command to create managed solution:

msbuild /p:configuration=Release

After successful execution of the commant, managed solution will be created in the release folder of Project.

This managed solution will have less file size.

Comment

This is a Required Field

Loading

Recent Updates

Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE
Blogs
03 Sep, 2024

Optimizing Code Check-ins: Ignoring Unnecessary Files for a Cleaner Azure DevOps Repo.

Introduction In this blog, we will learn about the code check-in process in DevOps. After development, unnecessary files are sometimes…

READ MORE
Blogs
20 Aug, 2024

Configure Macros in Omnichannel to improve Agent Productivity

What are Macros? Macros are a set of sequential actions that a user performs. They enable users to perform daily…

READ MORE