Windowsphone载入独立存储代码出错

以下是C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Net;u... 以下是C#代码
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using Microsoft.Phone.Controls;using System.IO.IsolatedStorage;using System.IO;
public event EventHandler<LaunchingEventArgs> Launching{ IsolatedStorageFile myStore = IsolatedStorageFile.GetUserStoreForApplication();
try { using (var isoFileStream = new IsolatedStorageFileStream("MyFolder\\myFile.txt", FileMode.Open, myStore)) { using (var isoFileReader = new StreamReader(isoFileStream)) { TextBlock1.Text = isoFileReader.ReadLine(); } }
} catch { TextBlock1.Text = ""; }}
已解决请不要在回答——————————————————————————----------------
新代码为private void Application_Launching(object sender, RoutedEventArgs e)
展开
 我来答
阿波罗2156
2013-07-30
知道答主
回答量:1
采纳率:0%
帮助的人:2.5万
展开全部
aaaaprivate void Application_Launching(object sender, RoutedEventArgs e)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式