Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Couldn't get design time licenses (Read 5512 times)
dinesh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Mar 5th, 2008
Couldn't get design time licenses
Mar 5th, 2008 at 8:39am
Print Post  

I'm new to C#
I am using Visual Studio 2003 FlowChart.net 5.0
I have successfully made flowchart.net tools in toolbox of VS2003
                * Diagram
                 *DiagramView
                 *Flowchart



But When i'm trying to add Flowchart tool in Windows form Showing the Following Error Message




An Exception occured while trying to create an  instance for "Mindfusion.Flowchartx.Flowchart"The exception was "Couldn't get runtime license for Mindfusion.FlowchartX.flowchart"




Please Help me out..
This is my Academic project
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Couldn't get design time licenses
Reply #1 - Mar 5th, 2008 at 11:53am
Print Post  
The FlowChart class is from an older version of the control and you shouldn't use it anymore. In version 5 its functionality has been divided between the Diagram and DiagramView classes. I guess you have flowchart.net.dll from an older installation - delete that file and remove the FlowChart from the toolbox. Add references to the following assemblies to your project:

mindfusion.common.dll
mindfusion.diagramming.dll
mindfusion.diagramming.winforms.dll

Now you should be able to drop Diagram and DiagramView instances in your form. If you have version 5.0.2, dropping a DiagramView will automatically create a Diagram object and associate it with the view.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
dinesh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Mar 5th, 2008
Re: Couldn't get design time licenses
Reply #2 - Mar 5th, 2008 at 1:41pm
Print Post  
Good to see your reply..
Really Impressed with your Support!!! Hats off..  Roll Eyes
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint