vb compile issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dav Tan

    #1

    vb compile issue

    Hi,
    When I try to build my solution, in the output window, it shows: "Performing
    main compilation..." and then it just hang. But if I compile a smaller
    solution, it works fine. Any idea of what causes this?

    dt


  • Herfried K. Wagner [MVP]

    #2
    Re: vb compile issue

    "Dav Tan" <davidwa@newsgr oups.nospam> schrieb:[color=blue]
    > When I try to build my solution, in the output window, it shows:
    > "Performing main compilation..." and then it just hang. But if I compile a
    > smaller solution, it works fine. Any idea of what causes this?[/color]

    Delete the project's "bin" and "obj" folders and try compiling it again.
    Maybe this solves the problem.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Kevin Yu [MSFT]

      #3
      Re: vb compile issue

      Hi,

      Besides, building a big solution, it is normal if it is quite slow,
      depending on your code and hardware.

      Kevin Yu
      Microsoft Online Community Support

      =============== =============== =============== =============== =============== =
      =============== ===========
      When responding to posts, please "Reply to Group" via your newsreader so
      that others may learn and benefit from your issue.
      =============== =============== =============== =============== =============== =
      =============== ===========

      (This posting is provided "AS IS", with no warranties, and confers no
      rights.)

      Comment

      Working...