long day - stupid question :

how do we determine the current application's physical location ?
in a non-cf app I would use
System.Reflection.Assembly.GetExecutingAssembly().Location but Location is
not an available property for a smart device app.

gerry

Re: brainfreeze : current directory by Paul

Paul
Wed Oct 06 13:30:21 CDT 2004

You can find this answer and many more by searching the newsgroup archives
via Google:

http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&group=microsoft.public.dotnet.framework.compactframework

Paul T.

"gerry" <germ@hotmail.com> wrote in message
news:%23BDZeG9qEHA.348@TK2MSFTNGP15.phx.gbl...
> long day - stupid question :
>
> how do we determine the current application's physical location ?
> in a non-cf app I would use
> System.Reflection.Assembly.GetExecutingAssembly().Location but Location is
> not an available property for a smart device app.
>
> gerry
>
>



Re: brainfreeze : current directory by Jon

Jon
Wed Oct 06 13:32:27 CDT 2004

gerry <germ@hotmail.com> wrote:
> long day - stupid question :
>
> how do we determine the current application's physical location ?
> in a non-cf app I would use
> System.Reflection.Assembly.GetExecutingAssembly().Location but Location is
> not an available property for a smart device app.

See http://msdn.microsoft.com/mobility/netcf/faq/default.aspx#7.1

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Re: brainfreeze : current directory by gerry

gerry
Wed Oct 06 13:39:09 CDT 2004

doh ! - major brain freeze


"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:e6VBGK9qEHA.2924@TK2MSFTNGP12.phx.gbl...
> You can find this answer and many more by searching the newsgroup archives
> via Google:
>
>
http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&group=microsoft.public.dotnet.framework.compactframework
>
> Paul T.
>
> "gerry" <germ@hotmail.com> wrote in message
> news:%23BDZeG9qEHA.348@TK2MSFTNGP15.phx.gbl...
> > long day - stupid question :
> >
> > how do we determine the current application's physical location ?
> > in a non-cf app I would use
> > System.Reflection.Assembly.GetExecutingAssembly().Location but Location
is
> > not an available property for a smart device app.
> >
> > gerry
> >
> >
>
>