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
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 client.

I have registered the 'MyDLL' dll on a remotely
computer where my Axapta application and database
exists.

If i register the DLL on my local machine , it works
fine. 

Can anyone point me , what i am missing to access the
remotely registered DLL.

Here is the code :

COM _com,;
;
_com = new COM('MyDLL');

Thanks in Advance
Amar



__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




 SPONSORED LINKS 
 Computer part Programming languages Microsoft axapta Support exchange 
 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group development-axapta on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



  
-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1cent;/min.

[Non-text portions of this message have been removed]





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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 client.

I have registered the 'MyDLL' dll on a remotely
computer where my Axapta application and database
exists.

If i register the DLL on my local machine , it works
fine. 

Can anyone point me , what i am missing to access the
remotely registered DLL.

Here is the code :

COM _com,;
 ;
 _com = new COM('MyDLL');

Thanks in Advance
Amar



__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 







  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "development-axapta" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/