I had this problem at one point, and looked all over for a solution. I
found this somewhere from MS (I looked for it again before responding, but
could not find it - sorry). At any rate, they listed two possibilities,
both of which I had done. I followed the recommendations of both and the
issue was fixed for me. The two possibilities and their recommended fixes
are as follows:
1. Project A references the output dll of Project B. If this is the case,
Project A should reference the PROJECT, not the output dll.
2. You have changed the build output to a directory other than its default
(bin). Change the build output back to the default
Hope this fixes your problem, but I'm sure there are many other things that
could cause this problem
Brent
[quoted text, click to view] "Selden McCabe" <smccabe@integrantInc.com> wrote in message
news:OW8meGWhEHA.1644@tk2msftngp13.phx.gbl...
> Has anybody experienced this problem?
> I have a solution that consists of 6 or 7 projects.
> Every so often (2 or 3 times a week) when I click Run, everything builds
> seemingly OK, but then, just when I would expect the app to start, nothing
> happens, and the task manager shows devenv.exe sitting at 100% cpu, fixed
> memory (about 127 Megs), forever. The only way out is to kill it from the
> task list.
>
> When this happens, I can usually fix it by deleting the OBJ folder under
> the
> main project. But once in a while, this doesn't work. In those cases,
> I've
> tried deleting ALL the OBJ and BIN folders under all the projects, and
> sometimes it still happens.
>
> So far, when I'm totally stuck like that, I delete the entire source tree
> and get it again from Source Safe.
>
> What is going on? How can I prevent this?
>
> Thanks,
> ---Selden
>
>
>