CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lexavision

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    5,231

    Re: Casting Issue

    Hi Cilu,

    WebService.TicketVO is a value type class object.



    [Serializable]
    public class TicketVO
    {
  2. Replies
    4
    Views
    5,231

    Re: Casting Issue

    Sorry abut the formatting....

    I've also tried:

    WebService.TicketVO[] wsTicket = (WebService.TicketVO[])arrTickets.ToArray(typeof(WebService.TicketVO));

    instead of wsTicket =...
  3. Replies
    4
    Views
    5,231

    Casting Issue

    Hi,

    I am trying to call a web service and return the results in an ArrayList. I'm petty much at a standstill with a casting issue. Here is the function that call the webservice and the error.
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured