RobotStudio event

[Bug] DynamicProperty.Description or GroupName assignment trig error

DenisFR
DenisFR ✭✭✭
edited June 10 in Developer Tools
Hello,
If I set Description or GroupName of a DynamicProperty, when I Add it to my smartComponent.Properties, I've got this error:

RobotStudio .NET exception: Access Denied. Project is read-only.
============================================
Base exception: UnauthorizedAccessException
Access Denied. Project is read-only.
   at ABB.Robotics.RobotStudio.ProjectObject.Backup(Boolean evenIfNew)
   at ABB.Robotics.RobotStudio.Stations.Asset.SetData(Byte[] data)
   at ABB.Robotics.RobotStudio.Stations.SmartComponent.UpdateResourceInt(Object element, String attribute, String value)
   at ABB.Robotics.RobotStudio.Stations.DynamicProperty.SetParent(ProjectObject parent)
   at ABB.Robotics.RobotStudio.Stations.DynamicPropertyCollection.Insert(Int32 index, DynamicProperty dynamicProperty)