Hi,
I need to run an
VB.net EXE application on the Server. the server doesn't have .net installed on it . When I run the application from my local machin , it works fine but I get error when I run it on the server.
Here is the error: "Application has generated an exception that could not be handled."
For Tracing the error I write to a .txt file. I have my first line for Streamwriter.Writeln() after the Main Sub() in the program. it does not even get to that point.
Do you have any solution for that? Is there anything missing for running an EXE file ? Do I need to install .net framework in the server?
Thanks
Ayat