Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 silverlight 应用程序,File.WriteAllText 在尝试写入本地桌面时不允许执行文件操作。访问路径异常。此代码始终在本地桌面上运行,但在服务器上部署代码时会出错。
Silverlight 没有您期望的访问权限。如果要在运行时将文件添加到 Silverlight 应用程序,则需要使 Silverlight 在具有提升权限的浏览器之外运行。这也有一定的局限性。您只能访问特殊文件夹中的文件,例如我的文档、图片、音乐等。有关更多信息,请参阅此和此