Click here to Skip to main content
15,878,852 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Advantages and disadvantage using sliverlight Pin
Abhinav S6-Dec-09 17:45
Abhinav S6-Dec-09 17:45 
GeneralRe: Advantages and disadvantage using sliverlight Pin
Kunal Chowdhury «IN»11-Dec-09 3:39
professionalKunal Chowdhury «IN»11-Dec-09 3:39 
AnswerRe: Advantages and disadvantage using sliverlight Pin
Michael Eber19-Jan-10 6:24
Michael Eber19-Jan-10 6:24 
QuestionWPF - staggering storyboard executions Pin
gritter27-Nov-09 16:59
gritter27-Nov-09 16:59 
AnswerRe: WPF - staggering storyboard executions Pin
gritter28-Nov-09 3:05
gritter28-Nov-09 3:05 
QuestionMDI type of application using WPF Pin
nilam247726-Nov-09 23:37
nilam247726-Nov-09 23:37 
QuestionWPF UserControl Inheritance in VB.NET? Pin
ThisIsJustAPunkRockSong25-Nov-09 23:08
ThisIsJustAPunkRockSong25-Nov-09 23:08 
Questionpolicy issue Pin
Tauseef A25-Nov-09 10:28
Tauseef A25-Nov-09 10:28 
hi guys


i am hosting my wcf service in IIS5 ,but it gives me an error like

An error occurred while trying to make a request to URI 'http://tauseef-pc/wcfhost/Service.svc'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.


my wcf service is hosted on iis in a seperate asp.net project   and my policy file is

<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
   <cross-domain-access>
         <policy>
         <allow-from   http-request-headers= "*">
            <domain uri="*" />
         </allow-from>
         <grant-to>
            <resource path="/" include-subpaths="true"/>
         </grant-to>
      </policy>
   </cross-domain-access>
</access-policy>


any help please ...................

Tauseef A Khan
MCP Dotnet framework 2.0.

AnswerRe: policy issue Pin
Mark Salsbery25-Nov-09 10:54
Mark Salsbery25-Nov-09 10:54 
QuestionRe: policy issue Pin
Tauseef A25-Nov-09 19:44
Tauseef A25-Nov-09 19:44 
AnswerRe: policy issue Pin
Mark Salsbery25-Nov-09 20:38
Mark Salsbery25-Nov-09 20:38 
QuestionRe: policy issue Pin
Tauseef A25-Nov-09 23:36
Tauseef A25-Nov-09 23:36 
AnswerRe: policy issue Pin
Tauseef A25-Nov-09 23:44
Tauseef A25-Nov-09 23:44 
GeneralRe: policy issue Pin
Mark Salsbery26-Nov-09 7:50
Mark Salsbery26-Nov-09 7:50 
GeneralRe: policy issue Pin
Tauseef A29-Nov-09 16:48
Tauseef A29-Nov-09 16:48 
QuestionProblem with ScreenSpaceLines3D Pin
Alaajabre25-Nov-09 1:04
Alaajabre25-Nov-09 1:04 
Questionwpf 3d transparency Pin
wpftester25-Nov-09 0:52
wpftester25-Nov-09 0:52 
AnswerRe: wpf 3d transparency Pin
Pete O'Hanlon25-Nov-09 1:47
mvePete O'Hanlon25-Nov-09 1:47 
QuestionGetting Started - WPF/ WCF/ WWF Pin
Anoop Brijmohun24-Nov-09 22:43
Anoop Brijmohun24-Nov-09 22:43 
AnswerRe: Getting Started - WPF/ WCF/ WWF Pin
Mark Salsbery25-Nov-09 15:55
Mark Salsbery25-Nov-09 15:55 
AnswerRe: Getting Started - WPF/ WCF/ WWF Pin
sisvis26-Nov-09 2:56
sisvis26-Nov-09 2:56 
QuestionWPF Table control Pin
Nekkantidivya24-Nov-09 1:07
Nekkantidivya24-Nov-09 1:07 
AnswerRe: WPF Table control Pin
Mark Salsbery24-Nov-09 6:57
Mark Salsbery24-Nov-09 6:57 
GeneralRe: WPF Table control Pin
Nekkantidivya24-Nov-09 17:00
Nekkantidivya24-Nov-09 17:00 
GeneralRe: WPF Table control Pin
Mark Salsbery24-Nov-09 17:48
Mark Salsbery24-Nov-09 17:48 

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.