New Posts New Posts RSS Feed: License violation
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

License violation

 Post Reply Post Reply
Author
smi-mark View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 24-Feb-2009
Location: Dallas, Texas
Posts: 343
Post Options Post Options   Quote smi-mark Quote  Post ReplyReply Direct Link To This Post Topic: License violation
    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!
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post 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.
 
 
Back to Top
lars-erik View Drop Down
Newbie
Newbie
Avatar

Joined: 15-Oct-2007
Location: Norway
Posts: 19
Post Options Post Options   Quote lars-erik Quote  Post ReplyReply Direct Link To This Post 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 ?
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down