We need to create a Visio 2010 stencil in code, using the .NET Freamework and C#.
The idea is like this:
We have our app, that is used by the app user, and then we have the workflow designer, which user Visio which is installed on another machine.
So we have two different people and two different machines. Lets say that, for this discussion, the application is an organizational structure app, that its object model comprises of various types, including User, Group, Developer, Administrator etc..
I want to add functionality to the app that would allow the app user to take these types and create a stencil from it, saved in a .vss file which is the format Visio uses for stencils. Then, the Visio user can take this vss file and add it to the document he's working on. The idea behind all this is that the app user can add user types any time, say 'Power User', which makes all this process dynamic.
Now, the machine where the application is installed doesn't have Visio installed, which might be important, i guess, in terms of what assemblies related to visio programming can be referenced from the app.
Can this be achived?
Thanks,
Avi
