D
dtaylor
In my .NETCF application I have created an equivelent to
an INI file. It's file type is .txt. I'm using it to
read in application configuration settings as described
in "The definitive Guide to the .NET Compact Framework".
I just used VS2003.NET to deploy my application (which I
have set to go to the Windows\Start Menu folder) and I
have successfully deployed it on two new HP/IPAq
devices. The .txt file shows up in my Program window and
when I browse to the Windows\Start Menu folder the .txt
file isn't there and my application is not displaying
my "about box" info which is read from that file
(although it's not throwing any errors either).
How do you force content files to deploy to the same
directory as the application? (using the Build, Deploy
Solution method).
an INI file. It's file type is .txt. I'm using it to
read in application configuration settings as described
in "The definitive Guide to the .NET Compact Framework".
I just used VS2003.NET to deploy my application (which I
have set to go to the Windows\Start Menu folder) and I
have successfully deployed it on two new HP/IPAq
devices. The .txt file shows up in my Program window and
when I browse to the Windows\Start Menu folder the .txt
file isn't there and my application is not displaying
my "about box" info which is read from that file
(although it's not throwing any errors either).
How do you force content files to deploy to the same
directory as the application? (using the Build, Deploy
Solution method).