This is a migrated thread and some comments may be shown as answers.

converted from 4.4 to 5.0

2 Answers 128 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ajay
Top achievements
Rank 1
Ajay asked on 02 Jul 2013, 01:36 PM
hi,


i have converted from 4.4 to 5.0 


i have not find in side Telerik.OpenAccess.40.Extensions.dll


The type or namespace name 'Fluent' does not exist in the namespace 'Telerik.OpenAccess.Metadata' (are you missing an assembly reference?)

1) using Telerik.OpenAccess.Metadata.Fluent;
2) using Telerik.OpenAccess.Metadata.Fluent.Advanced;

in side Telerik.OpenAccess


and

The type or namespace name 'MappingConfiguration' could not be found (are you missing a using directive or an assembly reference?)

help

thanks

2 Answers, 1 is accepted

Sort by
0
Ajay
Top achievements
Rank 1
answered on 02 Jul 2013, 02:34 PM
hi all,

my question is  

using Telerik.OpenAccess;
using Telerik.OpenAccess.Metadata.Fluent;
using Telerik.OpenAccess.Metadata.Fluent.Advanced;

not find inside 

Telerik.OpenAccess.40.Extensions.dll

but find inside Telerik.OpenAccess.35.Extensions.

i want to convvert 4.4 to 5.0 then it need to use Telerik.OpenAccess.40.Extensions.dll.

 error
The type or namespace name 'Fluent' does not exist in the namespace 'Telerik.OpenAccess.Metadata' (are you missing an assembly reference?)

The type or namespace name 'MappingConfiguration' could not be found (are you missing a using directive or an assembly reference?)

Please tell me how to fixed.


0
Yordan
Telerik team
answered on 04 Jul 2013, 12:29 PM
Hi Ajay,

The types from namespaces 
using Telerik.OpenAccess;
using Telerik.OpenAccess.Metadata.Fluent;
using Telerik.OpenAccess.Metadata.Fluent.Advanced;
are defined in assembly Telerik.OpenAccess.35.Extensions. Adding a reference to that assembly should fix the problem. 
Please bear in mind that the assembly Telerik.OpenAccess.40.Extensions.dll is NOT an upgrade nor a replacement for the assembly Telerik.OpenAccess.35.Extensions. These assemblies are very different from each other.
This article explains in detail which assemblies are needed in order to use OpenAccess ORM.

This should be also the answer to these support threads as well:
http://www.sitefinity.com/developer-network/forums/sitefinity/general-discussions/upgrade-from-4-4-to-5-0-.aspx
and
http://www.sitefinity.com/developer-network/forums/general-discussions-/upgrade-site-from-4-0-to-6-0-

I hope that helps. If you still experience any difficulties compiling the project get back to us for assistance.
 
Regards,
Yordan
Telerik
OpenAccess ORM Q2 2013 brings you a more powerful code generation and a unique Bulk Operations support with LINQ syntax. Check out the list of new functionality and improvements shipped with this release.
Tags
General Discussions
Asked by
Ajay
Top achievements
Rank 1
Answers by
Ajay
Top achievements
Rank 1
Yordan
Telerik team
Share this question
or