TM1 API for C# .NET
Posted: Fri Jun 06, 2014 11:15 am
Dear All,
I'm learning the C#.NET recently, but a problem obstruct me. Thera a simple code for TM1AdminServer Object initialization.
But, when application run this code, a exception threw. “Applix.TM1.API.TM1AdminServer”the class initialization throws an excetion。
Ths!
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");
Ths!