Installazione Componente .NET (C#) per NAV
Registrazione di un pacchetto Assembly e mappatura su componente
automation per utilizzo da NAV
Registrazione deve essere fatta con REGASM
(non con regsvr32.exe che serve solo per .OCX)
COMANDI CMD per registrazione:
set regasm=%windir%\Microsoft.NET\Framework\v2.0.50727\regasm.exe
set gacutil=C:\program files\Microsoft SDKs\Windows\v6.0a\bin\gacutil.exe
%regasm% "C:\TEMP\DLL\MailAutomation.dll" /tlb:myAutomation.tlb
Registrazione componente NAV
Aprire navision , dichiarare una variabile, registrare il componente Automation presente in lista "Automation Server"
'MailAutomation'.MailAutomation