error list, no line numbers

  • Thread starter Thread starter jake
  • Start date Start date
J

jake

Anyone seen this before?
I have vs2008 solution, 4 projects (3 wcf services and 1 website), no
3rd party libraries, straight vs2008 code. All projects are in Debug
mode, yet when I compile (build/rebuild), the errors appear in the
error list without file, line numbers, column, or project.
Very hard to debug this way.
All help is welcome.
jake
 
Anyone seen this before?

I can't offer any help but yes I have seen this before. Our product
logs all exceptions that make it to the user and sometimes I see
exception stacks w/o any line numbers and I can't explain it. I've
never had the time to track it down.
 
I can't offer any help but yes I have seen this before.  Our product
logs all exceptions that make it to the user and sometimes I see
exception stacks w/o anylinenumbersand I can't explain it.  I've
never had the time to track it down.

I tried all kinds of things, but finally the only thing that worked
was when I created a whole different Solution along with re-creating
each and every project and file one at a time. I re-created the files
by "adding new items" into the projects one by one and copying all the
text (code and everything) from the old files.
Don't know how this can help you, but I just thought you may think of
a way based on my experience.
jake
 
Hi jake,

Simple as it is, just change the project name.
Best approach is to just create another project and copy your codes file into it.

Don't add in any special characters.
That will solve the problem.

Just keep the name simple will do!

Best regards,
Ryukki
 
Back
Top