Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: steveh3

I guess to help avoid this error, you could just replace this:

If Not oStyle.UpToDate Then oStyle.UpdateFromGlobal

...with this:

If Not oStyle.UpToDate Then
	Try : oStyle.UpdateFromGlobal : Catch : End Try
End If

It doesn't explain why the error is happening, but helps you keep moving forward.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)