Help : Visio drawing component in asp.net

Started by joules, May 19, 2009, 03:26:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

joules

Hi,
Does anyone know if it is possible to use and manipulate the visio drawing control in ASP.NET 2.0? what i need is for a user to be able to create a visio diagram in a web form, using ASP.NET 2.0. This requirement is possible using VS.NET 2003, however the visio control is disabled in VS.NET 2005 for web forms.

Visio Guy

As long as you don't need live interaction with the diagram, you should be able to get away with this. You can programmatically create Visio files in the xml format (.vdx), then view them in the (free) viewer.

Start here: Visio Viewer for Developers
Then: Visio and Xml Conference Resources
For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010

joules

I did see the option of viewing visio documents. But what I require is a live drawing enivironment on a web page.