Wednesday, May 17, 2017

Building a VS2013 C# project in a VS2015+ environment

Q: Warning about missing Nuget packages on compiling
A: Remove the error emitting lines in the csproj files as indicated here.

Q: ArgumentException: XXX.dll doesn't contain any UserControl types on execution
A: Mark the project containing the main program as the StartUp project.