在Windows Phone 8中获取“System.IO.FileNotFoundException”

时间:2012-12-07 09:47:55

标签: visual-studio-2010 windows-phone-7 visual-studio-2012 windows-phone-8

我正在尝试使用Windows Phone 8中的ScheduledAgent运行后台任务。 一切都得到了正确的编译,但是当我在模拟器/设备上运行应用程序时,我得到一个崩溃说

“System.Windows.ni.dll”中出现“System.IO.FileNotFoundException”

相同的代码在Windows Phone 7中正常运行。

对于Windows Phone 8,我使用的是Visual Studio 2012

对于Windows Phone 7,我使用的是Visual Studio 2010

1 个答案:

答案 0 :(得分:2)

这是因为我错过了在主应用程序中添加后台代理dll。一旦我补充说,一切似乎都很好: - )