为什么我不能在System.IO命名空间中访问IsolatedStorage?

时间:2012-08-10 21:31:58

标签: windows-8 microsoft-metro windows-runtime isolatedstorage

我在Windows 8 Release Preview上运行VisualStudio 2012 RC。

我使用“live”又名“outlook”ID登录Win8。

我创建了一个新的Windows Metro Style项目。当我尝试使用System.IO.IsolatedStorage Visual Studio告诉我,我错过了一个引用。但是当我去参考时,没有什么可以添加,它表示默认添加所有引用。

现在,据我所知,IsolatedStorage是mscorlib.dll的一部分,因此它“丢失”的可能性不大。

我错过了什么?

谢谢和问候, 萨米特。

1 个答案:

答案 0 :(得分:5)

IsolatedStorage不是.Net for WinRT的一部分。您必须使用Windows.Storage。

http://msdn.microsoft.com/en-us/library/windows/apps/br230302%28v=vs.110%29.aspx#storage