Re: [ot] Port Forwarding LDAP

2012-02-06 Thread noonie
Meski, Similar, but not the same, so I can get away with it ;-) A few years ago we had a senior DBA who set up a two pc virtual network with domain controllers and sql server vms, to try out some new stuff in sql server. I warned him not to let the network escape and he agreed. About a week

Re: [ot] Port Forwarding LDAP

2012-02-06 Thread noonie
Thanks Nathan, I'll have a look. -- noonie On 6 February 2012 17:18, Keir Nathan keirnat...@johndeere.com wrote: TMnetSim is primarily for simulating poor networks, but it might be able to do the forward for you. Near the bottom of this page… http://www.tmurgent.com/tools.aspx

RE: [ot] Port Forwarding LDAP

2012-02-06 Thread Ken Schaefer
Is there a second NIC in the server hosting the web application? If so, can you use a direct connection (aka cross-over cable - though most NICs support MDI-X now, so you can just use a regular cable)? Set up a HOSTS file entry on the web application server so that it knows how to get to the

Re: [ot] Port Forwarding LDAP

2012-02-06 Thread noonie
On 6 February 2012 20:26, Ken Schaefer k...@adopenstatic.com wrote: Is there a second NIC in the server hosting the web application? If so, can you use a direct connection (aka cross-over cable – though most NICs support MDI-X now, so you can just use a regular cable)? Set up a HOSTS file

RE: Very Weird VS 2010 Issue

2012-02-06 Thread ifumust
Issue still occurs with new solutions.can i reset the VS IDe any way..or discable or plugins etc -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Friday, 3 February 2012 6:44 PM To: ozDotNet Subject: Re: Very

RE: [ot] Port Forwarding LDAP

2012-02-06 Thread Ken Schaefer
From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of noonie Sent: Monday, 6 February 2012 6:01 PM To: ozDotNet Subject: Re: [ot] Port Forwarding LDAP On 6 February 2012 20:26, Ken Schaefer k...@adopenstatic.commailto:k...@adopenstatic.com wrote: Is there a

XML Question

2012-02-06 Thread ifumust
Credential domain=yyyS Identity7118/Identity /Credential Credential domain=CompanyName Identity Services Pty Ltd/Identity /Credential Credential domain=ABN Identity123456/Identity /Credential

Re: XML Question

2012-02-06 Thread Arjang Assadi
Rather than working by index, look at the attribute value for Credential.domain, ignore the Credentials where the domain attribute is not BranchID. On 7 February 2012 08:00, ifum...@gmail.com wrote: Credential domain=yyyS Identity7118/Identity

RE: XML Question

2012-02-06 Thread ifumust
Any code on how i would do this, fairly new to linq From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Tuesday, 7 February 2012 8:23 AM To: ozDotNet Subject: Re: XML Question Rather than working by index, look at the attribute value

Re: XML Question

2012-02-06 Thread Arjang Assadi
http://msdn.microsoft.com/en-us/library/bb387086.aspx On 7 February 2012 08:25, ifum...@gmail.com wrote: Any code on how i would do this, fairly new to linq ** ** *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi *Sent:*

RE: XML Question

2012-02-06 Thread ifumust
Thank you J From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Tuesday, 7 February 2012 8:29 AM To: ozDotNet Subject: Re: XML Question http://msdn.microsoft.com/en-us/library/bb387086.aspx On 7 February 2012 08:25, ifum...@gmail.com

Re: [ot] Port Forwarding LDAP

2012-02-06 Thread noonie
Thanks Ken, It's not really a user issue, it's that more than one developer needs to access the LDAP store whilst debugging their code. I've been given the VM setup because it is a copy of the target production environment and anything else is just an approximation. I'll look again at

Re: XML Question

2012-02-06 Thread Arjang Assadi
No worries, Enjoy. Also you might want to check out http://stackoverflow.com/ for more goodies. On 7 February 2012 08:48, ifum...@gmail.com wrote: Thank you J ** ** *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi *Sent:*

Re: XML Question

2012-02-06 Thread Al Gonzalez
Is this what you are trying to do: static void TestLinq2XMLSelectUsingAttributeValue() { XElement credentials = new XElement(Credentials, MakeCredentialElement(yyyS, 7118), MakeCredentialElement(CompanyName, Services Pty Ltd), MakeCredentialElement(ABN, 123456),

RE: XML Question

2012-02-06 Thread Bill McCarthy
I'm guessing form the original post, Anthony is using VB, as he was using xml literal syntax in part. The VB version would be Dim doc = docCredential domain=yyyS Identity7118/Identity /Credential Credential domain=CompanyName

RE: XML Question

2012-02-06 Thread ifumust
Learning all the time...awesome thanks! -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Bill McCarthy Sent: Tuesday, 7 February 2012 10:48 AM To: 'ozDotNet' Subject: RE: XML Question I'm guessing form the original post, Anthony

Anyone doing XBAP?

2012-02-06 Thread Kirsten Greed
Hi All Just wondering if anyone is using XBAP for line of business applications? Where should I go to get a feel for the work involved in converting a WPF app to run as XBAP? Thanks Kirsten

RE: Anyone doing XBAP?

2012-02-06 Thread ifumust
XBAP looking pretty cool, but wouldn't it be better to have a app that works on more platforms? I assume this will not work on an ipad considering it is using dotnet3 Anthony From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Kirsten Greed Sent: