File Not Found exception when deploying on web server

SaintJimmy

Member
Joined
Jul 7, 2006
Messages
24
Programming Experience
5-10
I've got a Windows Forms application that's working like a champ on my local machine, and I wanted to put it on one of our network's web servers and deploy a "launcher" application to install on all the client machines that would be using it.

I've copied all the necessary executables and libraries over to a directory on the server, then set up a virtual directory in IIS to allow HTTP access to that directory. In that directory I have only one XML file, and a subfolder which is where I've copied all my application files. The launcher reads the XML and retrieves the name of the folder to look in for the executable, then launches the executable.

But then I get an error and nothing launches as it should. The error says that one of the control libraries that my app is dependent on was not found. But I've double checked and checked again, and that library is definitely in the same directory with the application.

Has anyone had similar problems or know what to do to remedy this situation?

Thanks.
 
Back
Top