Tagged Questions
0
votes
1answer
269 views
Application hangs forever when opening a Visio document
Here's my small bit of code.
protected void ViewVisio(string url)
{
// open document
Microsoft.Office.Interop.Visio.Application visApp =
new ...
0
votes
0answers
137 views
Visio VBA Error while opening from ASP.NET, The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
I am writing a web application in VB.net to open Visio document and do some manipulation. It is working fine in debug mode but showing error in published mode.
Here is My Code
Imports visio = ...
0
votes
0answers
133 views
Displaying a Visio document in a browser other than IE?
On my site, I'm displaying several different types of files in the browser, like images, text files, etc. One of the files I want to display is a Visio document.
To display it on a page, I'm creating ...
0
votes
3answers
947 views
Generate Visio compatible XML (VDX) with ASP.NET
I need to create a web page (.aspx) that creates a Visio compatible XML (VDX) filed, based on my application data, and sends it to the user.
I suppose to:
Create once with Visio a .VDX template ...
0
votes
1answer
358 views
Automatically zoom-to-fit in Visio Web Access ASPX
This question is also at sharepoint.stackexchange.com but has failed to get views or responses so I'm posting here.
I'm trying to set the zoom level of a Visio document which is shown through the ...
2
votes
1answer
218 views
Alternative for visio server-side automation
Mircosoft recommends against server-side automation of office tools (Considerations for server-side Automation of Office)
However, I see no other options. What I'm trying to do, is convert vsd files ...
1
vote
3answers
554 views
Developing an Office seating plan in ASP.NET/C# with Visual Stduio 2010
I want to develop a simple seat plan for my office - showing the location of kitchen/toilets and where each person sits - if you then clicked a person it would bring up their contact details (email ...
0
votes
1answer
238 views
how many use case for forum system
i'm creating a forum system for my website and i want to model it first using uml. here are the tasks that need to be modeled:
reading forum, thread, post
editing forum, thread, post
deleting forum, ...
0
votes
2answers
170 views
Modify <param> value from code
I am trying to embed a visio doc in an aspx page using the following code
<OBJECT classid="CLSID:279D6C9A-652E-4833-BEFC-312CA8887857"
...
1
vote
4answers
651 views
What is a good drawing library or -tool to generate Visio-/UML-like diagramms for the web
We need to build dynamically generated Visio- or UML-like diagramms for on a website. We use C# (.Net 3.5 Framework). We have all kind of entities which are related to eachother. One entity can have ...
0
votes
2answers
1k views
Is it possible to automate Visio with ASP.NET?
I've googled the heck out of this, but I can't seem to find anything that I can A) understand, or B) has any relevance to what my goal is.
Background
My clients are trying to revive an ASP.NET 1.0 ...
3
votes
2answers
12k views
How to create Visual Studio style class diagram in Visio?
I need to plan out a Class, Method, Attribute style diagram, I have looked at the Class Designer in Visual Studio, but it seems to not do what I want.
I want to be able to have a diagram show the ...
0
votes
1answer
2k views
Types of UML diagram - VISIO - ASP.net
Below, I have an extract from a design specification and need to create UML diagrams as .NET specifications. No coding is yet started or is there any solution structure yet. What would be best ...
