Page 1 of 1

License not valid due to the problems with...installation

Posted: Wed 05 May 2010 12:39
by plangeberg
ASP.NET MVC 2 .NET 4.0
No issues with the developer tools/license info.
Devart.Data.Oracle version 5.60.124.0
docconnect installed on dev machine, not on build server nor on web server. Was working then for some reason it has stopped and I get the error below.
Precompiling with aspnet_merge.
Devart*.dll set to copy local.
All forum refrences end with responding directly via email.


Server Error in '/ttweb_stage' Application.
--------------------------------------------------------------------------------

License not valid due to the problems with dotConnect for Oracle installation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Devart.Data.Oracle.OracleException: License not valid due to the problems with dotConnect for Oracle installation.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[OracleException (0x80004005): License not valid due to the problems with dotConnect for Oracle installation.]
Devart.Data.Oracle.OracleConnection.Open() +643
Devart.Data.Linq.Provider.ConnectionManager.GetOpenConnection() +185

[LinqCommandExecutionException: Error on opening DbConnection.]
Devart.Data.Linq.LinqCommandExecutionException.a(String A_0, Exception A_1) +59
Devart.Data.Linq.Provider.ConnectionManager.GetOpenConnection() +214
Devart.Data.Linq.Provider.ConnectionManager.b(IConnectionUser A_0) +98
Devart.Data.Linq.Provider.DataProvider.a(b A_0, Object[] A_1, Object[] A_2, Object A_3) +78
Devart.Data.Linq.Provider.DataProvider.a(b A_0, Object[] A_1) +21
Devart.Data.Linq.Provider.b.a(b A_0, Object[] A_1) +42
Devart.Data.Linq.DataQuery`1.i() +73
System.Linq.d__4d`1.MoveNext() +198
System.Linq.d__3a`1.MoveNext() +127
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +327
System.Linq.Enumerable.ToList(IEnumerable`1 source) +58
TTWeb.Controllers.TransactionsController.Search(TransactionQueryString query, Int32 page) in c:\SourceControlApplications\TeamCity\buildAgent\work\70ff59628da2973e\source\TTWeb\Controllers\TransactionsController.cs:47
lambda_method(Closure , ControllerBase , Object[] ) +151
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +188
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
System.Web.Mvc.c__DisplayClassd.b__a() +56
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +267
System.Web.Mvc.c__DisplayClassf.b__c() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +190
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +329
System.Web.Mvc.Controller.ExecuteCore() +115
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +42
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
System.Web.Mvc.c__DisplayClass8.b__4() +34
System.Web.Mvc.Async.c__DisplayClass1.b__0() +21
System.Web.Mvc.Async.c__DisplayClass8`1.b__7(IAsyncResult _) +12
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +30
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Problem solved

Posted: Wed 05 May 2010 16:16
by plangeberg
I was not pulling int the Devart.*.dlls before my aspnet_compile.exe

Can close this.