1
Answer

Image of the remote site

Image of the remote site

Hello guys!

I need your help.
This is code of my net page (C#).

I don't have error but in the output of webpage I don't see the image of the remote site, but I see an icon undefined...

How can i do it?
Can someone test my code?
please

Any help?
Thank you.


Attachment: code.zip

Answers (1)
0
Sujeet Singh
NA 129 0 7y
this is usually means one of two things:
  1. There is some very unusual code path which, when taken, always causes a crash
  2. A race condition exists between threads in your program. Thus, the crash appears unpredictably and may be difficult to reproduce

My advice to you is to start the program in the debugger, and leave it running until the exception is thrown. Then you can come back here and provide us with the relevant code, stack trace, debug output, etc.