First of all, thank you everybody for all you do for the community, I have found so many answers on this forum.
I am working on a Large winforms project that connects to a WCF server. I am using Visual Studio 2015 and .NET 4.0.
As of this morning, when I do a build on our Nant Build Server (Windows Server 2003), and update my test application I am getting a "Common Language Runtime detected an invalid program" once I click my Login button.
So the App Loads, the Main Form loads but this is thrown when I click Login.
However, if I build and debug the App locally, I am able to run the application just fine.
Unfortunately, I did not setup the Build server as I have come in after the Architects and am in charge of Maintenance and Updating.
The differences between the last build that worked and the current build are very minute.
I removed a PictureBox, renamed a Tab, Updated some DLLs that link to the Server after adding another Server Call.
I know the Server is working correctly because I am pointing to the same server when I am Debugging or running the Downloaded App.
Thank you so much, and I will be happy to provide you with any more information!