Print Page | Close Window

License violation

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1110
Printed Date: 24-Apr-2025 at 1:32am


Topic: License violation
Posted By: lars-erik
Subject: License violation
Date Posted: 04-Mar-2009 at 12:38am
I have just upgraded to 3.6.5.4. We are running Enterprise version with product key.
But when running with remoting it fails saying "*** License violation *** - Valid product key not found" in the Debuglog.xml
I have uploaded all new Ideablade dll's to IIS, and restarted the application pool.
What is wrong ?



Replies:
Posted By: kimj
Date Posted: 04-Mar-2009 at 1:49pm

License key information is stored in your model assembly, so at run time that assembly must be found and loaded so that the license can be read.  This validation is done first thing, so that various features can be turned on or off as needed.

You should re-generate your model following a DevForce upgrade.  Open the Object Mapper, and then choose to save and regenerate all files.  This will ensure that the license (as found on the development machine where DevForce was installed) is used to "stamp" the model assembly.
 
Next ensure that a probeAssemblyName element contains the correct assembly name of this model assembly.  Also double check that the assembly is located in the bin folder.
 
If it's still not working after all this, check the Debuglog.xml to see if there's anything helpful there, and either post it here or send it to support if you still need assistance.
 
 


Posted By: smi-mark
Date Posted: 11-Mar-2009 at 3:44pm
Sometimes what can happen after an update is if you haven't rebuild your model or if it is referencing older versions of IdeaBlade DLLs this can happen. It just recently happened to me. So make sure to clean your project double check your references and rebuild!



Print Page | Close Window