New Posts New Posts RSS Feed: Linqpad fails after upgrade to 4.41.02
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Linqpad fails after upgrade to 4.41.02

 Post Reply Post Reply
Author
esaulsberry View Drop Down
Newbie
Newbie
Avatar

Joined: 26-Oct-2011
Location: Atlanta
Posts: 9
Post Options Post Options   Quote esaulsberry Quote  Post ReplyReply Direct Link To This Post Topic: Linqpad fails after upgrade to 4.41.02
    Posted: 23-Apr-2012 at 2:27pm
I've been using the IB LinqPad driver (wonderful!) for some time.  When Linqpad today notified me an update had been downloaded I restarted Linqpad and have been sad ever since.  The new version is 4.41.02 Even the simplest query fails with Object reference not set to an instance of an object.  I have a DF Silverlight license.

Here is the stack trace (there is no inner exception)
   at IdeaBlade.EntityModel.EntityMetadata.IsMappedEntityType(Type t)
   at IdeaBlade.EntityModel.EntityMetadata.HasAnyConcreteEntityBaseTypes(Type type)
   at IdeaBlade.EntityModel.EntityQuery.get_Expression()
   at LINQPad.Extensions.Dump[T](T o, String description, Nullable`1 depth, Boolean toDataGrid, Action`1 onClick)
   at LINQPad.Extensions.Dump[T](T o, String description, Nullable`1 depth)
   at LINQPad.Extensions.Dump[T](T o)
   at UserQuery.RunUserAuthoredQuery() in c:\Users\esaulsberry\AppData\Local\Temp\LINQPad\lcdnczuo\query_yramra.cs:line 31.

And the LinqPad log:

Date Time UserName Namespace.Class:Method Message
2012-04-23 17:18:20 IdeaBlade.Core.TraceFileXmlLogger:GetLogHeader ------------ Log Created ------------
2012-04-23 17:18:18 IdeaBlade.Core.IdeaBladeConfig:Initialize Initializing configuration ...
2012-04-23 17:18:18 IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog MEF assembly probing started: 4/23/2012 5:18:18 PM. If this takes a long time, use IdeaBlade.Core.Composition.CompositionHost to specify/restrict which assemblies to probe.
2012-04-23 17:18:19 IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog MEF assembly probing completed: 4/23/2012 5:18:19 PM
2012-04-23 17:18:19 IdeaBlade.Core.Composition.CompositionHost:.ctor Probe Assemblies: LINQPad, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5 If this list is unnecessarily large, use CompositionHost.SearchPatterns to modify the search critieria for probed assemblies. If this list does not contain the assembly(ies) holding your a) domain model, b) custom interface implementations, and c) POCO/known types then your application may not work correctly. Ensure that these assemblies are available in the exe/bin folder, and if using CompositionHost.SearchPatterns that the patterns are set appropriately.
2012-04-23 17:18:19 IdeaBlade.Core.IdeaBladeConfig+<>c__DisplayClass2:<Initialize>b__1 Cannot find a valid license key in any domain model assembly. -- Check the following: 1) Make sure that your model assembly is available in the bin/exe folder. 2) Check that all referenced assemblies are available, including all necessary IdeaBlade assemblies. 3) Set CopyLocal=true for all IdeaBlade references to ensure these assemblies are copied to this folder. Check the debuglog for additional messages.
2012-04-23 17:18:19 IdeaBlade.Core.IdeaBladeConfig+<>c__DisplayClass2:<Initialize>b__1 Falling back and using License from Registry
2012-04-23 17:18:19 IdeaBlade.Core.Configuration.ServerSettingsElement:ConstrainSettingsBasedOnLicenseCore The configured SupportedClientApplicationType is Silverlight
2012-04-23 17:18:19 IdeaBlade.Core.Configuration.ServerSettingsElement:ConstrainSettingsBasedOnLicenseCore Could not find a valid license to enable session-agnostic load balancing.
2012-04-23 17:18:20 IdeaBlade.Core.Configuration.ServerSettingsElement:ConstrainSettingsBasedOnLicenseCore Could not find a valid license to enable session-agnostic load balancing.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for non-default 'ITraceLoggerProvider' and found no matching exports.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckSingleExport CompositionContext: '-IbDefault-' - Probed for default 'ITraceLoggerProvider' and found 'IdeaBlade.Core.DefaultLoggerProvider'.
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization IdeaBladeConfig resolution: File: D:\Yargo\YargoShell\YargoDataModel\bin\Debug\Yargo.DataModel.dll.config - found but failed to deserialize
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization IdeaBladeConfig resolution: File: C:\ProgramData\LINQPad\Updates40\441\LINQPad.exe.config - found but failed to deserialize
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization IdeaBladeConfig resolution: Warning: No .config file found - using default configuration.
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization IdeaBladeConfig resolution: Logging file: C:\ProgramData\LINQPad\Updates40\441\DebugLog.xml
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization Bound to .NET runtime version 4.0.30319.261
2012-04-23 17:18:20 IdeaBlade.Core.TraceFns:CompleteTracingInitialization DevForce version 6.1.6.0
2012-04-23 17:18:20 IdeaBlade.EntityModel.EntityServerProxy:GetInstance Loaded IdeaBlade.EntityModel.EntityServerProxy
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckSingleExport CompositionContext: '-IbDefault-' - Probed for default 'IDataSourceKeyResolver' and found 'IdeaBlade.EntityModel.DefaultDataSourceKeyResolver'.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckSingleExport CompositionContext: '-IbDefault-' - Probed for any 'IAuthenticationProvider' and found no matching exports.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckSingleExport CompositionContext: '-IbDefault-' - Probed for any 'EntityServiceApplication' and found 'IdeaBlade.EntityModel.EntityServiceApplication'.
2012-04-23 17:18:20 IdeaBlade.EntityModel.EntityServiceApplication:OnServiceStartup EntityService created
2012-04-23 17:18:20 IdeaBlade.EntityModel.EntityService:get_LocalInstance Created local EntityService
2012-04-23 17:18:20 IdeaBlade.EntityModel.Server.EntityServer:.ctor EntityServer created for DataSourceExtension: [None], CompositionContext: -IbDefault-
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for any 'ICompositionContextResolver' and found no matching exports.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.EdmQueryExecutor'.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.PassthruEsqlQueryExecutor'.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.StoredProcQueryExecutor'.
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport CompositionContext: '-IbDefault-' - Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.UdtQueryExecutor'.
2012-04-23 17:18:20 IdeaBlade.EntityModel.Server.SessionManager:GetLoginManager Anonymous access: enabled
2012-04-23 17:18:20 IdeaBlade.Core.Composition.CompositionHost:CheckSingleExport CompositionContext: '-IbDefault-' - Probed for non-default 'IEntityLoginManager' and found no matching exports.
2012-04-23 17:18:20 IdeaBlade.EntityModel.Server.SessionManager:GetLoginManager No Login Manager found. User will always be logged in as Guest, regardless of credentials.
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 23-Apr-2012 at 6:15pm
Hi Elton,
 
Make sure you're using version 1.0.3 of the DevForce LINQPad driver.  
Back to Top
esaulsberry View Drop Down
Newbie
Newbie
Avatar

Joined: 26-Oct-2011
Location: Atlanta
Posts: 9
Post Options Post Options   Quote esaulsberry Quote  Post ReplyReply Direct Link To This Post Posted: 24-Apr-2012 at 2:37pm
Thanks, that solves it.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down