Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Mobile Development > BOOK: Professional iPhone Programming with MonoTouch and .NET/C#
|
BOOK: Professional iPhone Programming with MonoTouch and .NET/C#
This is the forum to discuss the Wrox book Professional iPhone Programming with MonoTouch and .NET/C# by Wallace B. McClure, Rory Blyth, Craig Dunn, Chris Hardy, Martin Bowling ; ISBN: 978-0-470-63782-1
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional iPhone Programming with MonoTouch and .NET/C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 26th, 2010, 04:15 PM
Registered User
 
Join Date: Oct 2010
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
Default System.Web.Script.Serialization unavailable on chapter5's source code?

On chapter5, the RemoteData source code returns me an error because System.Web.Script.Serialization namespace because it seems to be unavailable.

I am missing someting on MonoDevelop?
The Following User Says Thank You to ponto For This Useful Post:
 
Old November 4th, 2010, 03:20 PM
Registered User
 
Join Date: Nov 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Question...

Were you ever able to get Ch 6's example on page 120 created from scratch? (not by taking the downloaded source code). I am trying to follow the instructions and something is missing in the instructions. The generated source from IB is not correct (i.e. does not generate the downloaded code).

Just was wondering if you got that far yet?

Last edited by Spokane-Dude; November 4th, 2010 at 03:20 PM.. Reason: change in wording
 
Old February 16th, 2011, 03:04 AM
Registered User
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to surfer
Default

The library, system.web.extension.dll is missing from mono 2.6.7 install. Has anyone found a solution?
 
Old February 19th, 2011, 02:40 PM
Registered User
 
Join Date: Feb 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need to add MyTableViewController

Quote:
Originally Posted by Spokane-Dude View Post
Were you ever able to get Ch 6's example on page 120 created from scratch? (not by taking the downloaded source code). I am trying to follow the instructions and something is missing in the instructions. The generated source from IB is not correct (i.e. does not generate the downloaded code).

Just was wondering if you got that far yet?
In MyTableViewCell.cs, make sure you change the MyTableViewClass to inherit from UITableViewCell (and modify the IntPtr and NSCoder versions of the constructor accordingly).

Also, you need to add the following to MyTableViewCell.cs to get the code from the book to work:

Code:
   public partial class MyTableViewController : UITableViewController {
       public MyTableViewCell MyCell {
           get {return Cell;}
           set {Cell = value;}
       }
   }
 
Old March 11th, 2011, 04:18 PM
Registered User
 
Join Date: Mar 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default System.Web.Script.Serialization missing

Quote:
Originally Posted by ponto View Post
On chapter5, the RemoteData source code returns me an error because System.Web.Script.Serialization namespace because it seems to be unavailable.

I am missing someting on MonoDevelop?
Did you ever figure this one out??





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning C# Web Apps - Where's the Source Code??? nebulus All Other Wrox Books 3 April 6th, 2009 09:31 AM
web crawler source code gottyblues C++ Programming 1 June 13th, 2007 08:21 AM
I can't find the source code from wrox web site michaelbeyond Servlets 4 March 11th, 2004 08:15 PM
cannot find the source code of ".net web services" hawking_lee Wrox Book Feedback 1 January 30th, 2004 03:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.