Print Page | Close Window

Error loading entity relations

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1341
Printed Date: 05-Jun-2025 at 12:40am


Topic: Error loading entity relations
Posted By: midnit
Subject: Error loading entity relations
Date Posted: 22-Jun-2009 at 4:48pm
I was unsure where to post this but the error I am receiving is "Error loading entity relations". The stack trace is:
   at IdeaBlade.EntityModel.RemoteEntityServerProxy.CheckConnection(Exception pException)
   at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query)
   at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs state)
 
Can you point me in a helpful direction?



Replies:
Posted By: davidklitzke
Date Posted: 23-Jun-2009 at 1:06pm
It looks like your application is having problems connecting to the database.  Make sure that your "Web" project is the startup project and that CopyLocal is true for all IdeaBlade referenced assemblies.



Print Page | Close Window