Click here to Skip to main content
15,789,952 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How can I deploy an application using VISIFIRE Pin
cutudi16-Dec-09 21:50
cutudi16-Dec-09 21:50 
QuestionHow can I deploy an application using VISIFIRE Pin
cutudi16-Dec-09 2:58
cutudi16-Dec-09 2:58 
AnswerRe: How can I deploy an application using VISIFIRE Pin
Abhinav S16-Dec-09 6:38
Abhinav S16-Dec-09 6:38 
Questionhow to access local files in xbap? Pin
jdxu198414-Dec-09 23:38
jdxu198414-Dec-09 23:38 
AnswerRe: how to access local files in xbap? Pin
Pete O'Hanlon15-Dec-09 1:08
subeditorPete O'Hanlon15-Dec-09 1:08 
Questionprinting in silverlight Pin
Tauseef A14-Dec-09 21:12
Tauseef A14-Dec-09 21:12 
AnswerRe: printing in silverlight Pin
Mark Salsbery15-Dec-09 8:33
Mark Salsbery15-Dec-09 8:33 
QuestionThe remote server returned an error: NotFound. [modified] Pin
leone14-Dec-09 9:40
leone14-Dec-09 9:40 
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:37 PM

AnswerRe: The remote server returned an error: NotFound. Pin
Mark Salsbery14-Dec-09 13:57
Mark Salsbery14-Dec-09 13:57 
AnswerRe: The remote server returned an error: NotFound. Pin
Michael Eber28-Dec-09 13:27
Michael Eber28-Dec-09 13:27 
QuestionHelp With My WPF (C#) Application - Challenging Part Pin
johg13-Dec-09 14:08
johg13-Dec-09 14:08 
QuestionTabControl in WPF Pin
Anu_Bala11-Dec-09 19:17
Anu_Bala11-Dec-09 19:17 
QuestionMultithreading in WinForm/WPF Application Pin
sandeepranjan11-Dec-09 16:09
sandeepranjan11-Dec-09 16:09 
AnswerRe: Multithreading in WinForm/WPF Application Pin
Richard MacCutchan12-Dec-09 3:12
mveRichard MacCutchan12-Dec-09 3:12 
QuestionSame object in 2 views? Pin
AghaKhan11-Dec-09 2:50
AghaKhan11-Dec-09 2:50 
QuestionDatabinding to simple controls with RIA services Pin
RB@Emphasys10-Dec-09 13:24
RB@Emphasys10-Dec-09 13:24 
AnswerRe: Databinding to simple controls with RIA services Pin
Mark Salsbery10-Dec-09 14:14
Mark Salsbery10-Dec-09 14:14 
GeneralRe: Databinding to simple controls with RIA services Pin
RB@Emphasys11-Dec-09 4:26
RB@Emphasys11-Dec-09 4:26 
QuestionDownload dynamic data with Silverlight app Pin
thrakazog10-Dec-09 8:06
thrakazog10-Dec-09 8:06 
AnswerRe: Download dynamic data with Silverlight app Pin
Mark Salsbery10-Dec-09 8:22
Mark Salsbery10-Dec-09 8:22 
GeneralRe: Download dynamic data with Silverlight app Pin
thrakazog10-Dec-09 8:32
thrakazog10-Dec-09 8:32 
GeneralRe: Download dynamic data with Silverlight app Pin
Mark Salsbery10-Dec-09 8:36
Mark Salsbery10-Dec-09 8:36 
QuestionRounded ListBox Pin
shanmugarajaa9-Dec-09 21:03
shanmugarajaa9-Dec-09 21:03 
AnswerRe: Rounded ListBox Pin
Mark Salsbery9-Dec-09 21:09
Mark Salsbery9-Dec-09 21:09 
GeneralRe: Rounded ListBox Pin
shanmugarajaa9-Dec-09 23:13
shanmugarajaa9-Dec-09 23:13 

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.