Search results for query: *

  • Users: secaro
  • Content: Threads
  • Order by date
  1. S

    Object of type System.String cannot be converted to type System.String[]

    I have got this error message : Object of type 'System.String' cannot be converted to type 'System.String[]' The part of the source code that gives me the error: Private Sub DoRead2(ByVal ar As IAsyncResult) Dim allIn(1) As String Dim BytesRead As Integer Dim...
  2. S

    Object reference not set to an instance of an object.

    Im trying to compile a sample application named Servant. The source can be found here -> http://www.codeproject.com/vbscript/Generic_P2P_Architecture.asp The project contains two projects: ConnectionMgr and Servant. ConnectionMgr compiles ok but when i try to compile Servant i get an error...
Back
Top