Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Creating Diagram Object? (Read 1163 times)
Bander
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Feb 21st, 2010
Creating Diagram Object?
Mar 14th, 2010 at 10:46pm
Print Post  
Each time I run my application in debug mode in Visual Studio a Diagram object is created. i.e.  1st time I run it crates Diagram2, 2nd time Diagram3, etc.

Anyone have a clue on this?  I can delete the extra created one and the app compiles correctly, but this is very annoying to have to cleanup every time I test out a new section of code.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Creating Diagram Object?
Reply #1 - Mar 15th, 2010 at 8:36am
Print Post  
This might happen if Visual Studio uses cached diagramming.dll and diagramming.winforms.dll from different versions of the control. Try deleting the MindFusion.* assemblies from the following folders, while VS is not running:
 
C:\Documents and Settings\***\Local Settings\Application Data\Microsoft\Visualstudio\8.0\Projectassemblies 
 
C:\Documents and Settings\***\Local Settings\Application Data\assembly\ 
 
Replace *** with your account name. 
 
I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint