RE: ASP.NET web site

2011-12-14 Thread Peter Maddin
Thanks for the link. That sort of explains why one is getting that bizarre error message. I am about to try and build this using vs2003, to see if that is better. Regards Peter Maddin Applications Development Officer PathWest Laboratory Medicine WA Phone : +618 6396 4285 (Monday, Wednesday

wcf nettcp reliable session 'duplicating' messages

2011-12-14 Thread Wallace Turner
calling wcf gurus (again) firstly, i've logged this on both microsoft connect and stackoverflow I have a nettcp wcf service with a CallbackContract for duplex communication using reliable sessions. After the session is established the server uses the callback channel to push several messages t

RE: VB6 calling modal .net dialog

2011-12-14 Thread Bill McCarthy
| |>Did you try the forms interop toolkit ? |>http://msdn.microsoft.com/en-us/vstudio/bb419144 | |Hey now that's really interesting. The trouble is the web page doesn't explain how |it works. I'll install the MSI and see if it has technical information on what it does. |I'm wondering if it avoids C

RE: VB6 calling modal .net dialog

2011-12-14 Thread Greg Keogh
>Did you try the forms interop toolkit ? >http://msdn.microsoft.com/en-us/vstudio/bb419144 Hey now that's really interesting. The trouble is the web page doesn't explain how it works. I'll install the MSI and see if it has technical information on what it does. I'm wondering if it avoids COM regis

Re: Playing nicely with ServicePointManager.ServerCertificateValidationCallback

2011-12-14 Thread Joseph Clark
Thanks, Corneliu. Didn't think of using an AppDomain to circumvent the static nature of the callback - good idea! Thanks, Joe. On Tue, Dec 13, 2011 at 12:06 PM, Corneliu I. Tusnea wrote: > Joseph, > > Firstly you should never (for production use) hook onto that method. It's > a stupid design

Re: ASP.NET web site

2011-12-14 Thread William Luu
There's a pretty good explanation (and resolution) to the '__o' is not declared issue on stackoverflow - http://stackoverflow.com/questions/750902/how-do-i-get-rid-of-o-is-not-declared On 14 December 2011 16:55, Peter Maddin wrote: > I have been given a couple of applications written in vb.net

RE: ASP.NET web site

2011-12-14 Thread Peter Maddin
I think the cost to my sanity is probably too much as well. Regards Peter Maddin Applications Development Officer PathWest Laboratory Medicine WA Phone : +618 6396 4285 (Monday, Wednesday,Friday) Phone : +618 9346 4372 (Tuesday, Thursday) Mobile: 0423 540 825 E-Mail : petermad...@iinet.net.au; pe

RE: ASP.NET web site

2011-12-14 Thread Peter Maddin
Thanks for that. Its nice to know. Regards Peter Maddin Applications Development Officer PathWest Laboratory Medicine WA Phone : +618 6396 4285 (Monday, Wednesday,Friday) Phone : +618 9346 4372 (Tuesday, Thursday) Mobile: 0423 540 825 E-Mail : petermad...@iinet.net.au; peter.mad...@health.wa.gov.

RE: VB6 calling modal .net dialog

2011-12-14 Thread Bill McCarthy
Hi Greg, Did you try the forms interop toolkit ? http://msdn.microsoft.com/en-us/vstudio/bb419144 Failing that, I would have tried the .NET UI as a user control ;) |-Original Message- |From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet- |boun...@ozdotnet.com] On Behalf Of Greg Keogh

RE: ASP.NET web site

2011-12-14 Thread Rob von Nesselrode
"Maintaining it as it is will cost more in terms developer life span" Yes will, my life span is expected to be short enough already! Time for a white lie - along the lines of "not supportable", "not feasable" or if you prefer more of the Mythbusters slant: "not plausable" I have previously under

Re: ASP.NET web site

2011-12-14 Thread Arjang Assadi
On 14 December 2011 18:55, Peter Maddin wrote: > I could not agree more but the powers that be would prefer one to maintain > what's there and avoid a rewrite if possible. Peter, I feel your pain. Some things must not be maintained but scrapped, this is a perfect example, otherwise why not leav