[development-axapta] Accessing of remotely registered DLL from Axapta

2006-04-24 Thread Amar Senapati
Hi All, I am using the COM class to access remotely registered DLL. But it throws me an error saying " COM object of class 'My DLL'could not be created.Ensure that the object has been properly registered on Comuter MYCOMPUTER" MYCOMPUTER is my local computer name and i am running the axapta

Re: [development-axapta] Accessing of remotely registered DLL from Axapta

2006-04-24 Thread Max Belugin
21.04.06 в 17:07 Amar Senapati в своём письме писал(а): > Can anyone point me , what i am missing to access the > remotely registered DLL. Try to move your code to server: add a class and write: server startic void test() { COM obj=new COM('YourProgID'); ; } Yahoo! Groups Links <*>

Re: [development-axapta] Accessing of remotely registered DLL from Axapta

2006-04-26 Thread hany abodoma
Dear   you can use   Tools -> development Tools -> Wizerd -> ComClass Wrapper Wizerd   then you can regester your Dll   and ypu can use the configuration utility and register the DLL Amar Senapati <[EMAIL PROTECTED]> wrote:   Hi All, I am using the COM class to access remotely registered DL