Print Page | Close Window

Licence Violation Error

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=1504
Printed Date: 22-Sep-2025 at 2:52am


Topic: Licence Violation Error
Posted By: Titan
Subject: Licence Violation Error
Date Posted: 01-Oct-2009 at 12:45am
Since we updated Devforce to 5.2.2 we get following Error on non-development PCs:

Type: IdeaBlade.Core.IdeaBladeLicenseException
Message: This product is not registered or the key may no longer be valid.

Please contact your IdeaBlade representative to obtain a new key or email sales@ideablade.com.

Product: Error

On the Development PC's it works just fine. (probably because DevForce is installed)

The probeassambly names should be correct in the .config file.


Any Ideas?


Thanks, Titan



Replies:
Posted By: kimj
Date Posted: 01-Oct-2009 at 8:29am
Check that your domain model assembly and all referenced IdeaBlade assemblies are in the same folder as the executable.  On development PCs referenced assemblies will be resolved from the GAC, while on deployed PCs they will normally be in the folder, and it's unfortunately easy to miss one or two. 

Here's the minimum set of assemblies you should have in the exe folder -
<domain model assembly>
<entity model assembly>
IdeaBlade.Core
IdeaBlade.EntityModel
IdeaBlade.EntityModel.EDM
IdeaBlade.EntityModel.Server
IdeaBlade.Linq
IdeaBlade.Validation




Posted By: Titan
Date Posted: 02-Oct-2009 at 3:28am
All these named assemblies are in our delpoyes folder. (i also thinked about the GAC and so far)

Did you have other options for a solution? Maybe a Devforce Problem?.

Here's a DebugLog with the Problem:

http://img44.imageshack.us/img44/3655/20091002122353.jpg

Thanks for your time,

Titan


Posted By: kimj
Date Posted: 02-Oct-2009 at 8:58am

The messages in the log would indicate that a referenced assembly is still missing.  Check the references for the KLIBDatabase assembly and see if something is still missing from either the exe folder or GAC.



Posted By: Titan
Date Posted: 05-Oct-2009 at 11:55pm
I solved the Problem:

The .dll Microsoft.VisualStudio.TextTemplating.dll was missed.

Thanks, for your Time,

mfg Titan



Print Page | Close Window