Click here to Skip to main content
15,920,896 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to down the Excel file from Application folder in WPF with C# Pin
ChandrakanthGaddam15-Nov-09 20:03
ChandrakanthGaddam15-Nov-09 20:03 
AnswerRe: How to down the Excel file from Application folder in WPF with C# Pin
Christian Graus15-Nov-09 20:52
protectorChristian Graus15-Nov-09 20:52 
GeneralRe: How to down the Excel file from Application folder in WPF with C# Pin
ChandrakanthGaddam15-Nov-09 23:56
ChandrakanthGaddam15-Nov-09 23:56 
QuestionSilverLight Server ? Pin
Mohammad Dayyan15-Nov-09 0:21
Mohammad Dayyan15-Nov-09 0:21 
AnswerRe: SilverLight Server ? Pin
Mark Salsbery15-Nov-09 5:54
Mark Salsbery15-Nov-09 5:54 
QuestionMenu in WPF ? Pin
Mohammad Dayyan14-Nov-09 0:55
Mohammad Dayyan14-Nov-09 0:55 
AnswerRe: Menu in WPF ? Pin
Richard MacCutchan14-Nov-09 1:21
mveRichard MacCutchan14-Nov-09 1:21 
GeneralRe: Menu in WPF ? Pin
Mohammad Dayyan14-Nov-09 1:38
Mohammad Dayyan14-Nov-09 1:38 
GeneralRe: Menu in WPF ? Pin
Richard MacCutchan14-Nov-09 2:12
mveRichard MacCutchan14-Nov-09 2:12 
GeneralRe: Menu in WPF ? Pin
Christian Graus15-Nov-09 19:45
protectorChristian Graus15-Nov-09 19:45 
GeneralRe: Menu in WPF ? Pin
Mohammad Dayyan15-Nov-09 23:44
Mohammad Dayyan15-Nov-09 23:44 
AnswerRe: Menu in WPF ? Pin
Mark Salsbery14-Nov-09 10:34
Mark Salsbery14-Nov-09 10:34 
QuestionSkinnable silverlight applications Pin
Eduard Keilholz13-Nov-09 11:54
Eduard Keilholz13-Nov-09 11:54 
AnswerRe: Skinnable silverlight applications Pin
Mark Salsbery15-Nov-09 6:03
Mark Salsbery15-Nov-09 6:03 
GeneralRe: Skinnable silverlight applications Pin
Eduard Keilholz15-Nov-09 10:36
Eduard Keilholz15-Nov-09 10:36 
Questionrequest error Pin
Tauseef A13-Nov-09 7:17
Tauseef A13-Nov-09 7:17 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 7:56
Mark Salsbery13-Nov-09 7:56 
How are you hosting the WCF app? How are you hosting the
Silverlight app?

If the Silverlight app isn't hosted at http://localhost:3046
then you'l have a cross domain issue. That means you'll
need to provide a clientaccesspolicy.xml file at the root of
the domain the WCF service is hosted at.

Making a Service Available Across Domain Boundaries[^]


If you're hosting the WCF service in WcfSvchost.exe or self hosting,
you may need to serve up the clientaccesspolicy.xml yourself:

Enabling cross-domain calls for Silverlight apps on self-hosted web services[^]


Or you can host your WCF service in IIS[^] and just put the
clientaccesspolicy.xml at the root of the host domain.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionRe: request error Pin
Tauseef A13-Nov-09 8:48
Tauseef A13-Nov-09 8:48 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 8:57
Mark Salsbery13-Nov-09 8:57 
QuestionRe: request error Pin
Tauseef A13-Nov-09 9:09
Tauseef A13-Nov-09 9:09 
AnswerRe: request error Pin
Mark Salsbery13-Nov-09 9:12
Mark Salsbery13-Nov-09 9:12 
GeneralRe: request error Pin
Tauseef A13-Nov-09 9:14
Tauseef A13-Nov-09 9:14 
GeneralRe: request error Pin
Mark Salsbery13-Nov-09 9:23
Mark Salsbery13-Nov-09 9:23 
QuestionCreate a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
TweakBird13-Nov-09 5:42
TweakBird13-Nov-09 5:42 
AnswerRe: Create a new row at the bottom of DataGrid (When User Click on Button(Out side of DataGrid)) Pin
Mark Salsbery13-Nov-09 8:35
Mark Salsbery13-Nov-09 8:35 

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.