badmotorvision
Programmer
Ok, Im new to the ACCPAC SDK. Im using VS2005 / VB.net
and executing the sample code included in the sdk.
and receiving an com exception -2147467259 on the following
code.
session = New ACCPAC.Advantage.Session
session.Init("", "XX", "XX1000", "52A")
Try
session.Open("ADMIN", "", "TESINC", DateTime.Today, 0)
Catch ex As Exception
Dim m As String
m = ""
Catch ex As ACCPAC.Advantage.SessionException
Dim m As String
m = ""
End Try
Im going to forward this error to my reseller but I thought I might tap this group first. The exception is thrown on the session.open statement.
I am ref. ACCPAD.Advantage.dll and ACCPAC.Advantage.Types.dll in my project references.
and executing the sample code included in the sdk.
and receiving an com exception -2147467259 on the following
code.
session = New ACCPAC.Advantage.Session
session.Init("", "XX", "XX1000", "52A")
Try
session.Open("ADMIN", "", "TESINC", DateTime.Today, 0)
Catch ex As Exception
Dim m As String
m = ""
Catch ex As ACCPAC.Advantage.SessionException
Dim m As String
m = ""
End Try
Im going to forward this error to my reseller but I thought I might tap this group first. The exception is thrown on the session.open statement.
I am ref. ACCPAD.Advantage.dll and ACCPAC.Advantage.Types.dll in my project references.