<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Scribd.Net</title><link>http://www.codeplex.com/scribdnet/Project/ProjectRss.aspx</link><description>A C&amp;#35; client library written against the Scribd.com API.</description><item><title>New Post: Document Id is 0</title><link>http://www.codeplex.com/scribdnet/Thread/View.aspx?ThreadId=35027</link><description>&lt;div style="line-height: normal;"&gt;Hi I have created a c# class called ScripdUtil which makes all the scripd API calls and in the constructor of that class i set the following&lt;br&gt;
&lt;span style="font-size:13px;color:#2b91af"&gt;
&lt;p&gt;Service&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;.APIKey = &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;*************&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Service&lt;/span&gt;&lt;span style="font-size:13px"&gt;.SecretKey = &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;**************&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Service&lt;/span&gt;&lt;span style="font-size:13px"&gt;.EnforceSigning = &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;true&lt;/span&gt;&lt;span style="font-size:13px"&gt;;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Service&lt;/span&gt;&lt;span style="font-size:13px"&gt;.PublisherID = &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;************************&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;User&lt;/span&gt;&lt;span style="font-size:13px"&gt;.Login(&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;*********&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;, &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;*************&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;);&lt;br&gt;
&lt;br&gt;
Then I have a method in that class like this&lt;br&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;public &lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;span style="font-size:13px"&gt; UploadDocument(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;string&lt;/span&gt;&lt;span style="font-size:13px"&gt; filePath)
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;{&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Document&lt;/span&gt;&lt;span style="font-size:13px"&gt; doc = &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Document&lt;/span&gt;&lt;span style="font-size:13px"&gt;.Upload(filePath, &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;AccessTypes&lt;/span&gt;&lt;span style="font-size:13px"&gt;.Private);
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="font-size:13px"&gt; doc.DocumentId;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;}&lt;br&gt;
&lt;br&gt;
I always get the documentId as 0 and I do not get any errors as well. I am calling this method from a aspx code behind page on click or a button. Please advise.&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>dheepab</author><pubDate>Fri, 05 Sep 2008 19:40:27 GMT</pubDate><guid isPermaLink="false">New Post: Document Id is 0 20080905074027P</guid></item><item><title>Closed Issue: docs.ChangeSettings Show Ads Parameter</title><link>http://www.codeplex.com/scribdnet/WorkItem/View.aspx?WorkItemId=7397</link><description>Show ads parameter uses a dash &amp;#40;show-ads&amp;#41;, should be an underscore &amp;#40;show_ads&amp;#41;.&lt;br /&gt;Comments: Fixed with 2008.09.01 build.</description><author>JPaulDuncan</author><pubDate>Tue, 02 Sep 2008 21:04:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: docs.ChangeSettings Show Ads Parameter 20080902090410P</guid></item><item><title>Updated Release: Scribd.Net 2008.09.01 (Sep 01, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=16794</link><description>&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Fixed show-ads setting.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 01 Sep 2008 05:33:56 GMT</pubDate><guid isPermaLink="false">Updated Release: Scribd.Net 2008.09.01 (Sep 01, 2008) 20080901053356A</guid></item><item><title>Released: Scribd.Net 2008.09.01 (Sep 01, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=16794</link><description>&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Fixed show-ads setting.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 01 Sep 2008 05:33:56 GMT</pubDate><guid isPermaLink="false">Released: Scribd.Net 2008.09.01 (Sep 01, 2008) 20080901053356A</guid></item><item><title>Source code checked in, #16883</title><link>http://www.codeplex.com/scribdnet/SourceControl/ListDownloadableCommits.aspx</link><description>Corrected show-ads bug.</description><author>JPaulDuncan</author><pubDate>Mon, 01 Sep 2008 05:31:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16883 20080901053136A</guid></item><item><title>New Post: Error: Response is not available in this context.</title><link>http://www.codeplex.com/scribdnet/Thread/View.aspx?ThreadId=34639</link><description>&lt;div style="line-height: normal;"&gt;Hiya.&amp;nbsp; I'm not sure what I can do about this - this may relate to the way a page refreshes in ASP.NET.&amp;nbsp; I haven't really tested it in that environment.&amp;nbsp; The source code is, of course, available so perhaps you can resolve the issue by stepping through the code?&amp;nbsp; It may be that the Response object is on a different thread than the one trying to be accessed.&lt;br&gt;
&lt;br&gt;
Try starting the upload on a different (background) thread.&lt;br&gt;
&lt;br&gt;
I may be of more help if you put the entire code-behind here - not just the section of code.&lt;br&gt;
&lt;br&gt;
- Paul
&lt;/div&gt;</description><author>JPaulDuncan</author><pubDate>Mon, 01 Sep 2008 05:21:25 GMT</pubDate><guid isPermaLink="false">New Post: Error: Response is not available in this context. 20080901052125A</guid></item><item><title>New Post: Error: Response is not available in this context.</title><link>http://www.codeplex.com/scribdnet/Thread/View.aspx?ThreadId=34639</link><description>&lt;div style="line-height: normal;"&gt;Hey everyone,&lt;br&gt;
&lt;br&gt;
I'm trying to upload a document (either sync or async) and I keep getting the same error message: Response is not available in this context.&lt;br&gt;
&lt;br&gt;
I've got to be missing something obvious, but I can't seem to find it.&amp;nbsp;&amp;nbsp; Here's my code (everything is in the Page_Load of a asp.net app):&lt;br&gt;
&lt;br&gt;
// Set up keys&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scribd.Net.Service.APIKey = &amp;quot;apikey&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scribd.Net.Service.SecretKey = &amp;quot;secretkey&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scribd.Net.Service.EnforceSigning = true;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Scribd.Net.Service.PublisherID = &amp;quot;MyPublisherId&amp;quot;;&amp;nbsp; // Optional&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Sign into the service&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool signInResult = Scribd.Net.User.Login(&amp;quot;username&amp;quot;, &amp;quot;password&amp;quot;);&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (signInResult)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write(&amp;quot;Sign in successful!&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write(&amp;quot;Sign in failed&amp;quot;);&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set up upload notification&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scribd.Net.Document.Uploaded += new EventHandler&amp;lt;DocumentEventArgs&amp;gt;(Document_Uploaded);&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string path = &amp;quot;testfile.pdf&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write(String.Format(&amp;quot;&amp;lt;p&amp;gt;Saving {0}&amp;lt;/p&amp;gt;&amp;quot;, path));&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Send our PDF document to Scribd.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scribd.Net.Document settings = Scribd.Net.Document.Upload(@&amp;quot;C:\Inetpub\Websites\ScribdTest\Website\testfile.pdf&amp;quot;, Scribd.Net.AccessTypes.Private);&lt;br&gt;
-----------------&lt;br&gt;
&lt;br&gt;
The error is on the last line (the Upload call).&amp;nbsp; Here is the stack trace if it helps:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;
&lt;pre&gt;&lt;span&gt;[HttpException (0x80004005): Response is not available in this context.]&lt;br&gt;   System.Web.UI.Page.get_Response() +2073113&lt;br&gt;   _Default.Document_Uploaded(Object sender, DocumentEventArgs e) +39&lt;br&gt;   System.EventHandler`1.Invoke(Object sender, TEventArgs e) +0&lt;br&gt;   Scribd.Net.Document.OnUploaded(Document document) +83&lt;br&gt;   Scribd.Net.Document.Upload(String path, AccessTypes accessType, Int32 revisionNumber, String documentType) +789&lt;br&gt;   Scribd.Net.Document.Upload(String path, AccessTypes accessType) +42&lt;br&gt;   _UploadTest.Page_Load(Object sender, EventArgs e) in c:\Inetpub\Websites\ManageMyManuals\Website\UploadTest.aspx.cs:44&lt;br&gt;   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15&lt;br&gt;   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34&lt;br&gt;   System.Web.UI.Control.OnLoad(EventArgs e) +99&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +47&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061&lt;/span&gt;&lt;/pre&gt;
&lt;/span&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;
&lt;pre&gt;&lt;span&gt;Thanks in advance!&lt;/span&gt;&lt;/pre&gt;
&lt;/span&gt;
&lt;/div&gt;</description><author>JoelCogley</author><pubDate>Sun, 31 Aug 2008 19:29:15 GMT</pubDate><guid isPermaLink="false">New Post: Error: Response is not available in this context. 20080831072915P</guid></item><item><title>Commented Issue: docs.ChangeSettings Show Ads Parameter</title><link>http://www.codeplex.com/scribdnet/WorkItem/View.aspx?WorkItemId=7397</link><description>Show ads parameter uses a dash &amp;#40;show-ads&amp;#41;, should be an underscore &amp;#40;show_ads&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: JPaulDuncan ** &lt;p&gt;Good catch - thanks&amp;#33;&lt;/p&gt;</description><author>JPaulDuncan</author><pubDate>Fri, 29 Aug 2008 18:22:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: docs.ChangeSettings Show Ads Parameter 20080829062257P</guid></item><item><title>Created Issue: docs.ChangeSettings Show Ads Parameter</title><link>http://www.codeplex.com/scribdnet/WorkItem/View.aspx?WorkItemId=7397</link><description>Show ads parameter uses a dash &amp;#40;show-ads&amp;#41;, should be an underscore &amp;#40;show_ads&amp;#41;.&lt;br /&gt;</description><author>jlchmura</author><pubDate>Fri, 22 Aug 2008 19:18:45 GMT</pubDate><guid isPermaLink="false">Created Issue: docs.ChangeSettings Show Ads Parameter 20080822071845P</guid></item><item><title>Released: Scribd.Net 2008.08.12.00 (Aug 12, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=14972</link><description>&lt;div&gt;
&lt;u&gt;Fixes&lt;/u&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Search.Find() now correctly does so without screaming about lack of objects being found.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 12 Aug 2008 20:05:46 GMT</pubDate><guid isPermaLink="false">Released: Scribd.Net 2008.08.12.00 (Aug 12, 2008) 20080812080546P</guid></item><item><title>Updated Release: Scribd.Net 2008.08.12.00 (Aug 12, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=14972</link><description>&lt;div&gt;
&lt;u&gt;Fixes&lt;/u&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Search.Find() now correctly does so without screaming about lack of objects being found.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 12 Aug 2008 20:05:46 GMT</pubDate><guid isPermaLink="false">Updated Release: Scribd.Net 2008.08.12.00 (Aug 12, 2008) 20080812080546P</guid></item><item><title>CREATED RELEASE: Scribd.Net 2008.07.02.01 (Jul 02, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=14972</link><description>&lt;div&gt;
&lt;u&gt;Fixes&lt;/u&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Search.Find() now correctly does so without screaming about lack of objects being found.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 03 Jul 2008 03:58:31 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Scribd.Net 2008.07.02.01 (Jul 02, 2008) 20080703035831A</guid></item><item><title>RELEASED: Scribd.Net 2008.07.02.01 (Jul 02, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=14972</link><description>&lt;div&gt;
&lt;u&gt;Fixes&lt;/u&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Search.Find() now correctly does so without screaming about lack of objects being found.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 03 Jul 2008 03:58:31 GMT</pubDate><guid isPermaLink="false">RELEASED: Scribd.Net 2008.07.02.01 (Jul 02, 2008) 20080703035831A</guid></item><item><title>New Post: Problem with search.find</title><link>http://www.codeplex.com/scribdnet/Thread/View.aspx?ThreadId=30704</link><description>&lt;div style="line-height: normal;"&gt;Excellent catch.&amp;nbsp; The problem lay in the way I was parsing the resultant xml from the &amp;quot;find&amp;quot; call.&amp;nbsp; (I thought totalResultsAvailable was spelled totalResultsVailable - clearly I was insane.)&lt;br&gt;
The source code has been corrected.&amp;nbsp; The new release will have the fix as well.
&lt;/div&gt;</description><author>JPaulDuncan</author><pubDate>Thu, 03 Jul 2008 03:55:14 GMT</pubDate><guid isPermaLink="false">New Post: Problem with search.find 20080703035514A</guid></item><item><title>Source code checked in, #13522</title><link>http://www.codeplex.com/scribdnet/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed Search.Find&amp;#40;&amp;#41; method.</description><author>JPaulDuncan</author><pubDate>Thu, 03 Jul 2008 03:53:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #13522 20080703035321A</guid></item><item><title>New Post: Problem with search.find</title><link>http://www.codeplex.com/scribdnet/Thread/View.aspx?ThreadId=30704</link><description>&lt;div style="line-height: normal;"&gt;I used the code below to get a selection of my files&lt;br&gt;
&lt;br&gt;
&amp;nbsp; Service.APIKey = &amp;quot;xxxxx&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service.SecretKey = &amp;quot;xxxx&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service.EnforceSigning = false;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service.PublisherID = &amp;quot;xxx&amp;quot;;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Scribd.Net.User.Login(&amp;quot;xxxxxxx&amp;quot;, &amp;quot;xxxxx&amp;quot;))&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search.Criteria theCriteria = new Search.Criteria();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theCriteria.MaxResults = 10;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; theCriteria.Query = &amp;quot;Proximity&amp;quot;;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theCriteria.Scope = Scribd.Net.SearchScope.User;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // theCriteria.StartIndex = 1;&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search.Result theResult = Search.Find(&amp;quot;Prox&amp;quot;);&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
When i try to run this code i get a &amp;quot;Object reference not set to an instance of an object. &amp;quot;
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
&lt;br&gt;
&lt;br&gt;
Any idea how to get it work ?&lt;br&gt;
&lt;/div&gt;</description><author>jeroendp</author><pubDate>Wed, 02 Jul 2008 15:18:52 GMT</pubDate><guid isPermaLink="false">New Post: Problem with search.find 20080702031852P</guid></item><item><title>Closed Issue: VS dialog - password-encrypted key used for signing</title><link>http://www.codeplex.com/scribdnet/WorkItem/View.aspx?WorkItemId=6024</link><description>When opening scribd source project in vs2008 I get a VS&lt;br /&gt;dialog - password-encrypted key used for signing asking for a password for scribd.net.pfx.&lt;br /&gt;Is there is a reference somewhere in a .config file or project setting that I need to change to rebuild&amp;#47;use&lt;br /&gt;source&amp;#63; Or can I just ignore this&amp;#63;&lt;br /&gt;</description><author>JPaulDuncan</author><pubDate>Sat, 28 Jun 2008 21:46:53 GMT</pubDate><guid isPermaLink="false">Closed Issue: VS dialog - password-encrypted key used for signing 20080628094653P</guid></item><item><title>Commented Issue: VS dialog - password-encrypted key used for signing</title><link>http://www.codeplex.com/scribdnet/WorkItem/View.aspx?WorkItemId=6024</link><description>When opening scribd source project in vs2008 I get a VS&lt;br /&gt;dialog - password-encrypted key used for signing asking for a password for scribd.net.pfx.&lt;br /&gt;Is there is a reference somewhere in a .config file or project setting that I need to change to rebuild&amp;#47;use&lt;br /&gt;source&amp;#63; Or can I just ignore this&amp;#63;&lt;br /&gt;Comments: &lt;P&gt;You can ignore this - this is here for the versions that I compile and release.&lt;/P&gt;</description><author>JPaulDuncan</author><pubDate>Sat, 28 Jun 2008 21:46:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS dialog - password-encrypted key used for signing 20080628094645P</guid></item><item><title>Source code checked in, #12725</title><link>http://www.codeplex.com/scribdnet/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>JPaulDuncan</author><pubDate>Sat, 28 Jun 2008 21:45:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12725 20080628094522P</guid></item><item><title>UPDATED RELEASE: Scribd.Net 2008.06.28.0 (Jun 28, 2008)</title><link>http://www.codeplex.com/scribdnet/Release/ProjectReleases.aspx?ReleaseId=14819</link><description>&lt;div&gt;
&lt;u&gt;Changes&lt;/u&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Added ability to upload a stream via the Document class. (Async &amp;amp; sync)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 28 Jun 2008 21:25:38 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Scribd.Net 2008.06.28.0 (Jun 28, 2008) 20080628092538P</guid></item></channel></rss>