|
-
Aug 5th, 2004, 09:07 PM
#1
Thread Starter
Addicted Member
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 ??
-
Aug 5th, 2004, 09:16 PM
#2
Frenzied Member
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.
-
Aug 5th, 2004, 09:19 PM
#3
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|