Hi,
That usually occurs when the ID that you pass to eo_GetObject does not exist. For example, if the ID of the ProgressBar is "ProgressBar1", and you call eo_GetObject("ProgressBar2"), you will get that error. As for user control, we verified the following steps and it works fine:
1. Start a blank new page;
2. Create a new user control;
3. Place a ProgressBar inside the user control;
4. Place the user control directly in the web page;
5. Try the same JavaScript and see if you get the error;
Please try the same and if you do not get the error message, then the problem is related to your code, most likely has to do with your dynamic loading code. If that's the case, you will need to seek other resource to resolve the issue as our support does not cover user code error:
http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1368If you get the error message by following the same steps, then check the version you are running and make sure you are running the latest version.
Thanks