License not valid after recycling the AppPool in IIS
Posted: Fri 05 Apr 2013 07:35
We have a Web-Application which is hosting a wcf-service. The logic is inside a referenced DLL. In visual studio the license-manager tells the license is valid and an embedded resource. After deploying on the server where devart is not installed the service is working but after the recycling of the application-pool in IIS we get the exception "License not valid due to the problems with dotConnect for Oracle installation".
The fault-exception we get:
Thanks for help.
The fault-exception we get:
The application is only working again after changes inside the deployment-folder.<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/1 ... /faultcode>
<faultstring xml:lang="de-DE">Fehler beim zugrunde liegenden Anbieter auf Open.</faultstring>
<detail>
<ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07 ... rviceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<HelpLink i:nil="true"/>
<InnerException>
<HelpLink i:nil="true"/>
<InnerException i:nil="true"/>
<Message>License not valid due to the problems with dotConnect for Oracle installation.</Message>
<StackTrace>bei Devart.Data.Oracle.OracleConnection.Open()
bei System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)</StackTrace>
<Type>Devart.Data.Oracle.OracleException</Type>
</InnerException>
<Message>Fehler beim zugrunde liegenden Anbieter auf Open.</Message>
<StackTrace><![CDATA[bei System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)
bei System.Data.EntityClient.EntityConnection.Open()
bei System.Data.Objects.ObjectContext.EnsureConnection()
bei System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
bei System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
bei GDVDL.Service.Bearbeitungsunterstuetzung.Implementation.DatabaseAccess.ContextHelpReader.Execute(BearbeitungsunterstuetzungSCModel& bearbeitungsunterstuetzungScModel)
bei GDVDL.Service.Bearbeitungsunterstuetzung.Implementation.Bearbeitungsunterstuetzung.HilfetextLesen(HilfetextLesenServiceRequest hilfeTextLesenServiceRequest)
bei SyncInvokeHilfetextLesen(Object , Object[] , Object[] )
bei System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
bei System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
bei System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
bei System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
bei System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)]]></StackTrace>
<Type>System.Data.EntityException</Type>
</ExceptionDetail>
</detail>
</s:Fault>
</s:Body>
Thanks for help.