c# 4.0 - Error with WebFormsSearchDemo -
c# 4.0 - Error with WebFormsSearchDemo -
im using webformssearchdemo project. when seek doing search errors out next details:
jsondata instance doesn't hold int description: unhandled exception occurred during execution of current web request. please review stack trace more info error , originated in code.
exception details: system.invalidoperationexception: jsondata instance doesn't hold int
source error:
line 27: select search; line 28: line 29: var searched = searchresults.first(); line 30: line 31: searchresultlistview.datasource = searched.statuses;
source file: c:\users\phill\copy\development\webformsdemos_2.1.07\webformsdemos\webformssearchdemo\results.aspx.cs line: 29
stack trace:
[invalidoperationexception: jsondata instance doesn't hold int] linqtotwitter.twitterqueryprovider.execute(expression expression) +763 system.linq.queryable.first(iqueryable`1 source) +251 webformssearchdemo._default.btnsubmit_click(object sender, eventargs e) in c:\users\phill\copy\development\webformsdemos_2.1.07\webformsdemos\webformssearchdemo\results.aspx.cs:29 system.web.ui.webcontrols.button.onclick(eventargs e) +9615682 system.web.ui.webcontrols.button.raisepostbackevent(string eventargument) +103 system.web.ui.webcontrols.button.system.web.ui.ipostbackeventhandler.raisepostbackevent(string eventargument) +10 system.web.ui.page.raisepostbackevent(ipostbackeventhandler sourcecontrol, string eventargument) +13 system.web.ui.page.raisepostbackevent(namevaluecollection postdata) +35 system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +1724
any ideas why?
it looks may have been fixed newer version of linqtotwitter, 2.1.10. see give-and-take here:
https://linqtotwitter.codeplex.com/discussions/463085
c#-4.0 linq-to-twitter
Comments
Post a Comment