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

Loading

Recent Updates

Blogs
02 Apr, 2025

Quality is not just an option; it’s a responsibility

In the world of software development, testing is often seen as an optional phase, especially when there is no dedicated…

READ MORE
Thumbnail
Blogs
26 Mar, 2025

What is Power Virtual Agents: Exploring AI-Driven Virtual Chatbots?

What is Power Virtual Agents: Exploring AI-Driven Virtual Chatbots? In today’s digital landscape, businesses are constantly seeking ways to enhance…

READ MORE
Blogs
25 Mar, 2025

Copy Data from API to SQL Server using Azure Data Factory

Introduction: In today's data-driven world, automating data flow between APIs and databases is crucial for efficient data management. Azure Data…

READ MORE