1
Answer

Post On Wall Of Facebook

Deepak Pandey

Deepak Pandey

13y
2.2k
1
Good Morning,

Every body,


I want to post on Wall of facebook application using ASP.Net. My requirement is this In design page I have a Textbox and a Submit button. I want that when I press Submit button the contain written in the textbox will be posted on the wall of the Facebook Application. For this I have already created a Facebook Application.

With Warm Regards,
Deepak Pandey 
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.