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?
Quote:
Imports wsJobManager = xlait.xlp.ui.ws.si.jobmanager
Quote:
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
Quote:
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)