Question

We have installed C# 3.5 application in the server. and installed the client app in each client using Map drive.

All exes are opening fine from Main.exe in the server. (main.exe developed using Centura languge). But shell.exe (C# 3.5, CAB, SCSF) is not opening in client. shows below message.

I am pretty sure that Shell.exe is launched. because this exe is using devExpres control. and error message is using DevExpress theme.

If normal file not found error, message box will have default windows theme. enter image description here

regards, Anand

Was it helpful?

Solution

I would bet on the duplicated path part. Instead of \\sv-db1\server\bin\file:\\sv-db1\server\bin\shell.exe, I believe it should be file:\\sv-db1\server\bin\shell.exe or \\sv-db1\server\bin\shell.exe.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top