web parts - Deploy Webparts Using Script -


we have custom web parts developed developer , deployed customer sites (dedicated site collections) using solution. problem is, when update web part, changes don't take effect in existing customer sites (or @ least theory). i'm guessing have copy latest version of web part each site collection. 1) let me know if theory correct 2) there way can via scripting?

thanks!

if web part , solely deployed part of farm solution, should seeing changes when solution package upgraded on customer sites.

if have access central administration, check details of solution in system settings > manage farm solutions. make sure:

  • there no errors
  • the appropriate servers included in last operation details
  • last operation time greater date of solution package

in addition, on customer site, check site settings > web designer galleries > web parts. make sure web part listed once , modified date greater date of solution package.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -