Results 1 to 2 of 2

Thread: Ambiguous in the Namespace

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Posts
    107

    Question Ambiguous in the Namespace

    The errors I'm getting are on the lines with a *.

    I can't figure out what the problem is, I have very similar syntax in other projects, even dealing with the same classes with no problem. I have web references and everything.

    Help?


    Imports wsJobManager = xlait.xlp.ui.ws.si.jobmanager

    Public Sub main(ByVal m_gobjUser As xlait.core.Authentication.XLGeniusUser)

    Dim m_wsJobManager As wsJobManager.JobManager *
    (ambiguous)

    m_wsJobManager = New wsJobManager.JobManager *
    (ambiguous)

    startFTP(success)
    End Sub
    Public Sub startFTP(ByRef success As Boolean)

    WriteToEventLog("AppStart", "")
    Console.WriteLine("Successful")
    Try
    If m_wsJobManager.FTPDBUpload(GetUser(m_gobjUser), filename) = True Then... *
    (not declared)
    Last edited by bassist695; Aug 25th, 2003 at 02:54 PM.

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