Page 1 of 1

TM1 API for C# .NET

Posted: Fri Jun 06, 2014 11:15 am
by kiss351523
Dear All,

I'm learning the C#.NET recently, but a problem obstruct me. Thera a simple code for TM1AdminServer Object initialization.

Code: Select all

TM1AdminServer admin = new TM1AdminServer("", "tm1adminserver");
But, when application run this code, a exception threw. “Applix.TM1.API.TM1AdminServer”the class initialization throws an excetion。

Ths!

Re: TM1 API for C# .NET

Posted: Sun Jun 08, 2014 7:53 am
by kiss351523
I had fixed this problem, if C# using the API functions in "Applix.TM1.API.dll", we must add the dll file of "log4net.dll" for this application.