Thanks for the tip, sounds like you know what you are doing.
I'm just not sure how to apply that to my project, and hoped you might
be able to help.
I'm running .NET 3.5, VS 2008, on Vista, using AWAPI v13 (2.1.0)

i don't know about reference.cs?

thanks

On Nov 10, 4:04 am, IgorAG <[EMAIL PROTECTED]> wrote:
> You schould make endDay and startDay (both field and property)
> nullable in your Web reference Reference.cs file.
> It works.
>
>         public System.DateTime ? startDay {
>             get {
>                 return this.startDayField;
>             }
>             set {
>                 this.startDayField = value;
>             }
>         }
>         private System.DateTime ? startDayField;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to