Try the following code sample (place Test.txt in the Assets folder)
var input = Assets.Open("Test.txt");
string text;
// Use a StreamReader to read the data
using (StreamReader sr = new StreamReader(input))
text = sr.ReadToEnd();
Hello,
The solution for this error has been added to the top of the Marketplace
uploading guide:
http://mono-android.net/Documentation/Guides/Preparing_Package_for_Android_Marketplace
Good Luck!
Jonathan
On 5/22/2011 8:25 PM, w...@gencode.com wrote:
> I am trying to put my app in the market p
Thank you
___
Ed Scott | Microsoft Certified Solutions Developer (MCSD)
www: http://www.gencode.com
emaill: esc...@gencode.com
Location: Earth, Milkyway Galaxy
-Original Message-
From: Jonathan Pobst [mailto:mon...@jpobst.com]
Sen