Results 1 to 3 of 3

Thread: Problem...need help badly!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235

    Problem...need help badly!!!

    I'm using Compact Framework.

    Imports System.Net
    Imports System.Net.Sockets
    Imports System.Net.Sockets.Socket


    Public Class Connection
    Dim _client As Socket
    Public Sub Connect()

    End Sub

    End Class

    CROSSFIRE - Field '_client' in type 'Project.Connection' is of an unsupported type 'System.Net.Sockets.Socket'.

    Can someone please give me some advice ??

  2. #2
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    at first I thought that might be a type not included but here:
    http://msdn.microsoft.com/library/de...orkclasses.asp
    it appears to be included.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235
    yeah, its included, but why do i keep getting that error ??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width