Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to distribute FlowChart.Net (Read 1857 times)
CanadaProgrammer
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 113
Joined: Jun 30th, 2011
How to distribute FlowChart.Net
Nov 29th, 2011 at 9:13pm
Print Post  
I put MindFusion.Common.dll,MindFusion.Diagramming.dll,MindFusion.Diagramming.WinForms
.dll to installation package. Then these dll files will be installed to dll directory in user computer. My program can run, looks good.

But when I try to create a diagram, my program throw a exception. Looks a file named MindFusion.Graphics.dll is missed. Then I copied this file to the same directory where these three dll files are in and also copy the file to the current directory where my program are in. But it did not work.

So how to distribute FlowChart.Net?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to distribute FlowChart.Net
Reply #1 - Nov 30th, 2011 at 6:50am
Print Post  
It should show a different message after you copy the mindfusion.graphs.dll, what is it? If your setup software cannot detect dependencies, try adding manually all dll files you can see in the bin/debug or bin/release subfolders under the project's source code project. If the project runs successfully from Visual Studio, then all necessary assemblies should be there.

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