After Build Not able to Login using exe
While running the application from the code by pressing "F5" I am able to login the Login Form. But after building the solution, If i am trying to run the application "exe" i am not able to login the form using my credential.
Zoran HorvatPosted Jul 18, 2011, 4:31 PM
Typical mistake is to forget that built application uses another XML configuration file. If XML config contains, say, connection strings, then you might be connecting to different database when starting application from IDE and when starting it from file system.
Zoran