I want to show a visio file in a web form in an ASP.Net web form. I'm using C# and .Net framework 4.5.
I'm creating the visio file dynamically in a web form, according to some data that is stored in a database by using Microsoft.Office.Interop.Visio namespace. Then I save the file in a folder. I can open the file with visio. BUT I need to display it in the web form. (no pdf, no image!)
I added Microsoft Office Visio 12.0 Drawing Control (COM component) to the toolbox, but it is disabled (gray color) so I cannot use it.