Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting Background Pin
Abhijit Jana14-Dec-09 16:53
professionalAbhijit Jana14-Dec-09 16:53 
GeneralRe: Setting Background Pin
eivah20-Dec-09 14:44
eivah20-Dec-09 14:44 
QuestionApplication state Vs Multiple users Pin
sandeepranjan14-Dec-09 13:39
sandeepranjan14-Dec-09 13:39 
AnswerRe: Application state Vs Multiple users Pin
Not Active14-Dec-09 15:23
mentorNot Active14-Dec-09 15:23 
AnswerRe: Application state Vs Multiple users Pin
Abhijit Jana14-Dec-09 17:05
professionalAbhijit Jana14-Dec-09 17:05 
QuestionTool for seeing the content of HTTP and SMTP messages Pin
FJJCENTU14-Dec-09 11:57
FJJCENTU14-Dec-09 11:57 
QuestionKnow of a control or way to view multi-page tiffs? Pin
Corey Blair14-Dec-09 10:56
Corey Blair14-Dec-09 10:56 
QuestionRemote server returned error. notfound. help! [modified] Pin
leone14-Dec-09 8:43
leone14-Dec-09 8:43 
I am try to upload files from my computer to a server machine using WCF in Silverlight. Often i can achieve this but sometimes there occurs a problem and stops uploading. Silverlight error is: "The remote server returned an error: NotFound." and at the status bar of the web page there is a black exclamation mark in yellow triangle says error at page. This is details of it: unhandled error in silverlight 2 application at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallBack beginMethod, Object state) at Syste.Net.Browser.BrowserHttpWebRequest.EndGetResponse (IAsyncResult asynResult) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse (IAsyncResult result) at ....

And after i found where error occurs

(wsUploader is my WCF and svluploader is silverlight project.)

public svlUploader.wsUploader.UploadResponse EndUpload(System.IAsyncResult result) {
object[] _args = new object[0];
svlUploader.wsUploader.UploadResponse _result = ((svlUploader.wsUploader.UploadResponse)(base.EndInvoke("Upload", _args, result)));//<b>error occurs in this line</b>
return _result;
}

So help me..

modified on Monday, December 14, 2009 3:36 PM

AnswerRe: Remote server returned error. notfound. help! Pin
OriginalGriff14-Dec-09 9:12
mveOriginalGriff14-Dec-09 9:12 
QuestionHow can you access the Application Attributes via API? Pin
msell015014-Dec-09 6:13
msell015014-Dec-09 6:13 
AnswerRe: How can you access the Application Attributes via API? Pin
Abhijit Jana14-Dec-09 6:25
professionalAbhijit Jana14-Dec-09 6:25 
GeneralRe: How can you access the Application Attributes via API? Pin
msell015014-Dec-09 7:29
msell015014-Dec-09 7:29 
GeneralRe: How can you access the Application Attributes via API? Pin
Ashfield14-Dec-09 21:01
Ashfield14-Dec-09 21:01 
QuestionA question regarding website design Pin
James Shao14-Dec-09 4:25
James Shao14-Dec-09 4:25 
AnswerRe: A question regarding website design Pin
Abhishek Sur14-Dec-09 5:03
professionalAbhishek Sur14-Dec-09 5:03 
AnswerRe: A question regarding website design Pin
Abhijit Jana14-Dec-09 5:59
professionalAbhijit Jana14-Dec-09 5:59 
AnswerRe: A question regarding website design Pin
James Shao14-Dec-09 12:20
James Shao14-Dec-09 12:20 
QuestionApplication State object is destroyed - Dont know why? Pin
vivasaayi14-Dec-09 1:28
vivasaayi14-Dec-09 1:28 
AnswerRe: Application State object is destroyed - Dont know why? Pin
Abhishek Sur14-Dec-09 3:58
professionalAbhishek Sur14-Dec-09 3:58 
GeneralRe: Application State object is destroyed - Dont know why? Pin
N a v a n e e t h14-Dec-09 5:47
N a v a n e e t h14-Dec-09 5:47 
GeneralRe: Application State object is destroyed - Dont know why? Pin
vivasaayi14-Dec-09 18:46
vivasaayi14-Dec-09 18:46 
GeneralRe: Application State object is destroyed - Dont know why? Pin
Abhishek Sur14-Dec-09 22:04
professionalAbhishek Sur14-Dec-09 22:04 
AnswerRe: Application State object is destroyed - Dont know why? Pin
N a v a n e e t h14-Dec-09 5:43
N a v a n e e t h14-Dec-09 5:43 
QuestionCross site Scripting XSS Pin
sachees12314-Dec-09 0:45
sachees12314-Dec-09 0:45 
AnswerRe: Cross site Scripting XSS Pin
SeMartens14-Dec-09 1:23
SeMartens14-Dec-09 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.