Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgrading from 3.5 to 3.6
Message
 
To
05/05/2010 15:05:49
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01463298
Message ID:
01463302
Views:
38
Frank,

As I just completed this, you need to add a reference of this library to your project: To do this, right click on your web project in the solution explorer and choose 'Add Reference'. Then click on the .NET tab and scroll to the System.Data.Entity component and select it. It is version 3.5 because this refers to the .NET version not the MM.NET version.

That should do it. Now let's see if you run into the same problem I am as listed in my thread started yesterday after getting a clean build.

Bob



>Hi,
>
>I'm upgrading a Web app done in MM.NET 3.5 to MM.NET 3.6. I uninstalled MM.NET 3.5 and then installed 3.6. Opened my Solution and removed the Mere Mortals references from my Business Project and from my Web project and added the 3.6 versions back in. Now I am getting 2 errors when I try to build the solution:
>
>Error 1 The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Development\Mere Mortals .NET Framework 2008\SamaanSystems\IAS.Business\ABusinessEntity.cs 12 15 IAS.Business
>
>Error 2 The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Development\Mere Mortals .NET Framework 2008\SamaanSystems\IAS.Web\OccupationEdit.aspx.designer.cs 14 26 IAS.Web
>
>Both seem to refer to the same thing and are referring to version 3.5 of System.Data.Entity. What do I need to do to fix this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform