TM1 API for C# .NET

Post Reply
kiss351523
Posts: 51
Joined: Thu May 05, 2011 2:05 am
OLAP Product: TM1
Version: 9.5
Excel Version: 2007 and 2003
Location: Asia

TM1 API for C# .NET

Post 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!
kiss351523
Posts: 51
Joined: Thu May 05, 2011 2:05 am
OLAP Product: TM1
Version: 9.5
Excel Version: 2007 and 2003
Location: Asia

Re: TM1 API for C# .NET

Post 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.
Post Reply