Continua error after upgrade to the build 1457

Hi guys with the latest build 1457 of continua I'm getting the follow error trying to access the service :/

Any tips ? I've already looked for folders permissions and it didnt helped, event log doesnt have any error :/


Exception: TypeInitializationException 

Message: O inicializador de tipo de 'System.ServiceModel.Channels.AppContainerInfo' acionou uma exceção. 
Stack Trace: em System.ServiceModel.Channels.NamedPipeChannelFactory`1.GetConnectionGroupName(NamedPipeTransportBindingElement bindingElement) 
 em System.ServiceModel.Channels.NamedPipeChannelFactory`1..ctor(NamedPipeTransportBindingElement bindingElement, BindingContext context) 
 em System.ServiceModel.Channels.NamedPipeTransportBindingElement.BuildChannelFactory[TChannel](BindingContext context) 
 em System.ServiceModel.Channels.Binding.BuildChannelFactory[TChannel](BindingParameterCollection parameters) 
 em System.ServiceModel.Channels.ServiceChannelFactory.BuildChannelFactory(ServiceEndpoint serviceEndpoint, Boolean useActiveAutoClose) 
 em System.ServiceModel.ChannelFactory.CreateFactory() 
 em System.ServiceModel.ChannelFactory.OnOpening() 
 em System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
 em System.ServiceModel.ChannelFactory.EnsureOpened() 
 em System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via) 
 em Continua.Shared.ServiceClientNP`1.Initialise() 
 em Continua.Shared.ServiceClient`1.get_Proxy() 
 em Continua.Web.ContinuaController.With[TService](Action`1 action, ServiceEndpointOptions options) 
 em Continua.Web.ContinuaController.<>c__DisplayClass1c.b__1a(Object x) 

Exception: Win32Exception 

Message: Access Denied 

Stack Trace: em System.ServiceModel.Channels.AppContainerInfo.RunningInAppContainer() 
 em System.ServiceModel.Channels.AppContainerInfo..cctor() 

What OS version is this running on? I tested the named pipe support on windows 7, Server 2008 & R2 and windows 8, all using a non admin account for the services and they all worked fine. I just googled the error but so far not much has shown up as relevant or useful. Which page were you trying to access when this happened (wondering if it is just one service or all of them)?

Hi Diego

Can you try something, edit the web.config for continua and change :

[code]<identity impersonate="true" /> [/code]

to

[code]<identity impersonate="false" /> [/code]

Sorry for the late response, I’m using windows 8.

Changing the impersonate to false solved the problem Thanks Vincent.

Excellent, thanks for confirming. I have changed the default for new installs.