Hi,
On aras innovator 10(use Iom.dll 10), I can use following to connect to aras successfully. But now with innovator 11(use Iom.dll ver.11), , this way failed. It prompted an error about "Aras.Net.WindowsAuthenticationHelper". How does that? Anyone help?
Dim MyConnection As Aras.IOM.HttpServerConnection
MyConnection = Aras.IOM.IomFactory.CreateHttpServerConnection("http://localhost/innovatorserver/Server/InnovatorServer.aspx", "InnovatorSolutions11", "admin", "innovator")
MyConnection.Login()
Lin