I've used a EO.Web progress bar on an internal site here for years. All good. Love it. Alas the rendering seems a tad kludgy now, after various migrations, but it's all working. So I took a look at the properties and tried to see if I could fiddle with the images. Alas when I try to look at the BackgroundImage property of the Progress Bar it throws an error as follows:
Microsoft Visual Studio
EO.Web is not correctly installed. Please run the installer again.
OK
So I downloaded the latest from the website, ran the installer. No change.
So I quite Visual Studio, Ran the installer again, did a repair. Started Visual Studio. No change.
I looked at the references, found the EO.Web.dll my project is using, renamed the whole foler BACKUP and copied the whole of the EO.Total folder into the old spot, restarted Visual Studio, tested the website and teh progress bar works fine, though rendering kludgy still, checked properties, same problem.
Here's the properties I'm seeing:
And the error:
And the reference properties in my project:
Those three images as URLs as the img tag seems broken in the forum:
http://s772.photobucket.com/user/Bernd_Wechner/media/EO.Web1_zpsgapbx9tj.png.htmlhttp://s772.photobucket.com/user/Bernd_Wechner/media/EO.Web2_zpslylnsf18.png.htmlhttp://s772.photobucket.com/user/Bernd_Wechner/media/EO.Web3_zpshmvpdfdo.png.htmlThis a bit of a puzzle and a cryptic message. My best guess is it's looking for images to browse somewhere when I click the drop down next to BackgroundImage and not finding them.
To make matters worse I see no EO.Web tools in my Tooolbox or anywhere under
Tools > Choose Toolbox Items.
The control works fine when I run in debug mode on my local machine, i.e. in-situ.
I'm puzzled.