I'm developing Visual Basic program that calls createobject("Visio.Application"). It's purpose is to start a Visio application so I can create a dynamic drawing.
The application is simply (like Microsoft examples) but
VB raise an exception 70 "Permission Denied" on the instruction CreateObject.
Have any idea?
Is there any permission/policy to set?
thanks