N
Naveen
Has anyone got the Visio Drawing Control working with VC# 2005 and .NET
Framework 2.0?
I created a simple windows application project in VC# 2005 and added the
Visio drawing control to a win form. Nothing fancy at all.....
When I run it I receive the following COM Exception
Class not registered
This occurs on the following endinit() line in the source code generated:
((System.ComponentModel.ISupportInitialize)(this.axDrawingControl1)).EndInit();
Am I missing something here?
I saw such a post in various newsgroups....but have found no solution yet.
Is there any product update I am missing to either VC# 2005 or .Net 2.0?
Any suggestion is helpful at this point since I am really stuck....
Thank you in advance....
Framework 2.0?
I created a simple windows application project in VC# 2005 and added the
Visio drawing control to a win form. Nothing fancy at all.....
When I run it I receive the following COM Exception
Class not registered
This occurs on the following endinit() line in the source code generated:
((System.ComponentModel.ISupportInitialize)(this.axDrawingControl1)).EndInit();
Am I missing something here?
I saw such a post in various newsgroups....but have found no solution yet.
Is there any product update I am missing to either VC# 2005 or .Net 2.0?
Any suggestion is helpful at this point since I am really stuck....
Thank you in advance....