vb compile issue

  • Thread starter Thread starter Dav Tan
  • Start date Start date
D

Dav Tan

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
 
Dav Tan said:
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?

Delete the project's "bin" and "obj" folders and try compiling it again.
Maybe this solves the problem.
 
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.)
 
Back
Top