App will not compile
THEWHITEBOY503 opened this issue · comments
Conner Smith commented
Sasquelch commented
Howdy, Connor -
There are two projects you'll see in the solution explorer. One is the library project, the other is the winform app project. It looks like the library project is set as the startup project, and not the winform app. If you right click on the winform app project and click "Set as startup project", it will work for you when you run it. The error message means that it compiled and built for you, but it is literally trying to run the wrong project. (It would be like you clicking on .dll file on your desktop trying to start an application - it won't work.)
Hope that helps! :)
Joe Goldade
joegoldade@gmail.com
… On Jul 25, 2018, at 1:53 AM, Conner Smith ***@***.***> wrote:
Am I doing anything wrong here? I can't get the program to compile.
With default settings:
Using console/windows app:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Conner Smith commented
That worked! Thank you!