Hi,
I have written some vbs script which inserts a selected dll, sets up all the required COM+ stuff, then export's the COM+ package as a application proxy.
The problem is that the package does not run as a proxy, but instead attempts to run the dll on the client.
The vbs line that exports is:
catalog.ExportApplication MyApp, MyAppPath, COMAdminExportApplicationProxy
(This is all on a single line.)
Anybody have any clues as to why this is failing, I am almost certain that this works on other OS's, but not on Win2000, which is the client and server OS.
Any help much appreciated.
Col
I have written some vbs script which inserts a selected dll, sets up all the required COM+ stuff, then export's the COM+ package as a application proxy.
The problem is that the package does not run as a proxy, but instead attempts to run the dll on the client.
The vbs line that exports is:
catalog.ExportApplication MyApp, MyAppPath, COMAdminExportApplicationProxy
(This is all on a single line.)
Anybody have any clues as to why this is failing, I am almost certain that this works on other OS's, but not on Win2000, which is the client and server OS.
Any help much appreciated.
Col