|
Hi Silvio, Yes I'm using code first entities. Since that first post I changed te way i deploy my application to azure instead of using Team Foundation Service (tfspreview.com I use Visual Studio deploy to Azure. I get this error now System.Runtime.InteropServices.SEHException: External component has thrown an exception.
[SEHException (0x80004005): External component has thrown an exception.] IdeaBlade.EntityModel.EntityServerProxy.CheckConnection(Exception e) +12 IdeaBlade.EntityModel.EntityServerProxy.ExecFunc(Func`1 func, Boolean funcWillHandleException) +165 IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer(Func`1 func, Boolean funcWillHandleException) +344 IdeaBlade.EntityModel.EntityManager.ExecuteServerQuery(IEntityQuerySurrogate entityQuery) +368
[EntityServerException: External component has thrown an exception.] IdeaBlade.EntityModel.EntityManager.HandleEntityServerException(Exception ex, Boolean tryToHandle, PersistenceOperation operation, Boolean throwOnError) +280 IdeaBlade.EntityModel.EntityManager.ExecuteServerQuery(IEntityQuerySurrogate entityQuery) +456 IdeaBlade.EntityModel.EntityManager.ExecuteFetch(IEntityFinder finder) +305 IdeaBlade.EntityModel.EntityQueryFinder.Execute() +277 IdeaBlade.EntityModel.EntityManager.ExecuteQueryCore(IEntityQuery query, Boolean isAsync) +488 IdeaBlade.EntityModel.EntityManager.ExecuteQuery(IEntityQuery`1 query) +24 IdeaBlade.EntityModel.EntityQuery`1.GetEnumerator() +59 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +446 System.Linq.Enumerable.ToList(IEnumerable`1 source) +80 ClientService.Authentication.DealerliveAuthentication.ValidateDealerCode(String dealerCode) in c:\Users\Jean\Documents\Visual Studio 2012\Projects\Dealerlive\trunk\DealerLiveDMS\ClientService\Authentication\DealerliveAuthentication.cs:62 ClientService.Authentication.DealerliveAuthentication.AuthenticationPhase1(String dealerCode, String userName) in c:\Users\Jean\Documents\Visual Studio 2012\Projects\Dealerlive\trunk\DealerLiveDMS\ClientService\Authentication\DealerliveAuthentication.cs:26 WebRole1.Default.BtnSigninClick(Object sender, EventArgs e) in c:\Users\Jean\Documents\Visual Studio 2012\Projects\Dealerlive\trunk\DealerLiveDMS\WebRole1\Default.aspx.cs:32 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +155 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
Nice error message right?
------------- Jean
"If You are Not Making Mistakes, then You are Not Doing Anything.”
|