Silverlight Form Restrictions

There are several restrictions in place for the design of Silverlight forms.

  • Only one user should edit a form at a time in the Silverlight Designer. If two users edit at the same time, unexpected errors could occur. The last user who saves can overwrite the changes of the other user.
  • Updating a form while others are requesting the form may result in an error. Form XAP files are cached in the WebModulesCache directory. For example, if user A is downloading the old form in the Web Task List, while user B is updating the form in the Silverlight Designer, and user C is requesting the new form in the Web Task List, an error could occur.