Hi,
I have developed an application using Visual Studio 2008, .Net Framework 3.5 in my Windows 7 machine. I have not used any ClickOnce installation application. In the application I retrieve and save data to SQLServer.
After reading a lot of questions, I found that if I did copy my exe and supporting files from the Release folder of my Project, it would run in the other machine. I did so to a machine running on Windows XP SP3. I then installed .net Framework 4 in that machine. I have a centralised Server where I have SQL Server 2005.
I have used this exe file in 5 computers. It works well on 2 and doesnt work on the other 3. All the work environments are XP SP3 and they are connected to the server. When I try to open the exe, after a few seconds I get an error saying that"Application.exe has encountered a problems and needs to close".
I am really confused as to why this would happen.
Require help urgently. Thanks..