You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace a text with a table,
if it was not the last paragraph an error will occur :
System.InvalidOperationException:“Collection was modified; enumeration operation may not execute.”
modify xceed.document.net.container .replacetextcore
change foreach into for will resolve it
The text was updated successfully, but these errors were encountered:
replace a text with a table,
if it was not the last paragraph an error will occur :
System.InvalidOperationException:“Collection was modified; enumeration operation may not execute.”
modify xceed.document.net.container .replacetextcore
change foreach into for will resolve it
The text was updated successfully, but these errors were encountered: