Error on 2.0

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
maubuso
Posts: 30
Joined: Wed 02 Jan 2013 23:53

Error on 2.0

Post by maubuso » Thu 31 Jan 2013 14:11

Hi.

I´m having this error when I try to view any query :

Can't compile assembly.
The type or namespace name 'Objects' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'Metadata' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'Metadata' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'Metadata' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'EntityClient' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)

System.InvalidOperationException
at #=qKs48SD$c0Tv5pt22IC_qCwna3QmbLAGdhmHXzefR4sOMpgqMSSHo2CbYYNJ04r23VRNP3n9GkPvS$SaU0l5KaA==.#=qRcwGQ3qvZNuYg76eQdHf7nlMQUgDECTxoe$5kkyGVsE=(CompilerErrorCollection #=q8xd$9SHOThH$dJ_7kgwrIA==)
at #=qKs48SD$c0Tv5pt22IC_qCwna3QmbLAGdhmHXzefR4sOMpgqMSSHo2CbYYNJ04r23VRNP3n9GkPvS$SaU0l5KaA==.#=qJvOGtB71RSOWHmBDQEhilA==()
at #=qKs48SD$c0Tv5pt22IC_qCwna3QmbLAGdhmHXzefR4sOMpgqMSSHo2CbYYNJ04r23VRNP3n9GkPvS$SaU0l5KaA==.#=qOkVtZ$dFRWFjUkSRLFgUUw==()
at #=qKs48SD$c0Tv5pt22IC_qCwna3QmbLAGdhmHXzefR4sOMpgqMSSHo2CbYYNJ04r23VRNP3n9GkPvS$SaU0l5KaA==.#=qVRvfHz27h$8qgYW8Guk5$4yZ7tb251r_ztCi4wfuMfw=.#=qj0IwD4Za7wyY$ulypBonp9EguqIkb7EKUtOylepECT4=()

maubuso
Posts: 30
Joined: Wed 02 Jan 2013 23:53

Re: Error on 2.0

Post by maubuso » Thu 31 Jan 2013 14:15

I´m Using VS 2012 Upd1 ... Project on 4.5 .NET version

maubuso
Posts: 30
Joined: Wed 02 Jan 2013 23:53

Re: Error on 2.0

Post by maubuso » Thu 31 Jan 2013 17:08

Another problem using CodeFirst with EF 5.0 :

A null was returned after calling the 'get_ProviderFactory' method on a store provider instance of type '#=qf0iMQzhvbP6M0$32V3mHgOt1NyP9C$utBNdXCP9dPByUnWxAI6KkoWRChMmAjV5NV$FRZw9O3fbl6fM$1mgyOg=='. The store provider might not be functioning correctly.
System.Data.ProviderIncompatibleException
at System.Data.Common.DbProviderServices.GetProviderFactory(DbConnection connection)
at System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInvariantName(DbConnection connection)
at System.Data.Entity.Internal.InternalConnection.get_ProviderName()
at System.Data.Entity.Internal.LazyInternalConnection.get_ProviderName()
at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
at System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
at System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()
at System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext()
at System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider()
at System.Linq.Queryable.Select[TSource,TResult](IQueryable`1 source, Expression`1 selector)
at Query.GetQuery(Object[] args)
at #=qtPm4VunRF41GcTuiFKYvvMXVrVND3y4$6QZq9MD9rcDG7OrBgWaXIOAseY5geySm1pL9P6Z2Fh5pCaVDv973Xg==.#=qNeKsYHCbM3FhKfVLmHb9dCPD$PvxQ0bb$nBp_rqKkUE=.#=qT94xtgQ9FPmIzR1NKTsEFg==()
at #=qtPm4VunRF41GcTuiFKYvvMXVrVND3y4$6QZq9MD9rcDG7OrBgWaXIOAseY5geySm1pL9P6Z2Fh5pCaVDv973Xg==.#=qY0utHaQ6estMkg_noS_6ye3lW6kvQ90HSdjFNzZ2tkw=.#=qaVFcE8Y4FEGv41zBDrIgxwx44PB4IVk$Eaa1pL64PP8zamhMRPZ468FBENMJ5HsL()

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Error on 2.0

Post by MariiaI » Fri 01 Feb 2013 13:42

We couldn't reproduce these issues on our environment. Please send us a simple test project so that we are able to reproduce these errors and investigate them.

Looking forward to your reply.

maubuso
Posts: 30
Joined: Wed 02 Jan 2013 23:53

Re: Error on 2.0

Post by maubuso » Wed 06 Feb 2013 12:29

Hi. I will try..

Post Reply