VS2003 Task listnot displaying build errors

  • Thread starter Thread starter Paul [Paradise Solutions]
  • Start date Start date
P

Paul [Paradise Solutions]

Hey all

Have been compiling my apps fine (getting build errors, clearing them
and building again), but now when I compile I get the "Build errors
occurred, would you like to continue?" message, but no build error tasks
get displayed in the task list. Not only that, but if I select to
continue anyway, the app builds fine and runs OK.
I've made sure that no filters are being applied (even though VS
automatically takes the view to build errors) and the only message that
is in the list is the "Ready to deploy" message.

Any input apprieciated.


Paul
 
Hi Paul,
having the same problem. Do you use form inheritance ? In this case I found
out that what you see is a bug in the VS 2003 IDE which cannot handle
inherited forms correctly.

Niels
 
Niels

Hi - no, I don't use inherited forms, as it was my belief that it's not
so much that it can't handle them properly, more than it dosn't actually
support CF form inheritance.
I did 'cure' the problem, but didn't post because i thought the tread
was long dead. I found the source of my problem (or so it seemed) was
having a reference to MSCoredll in my project. I was referencing other
DLLs of myown, and without the MSCoredll VS2003 claimed there was a
MSCoredll version conflict - adding the reference seemed to cure it.
However, it also introduced this unlisted build error problem.
My resolution was to remove the MSCoredll reference, and import my
custom DLL projects into my main solution, and reference the dlls that way.

Don't know if you have the same kind of arangement, but if this dosn't
fix your problem, I hope you do find a fix soon - it was driving me
nuts and making me doubt my own code...


Paul
 
Back
Top