Referring you to a previous post
-Jason
>Also don't forget to use:
>
>Imports System.IO
>Imports System.Reflection
>
>It seems if I leave those two out I end up with problems. Otherwise, Ken's
>suggestion seems to work the best of all solutions .
>james
>
>"Ken Tucker [MVP]" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
> Hi,
>
> Application.StartupPath, Application.Version. Application does
> not
> alway return the right result. Here is what i use.
>
> Public Function AppPath() As String
>
> Return
> System.IO.Path.GetDirectoryName(Reflection.Assembly.GetEntryAssembly().Location)
>
> End Function
>
>
>
> Ken
"Bernard Bourée" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> How to obtain the runing application path ?
>
> --
> Bernard Bourée
> (E-Mail Removed)
>
>