code produces compiler error, consistently. can i help more?

  • Thread starter Thread starter Zytan
  • Start date Start date
Z

Zytan

I've sent the error report. But does that contain my code? I would
imagine not, since it's a privacy concern. Can they really fix the
problem without code? Maybe, but maybe not. I don't care if they
have my code. It's just a test app anyway. Is there any way to send
a *better* error report. Like:

"Here, compile this on your own machine, and watch it go boom: [code
here]"

Zytan
 
I've sent the error report. But does that contain my code? I would
imagine not, since it's a privacy concern. Can they really fix the
problem without code? Maybe, but maybe not. I don't care if they
have my code. It's just a test app anyway. Is there any way to send
a *better* error report. Like:

"Here, compile this on your own machine, and watch it go boom: [code
here]"

Zytan

I'm lost, and I am sure others might be too. Maybe you should
elaborate the situation more.

And who are they !!? aliens? ;-)

Quoc Linh
 
I'm lost, and I am sure others might be too. Maybe you should
elaborate the situation more.

And who are they !!? aliens? ;-)

Quoc Linh

LOL! Ok, i should explain: I said 'compiler error', not 'compile
error'. I can see how the extra 'r' isn't enough to convey that very
well. :) The compiler itself has an error. It is crashing (well, it
catches it, so the IDE doesn't actually crash) on compile. So, the
bug report has been sent to Microsoft, as it requests. It sends on
the order of 9 MB of data! So, maybe that is enough for them to
resolve the bug.

Zytan
 
LOL! Ok, i should explain: I said 'compiler error', not 'compile
error'. I can see how the extra 'r' isn't enough to convey that very
well. :) The compiler itself has an error. It is crashing (well, it
catches it, so the IDE doesn't actually crash) on compile. So, the
bug report has been sent to Microsoft, as it requests. It sends on
the order of 9 MB of data! So, maybe that is enough for them to
resolve the bug.

Zytan

You are caring! :)

Well, for this situation, if you care, go to the Microsoft site and
submit a bug report, attach your sample code. I think it's the best
bet for a developer to track down your bug. But prior to that, make
sure you are running the latest service packs of Visual Studio. That
9MB is probably contain a lot of information about your environment.

Post the code up here, if possible, and I'm sure others can let you
know if it is reproable on their machine or not.

Quoc Linh
 
You are caring! :)
Well, for this situation, if you care, go to the Microsoft site and
submit a bug report, attach your sample code. I think it's the best
bet for a developer to track down your bug.

Man, that's a pain to do!
But prior to that, make
sure you are running the latest service packs of Visual Studio.

I am.
That
9MB is probably contain a lot of information about your environment.

Yes, probably enough for them!
Post the code up here, if possible, and I'm sure others can let you
know if it is reproable on their machine or not.

It's too long, and I don't have this much time to track it down. It
was just in a test app to learn C# features.

Thanks, Quoc

Zytan
 

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

Back
Top