error list, no line numbers

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
 
I

Israel

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.
 
J

jake

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
 
R

Ryukki Angel

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top