I have created a com+ application and components have been added to application using drag-drop method
The application properties and my computer properties in com+ have been set as follows:
Authentication = none
Impersonation = identify
Application proxy = true
Distributed com objects = true
security - full access/ control to everyone
The application was exported and installed on win 98 client using windows installer
the client side settings are as follows:
in the network properties
user level security is set and the com+ server name is provided
In client side dcom config
Authentication = none
Impersonation = impersonate
Distributed com objects = true
security - full access/ control to everyone
In the application property - run this application of specified m/c was selected and server name was provided the other 2 check boxes were not selected
now when createobject is tried from client "remote server m/c does not exist or is unavailable" error is raised". The references in vb project display the correct path (as remote application)
can someone help me with this problem - I have visited the key word search and also tried registering .vbr/ .tlb files as explained by somebody. but this still does not work.
My application works fine in NT and MTS environment with win 98 as client.
So is there anything that I have missed out or may be the settings are incorrect.
help required ASAP
Thank you
The application properties and my computer properties in com+ have been set as follows:
Authentication = none
Impersonation = identify
Application proxy = true
Distributed com objects = true
security - full access/ control to everyone
The application was exported and installed on win 98 client using windows installer
the client side settings are as follows:
in the network properties
user level security is set and the com+ server name is provided
In client side dcom config
Authentication = none
Impersonation = impersonate
Distributed com objects = true
security - full access/ control to everyone
In the application property - run this application of specified m/c was selected and server name was provided the other 2 check boxes were not selected
now when createobject is tried from client "remote server m/c does not exist or is unavailable" error is raised". The references in vb project display the correct path (as remote application)
can someone help me with this problem - I have visited the key word search and also tried registering .vbr/ .tlb files as explained by somebody. but this still does not work.
My application works fine in NT and MTS environment with win 98 as client.
So is there anything that I have missed out or may be the settings are incorrect.
help required ASAP
Thank you