Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / April 2008

Tip: Looking for answers? Try searching our database.

ProcessStartInfo adobe reader file- can not open

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sunny - 18 Apr 2008 03:32 GMT
Hi all

We have a pdf user manual which we open when client clicks on help
button. some of our clients have the issue that it does not open the
file and it says file not found. checked with istaller and everything.
i wonder why it would do so?? please help out

code to run the adobe reader:
ProcessStartInfo startInfo = new ProcessStartInfo(AcrobatReader,
Filename)
Process.Start(startInfo);

error:
http://tinypic.com/view.php?pic=21eqdkw&s=3
Gilles Kohl [MVP] - 18 Apr 2008 06:39 GMT
>Hi all
>
[quoted text clipped - 10 lines]
>error:
>http://tinypic.com/view.php?pic=21eqdkw&s=3

Here are a few questions / ideas:

- do you have examples of what the filename actually looks like in
those cases?

- Any dependencies on specific versions of Acrobat Reader?

- Permissions / Vista?

- Maybe temporarily replace AcrobatReader with a small app of your
own, that actually displays the filename that gets passed to it.

- Did you try to use the second overload of ProcessStartInfo, e.g.

ProcessStartInfo startInfo = new ProcessStartInfo(Filename);

(lets the system find whatever is associated with PDF)

to see if that makes a difference?

  Regards,
  Gilles.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.