Launch an imaging application within Windows forms application

G

Guest

What is the best way in launching an imaging application from within the
VB.Net application. I tried ShellExecute API and
System.Diagnostics.ProcessStartInfo. VB.NET complains of security. What is
the way out or is there a better method to launch another application from my
Windows Forms Application?
 
G

Guest

I get the error: An unhandled exception of type
'System.Security.SecurityException'
Request Failed
 
S

Scott Swigart

Are you running your .NET application from the local machine, or from a
share?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top