Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 3.3 error in dependencies? (Read 11369 times)
Centron
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 24
Joined: Feb 11th, 2015
3.3 error in dependencies?
May 27th, 2015 at 4:24pm
Print Post  
Today I have installed 3.3, which replaced my 3.2. In my project, I replaced Common.Wpf, Diagramming.Wpf, Graphs, and Scripting with their newer 3.3 version, and added Licensing.

The project compiles, but when I start debugging, I immediately get an exception that happens in the main window constructor. It says that it could not find the Common.Wpf 1.0.0.4., and the Common.Wpf is version 1.0.2.4 in 3.3 and 3.2. I used 3.2.1 for a short time, but that used Common.Wpf 1.0.0.2.

After testing, I think Diagramming.Wpf 3.3 references Common 1.0.0.4, instead of the shipped 1.0.2.4, can I somehow fix that error?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 3.3 error in dependencies?
Reply #1 - May 27th, 2015 at 4:40pm
Print Post  
Have you installed version 3.3 over the existing 3.2 installation? MSI might have left some assemblies from older version mixing up the references between them. Try removing completely and installing again, or get just the assemblies using nuget:
https://www.nuget.org/packages/MindFusion.Diagramming.Wpf/

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


I Love MindFusion!

Posts: 24
Joined: Feb 11th, 2015
Re: 3.3 error in dependencies?
Reply #2 - May 28th, 2015 at 6:51am
Print Post  
I uninstalled and got the nuget packages, that worked. However, now I have the trial version watermark in my diagram. How do I get rid of that?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 3.3 error in dependencies?
Reply #3 - May 28th, 2015 at 7:55am
Print Post  
Since v3.3 the control requires a license key to be set in run-time, instead of checking in registry during design/compilation time. This allows for easier distribution (e.g. via nuget) and deployment to build systems. You can find a license key string listed on Keys & Downloads page at clients area on our site. Call LicenseManager.AddLicense() from your application's startup code to remove the watermark.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint