Click here to Skip to main content
15,914,111 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Convert Icon to BitmapImage shows black border around image. Pin
DavidCinadr9-Jun-10 13:16
DavidCinadr9-Jun-10 13:16 
QuestionCombo boxes Pin
Lutosław8-Jun-10 5:15
Lutosław8-Jun-10 5:15 
AnswerRe: Combo boxes Pin
AspDotNetDev8-Jun-10 15:51
protectorAspDotNetDev8-Jun-10 15:51 
AnswerRe: Combo boxes Pin
#realJSOP9-Jun-10 2:56
professional#realJSOP9-Jun-10 2:56 
NewsPack Pin
Lutosław11-Jun-10 13:53
Lutosław11-Jun-10 13:53 
QuestionWeb Service Method Call Fails Pin
#realJSOP7-Jun-10 10:10
professional#realJSOP7-Jun-10 10:10 
AnswerRe: Web Service Method Call Fails Pin
dan!sh 7-Jun-10 15:27
professional dan!sh 7-Jun-10 15:27 
AnswerRe: Web Service Method Call Fails Pin
Pete O'Hanlon7-Jun-10 21:36
mvePete O'Hanlon7-Jun-10 21:36 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 0:12
professional#realJSOP8-Jun-10 0:12 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 0:45
mvePete O'Hanlon8-Jun-10 0:45 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 3:53
professional#realJSOP8-Jun-10 3:53 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:00
mvePete O'Hanlon8-Jun-10 4:00 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:01
professional#realJSOP8-Jun-10 4:01 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:11
mvePete O'Hanlon8-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:52
professional#realJSOP8-Jun-10 4:52 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 9:07
mvePete O'Hanlon8-Jun-10 9:07 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 2:48
professional#realJSOP9-Jun-10 2:48 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:25
mvePete O'Hanlon9-Jun-10 3:25 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:32
professional#realJSOP9-Jun-10 3:32 
Visible? I have a ClientAccessPolicy.xml file in my web services's folder:

XML
<?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>


I also have a CrossDomain.xml, but I'm not really sure where to put it, so I have it in a few places.

XML
<?xml version="1.0" encoding="utf-8" ?>
<cross-domain-policy>
	<allow-http-request-headers-from domain="*" headers="*"/>
	<strong>
		<allow-http-request-headers-from domain="*" headers="SOAPAction" />
	</strong>
	<allow-https-request-headers-from domain="*" headers="*"/>
	<strong>
		<allow-https-request-headers-from domain="*" headers="SOAPAction" />
	</strong>
</cross-domain-policy>


Where *should* I put it?
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:47
mvePete O'Hanlon9-Jun-10 3:47 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:55
professional#realJSOP9-Jun-10 3:55 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:06
mvePete O'Hanlon9-Jun-10 4:06 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 4:11
professional#realJSOP9-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:17
mvePete O'Hanlon9-Jun-10 4:17 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 5:08
professional#realJSOP9-Jun-10 5:08 

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.