Ahmet,
Are you using both ilsmartnest and ilsmartlinkage when compiling your project now?
If you are then the record name will be prefixed with the program name when accessing from a C# program.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
CoreBanking.Transactions.ExecuteTransaction cobprog = new CoreBanking.Transactions.ExecuteTransaction();
CoreBanking.Transactions.ExecuteTransaction.TansactionRecord tr = new CoreBanking.Transactions.ExecuteTransaction.TansactionRecord
);
tr.CreditAccount = 123;
}
}
}