<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SilverDB Discussions Rss Feed</title><link>http://silverdb.codeplex.com/Thread/List.aspx</link><description>SilverDB Discussions Rss Description</description><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;thanks a lot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Deeps_M</author><pubDate>Sat, 12 Mar 2011 08:41:00 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110312084100A</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Check this article for samples how to store images in ISO.&amp;nbsp; &lt;a href="http://www.silverlight.net/learn/quickstarts/isolatedstorage/"&gt;http://www.silverlight.net/learn/quickstarts/isolatedstorage/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Wed, 09 Mar 2011 14:12:11 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110309021211P</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, thanks.&lt;/p&gt;
&lt;p&gt;i got that the problem is because of the increase in&amp;nbsp;database size because im storing images and audios&amp;nbsp;in database. thats why, when the database size increases 6-7MB, it becomes slow and after&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14-15MB the application starts for random crashes.&amp;nbsp; Now i'll try to save all these things in Isolated Storage.&lt;/p&gt;
&lt;p&gt;can u please tell me how to store Images and Audio file in Isolated Storage.&lt;/p&gt;&lt;/div&gt;</description><author>Deeps_M</author><pubDate>Tue, 08 Mar 2011 09:10:10 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110308091010A</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: black; font-size: 10pt;"&gt;I think your issue is that your second page (the one you are navigating to) inherits from UserControl instead of PhoneApplicaitonPage. This is known to cause crashes. Could you double-check this please? Also, based on what you are describing I would suggest re-working your large image strategy. BLOBs always require extra care to work with. I would suggest that you store your images in some folder in isolated storage an only save the file name in the database. This will greatly improve performance as you would not have to pull images out until the user chooses to preview it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I hope this helps.&lt;/p&gt;&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Sat, 05 Mar 2011 13:44:42 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110305014442P</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;yes...&lt;/p&gt;
&lt;p&gt;when i test it on Emulator, it works slow but fine.&lt;/p&gt;
&lt;p&gt;but when i test on Device, and if i've added data of 7-8 MB, and then i navigate to a page where i can view a list of added items,&lt;/p&gt;
&lt;p&gt;the APP crashes. if i don't navigate to view the list and chose to add&amp;nbsp; a new account/item, it works fine.&lt;/p&gt;
&lt;p&gt;then again, if i go to view the list the App crashes and if it crashed once or twice, it crashes permanently.&lt;/p&gt;
&lt;p&gt;Why is it happening...???&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>deeps_M</author><pubDate>Fri, 04 Mar 2011 05:42:33 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110304054233A</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Silverlight on Windows Phone does not impose size limits on Isolated Storage, so the 8/9 MB maybe a red herring in this case.&amp;nbsp; When you say application crashes, do you mean it just closes without an exception, correct?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Thu, 03 Mar 2011 13:31:05 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110303013105P</guid></item><item><title>New Post: IsolatedStorage not increasing memory size (only 8MB)</title><link>http://silverdb.codeplex.com/discussions/248264</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hye EveryOne,&lt;/p&gt;
&lt;p&gt;I m working in Windows Phone 7,&lt;/p&gt;
&lt;p&gt;and i have build an Application in which i m using SilverlightPhone Database&lt;/p&gt;
&lt;p&gt;In my app, user can create an account where he/she can add name, some basic informations and can add some image or audio recording&amp;nbsp;files as well.&lt;/p&gt;
&lt;p&gt;Now when i add, these files and if the size gets more than 8/9 Mb, the App doesn't save the account information and crashes.&lt;/p&gt;
&lt;p&gt;And if i again tap on the icon, and starts it again, then it again crashes.&lt;/p&gt;
&lt;p&gt;since the&amp;nbsp;Database is created in IsolatedStorage and thus, i tried-&lt;/p&gt;
&lt;p&gt;IsolatedStorage.IncreaseQuotaTo(neededStorage);&lt;/p&gt;
&lt;p&gt;as said in&amp;nbsp;this- &lt;a href="http://blogs.silverlight.net/blogs/msnow/archive/2008/07/17/tip-of-the-day-20-how-to-increase-the-isolated-storage-quota-for-your-app.aspx"&gt;
http://blogs.silverlight.net/blogs/msnow/archive/2008/07/17/tip-of-the-day-20-how-to-increase-the-isolated-storage-quota-for-your-app.aspx&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;(where neededStorage is a long variable and neededStorage =&amp;nbsp; 1024*1024*5;)&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
It gives System.Exception which says - &amp;quot;An Error Occured While Accessing IsolatedStorage.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
Why is it happening..??&lt;/p&gt;
&lt;p&gt;Is i m missing something.&lt;br&gt;
&lt;br&gt;
Please reply, as its really important.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;/div&gt;</description><author>Deeps_M</author><pubDate>Thu, 03 Mar 2011 09:31:08 GMT</pubDate><guid isPermaLink="false">New Post: IsolatedStorage not increasing memory size (only 8MB) 20110303093108A</guid></item><item><title>New Post: Help with a ranged delete</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=243568</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Could you please post the entire message and stack trace?&amp;nbsp; There is not enough information in your message for me to help you out.&amp;nbsp; The actual line of code that throws exception would be helpful as well.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Sergey&lt;/p&gt;
&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Fri, 28 Jan 2011 01:43:15 GMT</pubDate><guid isPermaLink="false">New Post: Help with a ranged delete 20110128014315A</guid></item><item><title>New Post: Help with a ranged delete</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=243568</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm trying to use the removerange option, and getting an error:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Here is what i'm doing:&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 deleteCP = (&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;from&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 cupr &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 db.Table&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;CustomerProducts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;gt;()
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;where&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;span style="font-family:Consolas; font-size:x-small"&gt;cupr.CustID == custID &lt;span style="font-family:Consolas; font-size:x-small"&gt;
&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;select&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;span style="font-family:Consolas; font-size:x-small"&gt;cupr);&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;font face="Consolas" size="2"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;if
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;(deleteCP.Count() &amp;gt; 0)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;{&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; db.Table&amp;lt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;CustomerProducts&amp;gt;().RemoveRange(deleteCP);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#2b91af"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;Here I'm getting an invalid operation exception in this piece
 of code:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;#65279;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;font face="Consolas" size="2"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 RemoveRange(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;IEnumerable&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;lt;T&amp;gt; range) &lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;font face="Consolas" size="2"&gt;
&lt;p&gt;_raiseCollectionChangedEvents =&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;;&lt;font face="Consolas" size="2"&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;try&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;font face="Consolas" size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;foreach&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 (&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 item &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;range) &lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;Remove(item);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jschertzer</author><pubDate>Thu, 27 Jan 2011 17:59:59 GMT</pubDate><guid isPermaLink="false">New Post: Help with a ranged delete 20110127055959P</guid></item><item><title>New Post: Project type not supported by the installation</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=225566</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi when I&amp;rsquo;m trying to open the &lt;em&gt;SilverlightDatabaseTest.sln&lt;/em&gt; using VS2008 I&amp;rsquo;m getting message saying &amp;lsquo;&lt;strong&gt;This project type is not supported by the installation&lt;/strong&gt;&amp;rsquo; for the following projects&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SilverlightDatabase&lt;/li&gt;
&lt;li&gt;SilverlightDatabaseTest&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; I have installed VS2008, VS2010, SL4, and SL3 in my pc.&amp;nbsp; How can I solve this problem.&lt;/p&gt;&lt;/div&gt;</description><author>Rakitha</author><pubDate>Wed, 01 Sep 2010 06:28:08 GMT</pubDate><guid isPermaLink="false">New Post: Project type not supported by the installation 20100901062808A</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I would try to remove and re-add the refernce then pointing to your new downlaoded DLL.&amp;nbsp; I would also run clean up on the solution just in case.&amp;nbsp; I am not sure what else to suggest short of looking at your complete solution.&lt;/p&gt;
&lt;p&gt;Sergey.&lt;/p&gt;&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Sun, 25 Jul 2010 14:20:27 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100725022027P</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I did indeed download the SL version (the .NET one won't work because it's not built against Silverlight) and I unblocked it. Same exception occurred.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;--Ashiq&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ashes999</author><pubDate>Sat, 24 Jul 2010 20:19:49 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100724081949P</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color:black;font-size:7.5pt"&gt;From what I see is that you mentioned that you used .NET version, not SL version.&amp;nbsp; Another possibility is that DLL is not trusted on your machine because it came from the internet.&amp;nbsp; To address this issue, right click on your downloaded DLL, go to properties and if you see Unblock button, click on it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>sergeybarskiy</author><pubDate>Sat, 24 Jul 2010 19:31:43 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100724073143P</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Sergey,&lt;/p&gt;
&lt;p&gt;As I mentioned, I did download and install the library; but the exception still appears.&lt;/p&gt;&lt;/div&gt;</description><author>ashes999</author><pubDate>Sat, 24 Jul 2010 01:46:07 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100724014607A</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This should be all you need to do.&amp;nbsp; Just use Silveright version of the zip library.&lt;/p&gt;&lt;/div&gt;</description><author>sergeybarskiy</author><pubDate>Sat, 24 Jul 2010 00:13:04 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100724121304A</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You need silverlight version of the library - &lt;a href="http://slsharpziplib.codeplex.com/"&gt;http://slsharpziplib.codeplex.com/&lt;/a&gt;.&amp;nbsp;&amp;nbsp; I will take a look this weekend and see if there is anything else that needs to be done.&amp;nbsp; Thanks for reporting this.&lt;/p&gt;
&lt;p&gt;Sergey&lt;/p&gt;&lt;/div&gt;</description><author>sergeybarskiy</author><pubDate>Sat, 24 Jul 2010 00:05:26 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100724120526A</guid></item><item><title>New Post: Exception on d.Save</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=221004</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Database works fine -- I can create a new one and add objects, fantastic. But when I call d.Save(), I get an exception that SharpZipLib is not found. (I downloaded the .NET version and added it as a reference to my project, but that didn't seem to help.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here's the stack trace. Any ideas how to fix this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;--Ashiq&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{SilverlightDatabase.Exceptions.SaveException: Cannot save data. See InnerException for details ---&amp;gt; System.IO.FileNotFoundException: Could not load file or assembly 'SharpZipLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=79972c321e390bcb' or one of its dependencies. The system cannot find the file specified.&lt;br&gt;&amp;nbsp;&amp;nbsp; at SilverlightDatabase.Compression.CompressionUtility.Compress(Byte[] byteData)&lt;br&gt;&amp;nbsp;&amp;nbsp; at SilverlightDatabase.Compression.CompressionUtility.CompressString(String input)&lt;br&gt;&amp;nbsp;&amp;nbsp; at SilverlightDatabase.Database.WriteDatabaseToStream(Stream stream)&lt;br&gt;&amp;nbsp;&amp;nbsp; at SilverlightDatabase.Database.Save()&lt;/p&gt;&lt;/div&gt;</description><author>ashes999</author><pubDate>Fri, 23 Jul 2010 16:15:24 GMT</pubDate><guid isPermaLink="false">New Post: Exception on d.Save 20100723041524P</guid></item><item><title>New Post: Table&lt;T&gt;() as a Property</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=215615</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I finally got time to look into some of the requests (I have been working very long hours for a while).&amp;nbsp; There is not way to make it a generic property without making database class generic, such as.&lt;/p&gt;
&lt;p&gt;Database&amp;lt;T1, T2, T3&amp;gt;{&lt;/p&gt;
&lt;p&gt;public T1 Table1{get;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This seems like a bad idea to me.&lt;/p&gt;
&lt;p&gt;THanks&lt;/p&gt;
&lt;p&gt;Sergey.&lt;/p&gt;&lt;/div&gt;</description><author>SergeyBarskiy</author><pubDate>Sat, 03 Jul 2010 17:54:08 GMT</pubDate><guid isPermaLink="false">New Post: Table&lt;T&gt;() as a Property 20100703055408P</guid></item><item><title>New Post: Table&lt;T&gt;() as a Property</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=215615</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I know that this is a question of style and preference, but can we turn Table&amp;lt;T&amp;gt;() into a property? It makes sense semantically, since we really are accessing an object, and not using some method to generate/fetch the table.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, this has an implication for debugging -- you can't set watches on more than one call to Table&amp;lt;T&amp;gt;(), because it's a function call -- the other ones will grey out and you have to refresh if you want to see those again. Kinda annoying :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ashes999</author><pubDate>Thu, 10 Jun 2010 15:50:15 GMT</pubDate><guid isPermaLink="false">New Post: Table&lt;T&gt;() as a Property 20100610035015P</guid></item><item><title>New Post: Deploying DB</title><link>http://silverdb.codeplex.com/Thread/View.aspx?ThreadId=215614</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I would really like a way to create a DB in one application, and deploy that DB in another application. There are too many (and too large) records for me to manually re-add all the objects in code.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Perhaps you can make the DB serializable to a Base64 encoding, and create a Serialize method (returns the base64-encoded string) and Deserialize method (takes a base64 string, creates the DB) -- this would allow us to &amp;quot;embed&amp;quot; the DB as an embedded resource and load it up.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pretty please? I really need this feature.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ashes999</author><pubDate>Thu, 10 Jun 2010 15:48:53 GMT</pubDate><guid isPermaLink="false">New Post: Deploying DB 20100610034853P</guid></item></channel></rss>