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.exeset gacutil=C:\program files\Microsoft SDKs\Windows\v6.0a\bin\gacutil.exe
%regasm% "C:\TEMP\DLL\MailAutomation.dll" /tlb:myAutomation.tlb
Registrazione component
Leggi tutto il post...