Dears,
I publish a customization that developed using Dexterity, .NET Framework 4.0 and COM in LIVE Server. Project reference the .NET DLL as TLB file. When initialize the COM object, below error raised:
A COM exception occurred in script Transfer Button_CHG. Subclass: -2147024894. Message:The system cannot find the file specified.
in TEST server this error not raised and everything is runnig smoothly. the TEST Server environment has Windows Server 2003 R2 Standard x64 Edition and I have full control user as a local user, not domain user.
in LIVE Server, the user have administrator privilages as a domain user and OS is Windows Server 2008 Standard SP2 x64 Edition.
I ussing below commands to register the DLL file:
PATH C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\
regasm.exe "C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.dll"
regasm "C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.dll" /tlb:"C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.tlb"
regasm "C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.dll" /regfile:"C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.reg"
"C:\Program Files\Microsoft Dynamics\GP\SIPIDataClass.reg"
any help will be appreciated.
Thanks
*This post is locked for comments