Forum Discussion

saisunil's avatar
saisunil
Ideator I
6 years ago
Solved

Getting error while integrating c# with Aras IOM in Visual studio. Can any one help me thanks in advance

When i'm to connect c# with Aras through Visual Studio . Below is my code even i have added Aras.Net.dll , IOM.dll , Aras.Diagnostics.dll  in to my project reference, below is my sample code and erro...
  • Suhas's avatar
    6 years ago

    Hello SaiSunil,

    Instead of complete URL (i.e localhost/.../default.aspx) can you please check with(localhost/.../)

    As well as while creating HttpServerConnection object pass password parameter without using MD5 encryption. 

    i.e. HttpServerConnection con = IomFactory.CreateHttpServerConnection(url, database, username, password); 

    But in case of OAuth above code will not work directly.  

    Regards,

    Suhas