337 Component not found in registered location
338 Component could not successfully create requested object
339 Component 'item' or one of its dependencies not correctly registered . . .
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Visual Basic Reference

Visual Studio 6.0

'Item' property cannot be set at run time (Error 382)

See Also

The property is read-only at run time. This error has the following cause and solution:

  • You tried to set or change a property whose value can only be set at design time.

    Remove the reference to the property from your code or change the reference to only return the value of the property at run time.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.