|
Rank: Advanced Member Groups: Member
Joined: 9/4/2007 Posts: 114
|
Has EO.Web been tested in the 4.0 framework? I ran some code in VS2010 with the 4.0 framework selected and it complained that EO.Web was not compatible with 1.1? seeming to think it did not recognize 4.0. I had only a Floater control and a GridView on the page.
The exact error Message was:
"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."
And the top few lines of the stack trace:
Stack Trace:
[Exception: 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.] EO.Web.Control.c() +95 EO.Web.WebControlBase..ctor(HtmlTextWriterTag tag, Type implType) +74 EO.Web.Floater..ctor() +81 ... Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The current version (2009) supports Framework 4.0.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/4/2007 Posts: 114
|
2009 is the version I am running. Assembly Version 7.0.41.2. What do you suppose would be causing the error? I seem to be getting the same error with any control.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Make sure you get the latest build from our download page. Framework 4.0 supports was only added after Framework 4.0 beta was available.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/4/2007 Posts: 114
|
Yes, sometime after .41 build. .62 did the trick. Thanks
|
|