Application.StartupPath and Crystal Reports

  • Thread starter Thread starter Sheldon
  • Start date Start date
S

Sheldon

Hello -

I am trying to access a Crystal Report. VS 2008 automatically creates the
report in the same directory as the forms.

When attempting to use Application.StartupPath, it takes me to the
executable under myProject/bin/Debug. The only examples I have seen to
access a Crystal Report shows use of StartupPath. I don't want to store my
reports here.

Therefore, I need to move up a few directories where my forms and report
are. How do I do that?

Any help will be greatly appreciated!
 
Back
Top