AppServer-Proxy and COM problem

niklas

New Member
I've made a simple proxy via Proxy generator. In Visual Basic I've made a simple client that runs on an NT-workstation. On an NT-server I have a VB-serverapplication. When I try to instantiate the proxy in the VB-serverapp I get the following error:
"ClassFactory cannot supply requested class"
Does anyone no why?

Thanks in advance,

niklas
 

niklas

New Member
solution

If anyone would like to know what the error came from:

If you have the server running on an other machine you have to set the CLASSPATH environmentvariable as an systemvariable. You can not set it as an userenvvar for the user running the application. It doesnt help what user you try to use. On our NT we tried the administrator which I belive is the user having the highest level of sequrity.
 
Top