Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged C#

Rss Feed Group items tagged

trimantra

SharePoint Error: This page allows a limit of 200 controls, and that limit has been exc... - 0 views

  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
Eric Kraus

Executing BCS External Content Type Methods in C# - 0 views

  •  
    how to get the Business Connectivity Services methods collection for an external content type and execute the finder and specific finder methods with Business Connectivity Services object model.
SharePoint Peters

I've seen many post - 0 views

I've seen many post out there that discuss this error: Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException was thrown.  Additional exception information: An update conflict has...

SharePoint 2010 SP CU Patching Error Update Conflict

started by SharePoint Peters on 13 Oct 11 no follow-up yet
Eric Kraus

Connect to BdcService and GetEntities - BCS Object Model - 0 views

  •  
    how to connect to BCS Service and retrieve basic information about BCS External Content types which have been already deployed
1 - 4 of 4
Showing 20 items per page