Thursday, 6 June 2013

.NET WinForms Application Crashes When Run Outside Visual Studio

If you run the application directly of EXE file, try to set "LOCAL COPY = TRUE" for each assembly in the References node and rebuild the project. Execute and try it if run it without problems.


No comments:

Google Form using App Script

Create a Google Sheet with the following headers: First Name, Last Name, DoB Create a Google Form with the exact headers as Google Sheet he...