Rank: Guest Groups: Guest
Joined: 5/27/2007 Posts: -34
|
We only use the Progress Bar control. We've been using it in our ASP.NET 3.5 web application, but now we have upgraded to ASP.NET 4.0. We are now getting the error "This version of EO.Web.dll is built for ASP.NET 2.0. Please use the .NET 1.1 build to run on ASP.NET 1.1.".
I have seen this error on this forum, and the fix was to install the latest version. I did that (downloaded the new 'EO.Web Controls for ASP.NET' from the 'Download' section of this site & installed it), but in the installed folder 'C:\Program Files\Essential Objects\EO.Web Controls 8.0' I can't find the EO.Web.dll for .NET 4.0. Only the dll's for 2.0, but those give me the same error.
Anybody have any advice? How can I get the dll for 4.0?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The DLL in Net20 folder inside "EO.Web Controls 8.0" is the correct DLL. You will need to update your project to reference the new DLL and also recompile your application.
Thanks
|
Rank: Guest Groups: Guest
Joined: 5/27/2007 Posts: -34
|
You are correct, I had neglected to re-add the new dll in Visual Studio. My apologies, that was pretty dumb :-P. It now works like it should, in .NET 4.0.
Many thanks for the quick help!
|