locked
exe file is missing from my bin/debug folder in VB.NET RRS feed

  • Question

  • I cannot get my project to build in VB.NET. I am running Visual Studio 2008. Can you help me?

    Thursday, September 10, 2015 5:32 PM

Answers

All replies

  • The VB.Net forum is here:

    https://social.msdn.microsoft.com/Forums/en-US/home?forum=vbgeneral&filter=alltypes&sort=lastpostdesc

    You'll need to include much more information when you post there, as it stands your question is unanswerable.


    • Proposed as answer by Dave PatrickMVP Thursday, September 10, 2015 6:57 PM
    • Marked as answer by Just Karl Saturday, September 19, 2015 9:50 PM
    Thursday, September 10, 2015 5:35 PM
  • Thank you for your reply.  I think I figured it out.  My background is in VBA programming, not in VB.Net.  It seems that VB.Net requires one to name one's module "Module1" and only that.  Furthermore, the primary Sub has to be named "Sub Main()" and only that.  When I stick to this orthodoxy my programs seem to debug.  Otherwise they do not.
    Saturday, September 12, 2015 9:30 PM