|
Rank: Newbie Groups: Member
Joined: 10/6/2011 Posts: 8
|
I just purchased and upgraded to EO 2013. When I open some of my pages in Visual Studio 2012, I get this message "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." My AppPool for the application is set to ".NET Framework v2.0.50727". Why am I getting this message?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please check whether your project are using a old version of EO.Web.dll. You have to use the DLL from the newer version.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/6/2011 Posts: 8
|
This took care of the problem. THANK
|
|
Rank: Newbie Groups: Member
Joined: 10/6/2011 Posts: 8
|
I am still having an issue. The EO.Web.DLL file in the Bin Folder on my development computer keeps reverting to the version 7. I'll replace it with the version 11 and then a few hours later I get an error message saying that I have the wrong version again, and I go look and the file in the Bin folder is version 7 again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You need to update your project reference to use the new DLL and then rebuild your project. Switching a DLL is not just overwriting the file, you also have to update your project reference so that your project knows that it should use the new file.
Thanks!
|
|