Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Importing from VISIO (Read 2456 times)
jcmartinez
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Aug 20th, 2008
Importing from VISIO
Aug 20th, 2008 at 3:29pm
Print Post  
Hi, I have a vdx file, and I'm executing:

MindFusion.Diagramming.Import.VisioImporter importar = new MindFusion.Diagramming.Import.VisioImporter();

importar.ImportAllPages(@"c:\prueba.vdx", fc.Diagram);

But it's not working, I don't get any message and there aren't nodes in the Diagram (fc.Diagram). I put the another name and I don't get a message either.

I'm missing something ?

regards
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Importing from VISIO
Reply #1 - Aug 20th, 2008 at 5:02pm
Print Post  
Hi,

Perhaps the IIS process doesn't have access rights to C:\. Try to import the file from the site's directory or its subdirectory.

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


I love YaBB 1G - SP1!

Posts: 3
Joined: Aug 20th, 2008
Re: Importing from VISIO
Reply #2 - Aug 20th, 2008 at 5:07pm
Print Post  
Hi,

Thank you very much Stoyo. It's working.

Is there anyway to catch the error. File not found ?

best regards,

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Importing from VISIO
Reply #3 - Aug 21st, 2008 at 10:12am
Print Post  
Hi,

We will change this to throw an exception instead of displaying an empty chart. I will send you and updated version when that's ready.

Stoyan
  
Back to top
 
IP Logged
 
jcmartinez
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Aug 20th, 2008
Re: Importing from VISIO
Reply #4 - Aug 21st, 2008 at 1:03pm
Print Post  
Hi,

Thank you Stoyan,

regards
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Importing from VISIO
Reply #5 - Aug 25th, 2008 at 11:08am
Print Post  
Hi,

Open the private messages page from the link at the top of this page. You will find a download link for the updated version there. Now it should throw FileNotFoundException or SecurityExceptions instead of displaying an empty chart.

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