This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi I have just downloaded the trial version of Mindscape WPF Diagram and when I run it my my sample app - I get the following error: Mindscape.WpfDiagramming.Foundation.DiagramSurface, Mindscape.WpfDiagramming.Foundation, Version=1.0.307.10634, Culture=neutral, PublicKeyToken=c2e9c4ef235fd77f' System.ComponentModel.LicenseException: An instance of type 'Mindscape.WpfDiagramming.Foundation.DiagramSurface' was being created, and a valid license couldnot be granted for the type 'Mindscape.WpfDiagramming.Foundation.DiagramSurface'. Please, contact the manufacturer of the component for more information.
Please can you advise? |
|
|
This probably means that either: (a) You do not have a licenses.licx file in your Visual Studio project with a reference to the DiagramSurface control (VS is meant to create this automatically but often doesn't); or (b) You have copied the Mindscape.WpfDiagramming.Foundation DLL to a project-private location, but have not also copied the .LIC file for the Diagram Surface control. For more information about these issues and how to fix them, see http://www.mindscape.co.nz/forums/Thread.aspx?ThreadID=1309 (it is written in terms of one of our other components, but the principle is the same). |
|