我如何把一只.子转移到我孤立的储存中,在我搬走之后,这样做是删除的,因为它毫无用处。 我在我的项目中增加了我的卷宗。
How to view all the content in my IsolatedStorageFile by setting a new page in your browser? Thank you
我如何把一只.子转移到我孤立的储存中,在我搬走之后,这样做是删除的,因为它毫无用处。 我在我的项目中增加了我的卷宗。
你的问题并不明确,但请允许我看到我是否这样做。 你创建了一个数据库,在您的档案中添加这一数据库,作为你们项目的内容,以便用户在安装你的仪器时能够掌握所有数据。 然后,你将只读的卷宗中的数据复制到你首次创建的数据库中,以便你读/做。 更正?
如果是的话,我不认为有办法删除你列入安装的仅读文件。
如果你的数据库足够庞大,你担心通过在电话上有两本复印件将占用的空间,我建议把你的数据放在服务器上,创建网络服务,并首先利用这一网络服务。 在屏幕上发布通知,让用户知道,它正在下载信息,只有一次下载,随后的发射不会花太长时间。 如果通过电话、文字信息、背后主要新闻、开始纽顿或其他活动中断下载,则确保列入防止问题的守则。 如果下载在前一期中断,它就能够继续下载。
To answer your question, .SDF is a format of Microsoft SQL Server Compact (SQL CE) databases. The link you have pasted talks about SQLite databases.
这样,就可以把整个散装储存下载到你的装置上。
Open cmd and go to the following directory
C:Program filesMicrosoft SDK Windows Telephonev7.1ToolsIsolatedStorageExplorerTool
然后使用罐头。 ex ex download download Storage file file
isetool.exe ts xd [Product_id_here_see_WMAppManifest.xml] "D:Sandbox"
You should get message like download successful into D:Sandbox.
您也可通过修改以下论点来填补空白:ts with s。
How to view all the content in my IsolatedStorageFile by setting a new page in your browser? Thank you
First, I know about Clog, and I do not want to implement this piece. The reason? We can t maintain severeal logging frameworks . So to my question: Is it possible to implement log4net in a ...
I am using IsolatedStorage in Silverlight 3 to store some settings when a user navigates away from a page hosting the application. Currently i m using a DataContractSerializer to write the settings ...
I would like to take a file in isolatedstorage and convert it to a filestream for reading. how do I do this in code?
Is the following the correct way to save an image to isolated storage? public void imageToStore(Image imageIn) { IsolatedStorageFile iso = IsolatedStorageFile.GetUserStoreForApplication(); ...
In a WPF application, I load in xaml files with the xamlreader by finding the current directory like this: public static string GetApplicationDirectory() { return System.IO.Path.GetDirectoryName(...
I was just wondering if there is a way to prevent people from copying a file which is stored by using System.IO.IsolatedStorage? To me, I can t think of anyway. Any person can go and grab those files ...
Lately I ve been working in an office with a wireless network which uses an annoying authentication scheme: every few hours, you need to open up a browser and type a username/password into an ...