Re: UDP Broadcasting

2010-12-13 Thread Jano Petras
Hi Greg, *IPAddress.Broadcast* is equivalent to 255.255.255.255 - which is equivalent to 'this network'. So the machine is not selecting 'this' network to your liking I guess. >From Wikipedia: *The broadcast address for an IPv4 host can be obtained by performing a bitwise

Re: UDP Broadcasting

2010-12-13 Thread Jason Keats
I'd try the following: http://stackoverflow.com/questions/1096142/broadcasting-udp-message-to-all-the-available-network-cards http://snipplr.com/view/28192/bind-a-socket-including-udpclient-and-tcpclient-to-a-local-network-interface-card-nic/ HTH On Mon, Dec 13, 2010 at 5:56 PM, Greg Keogh wrot

RE: Entity Framework - select from stored procedures?

2010-12-13 Thread Kirsten Greed
Hi Mark Thanks for that snip-it, I have it working now - very cool Kirsten _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Mark Thompson Sent: Monday, 13 December 2010 12:15 PM To: 'ozDotNet' Subject: RE: Entity Framework - select from stored pr

Re: .NET friendly cloud-compute recommendations

2010-12-13 Thread Joseph Clark
No, I don't think you're missing anything. I've probably just been soured by word-of-mouth from people who think Windows isn't worth the magnetic platters its stored on. I'll check out the docs and see how I go. :-) Thanks On Mon, Dec 13, 2010 at 10:42 AM, silky wrote: > On Mon, Dec 13, 2010 a

Recreate *.designer.aspx.cs files for asp.net application

2010-12-13 Thread Anthony
Is it possible to recreate designer files if they are missing? anthony

RE: Recreate *.designer.aspx.cs files for asp.net application

2010-12-13 Thread Anthony
Solved it...just clicked on "Convert to web application" and it recreated them From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Anthony Sent: Tuesday, 14 December 2010 2:32 PM To: 'ozDotNet' Subject: Recreate *.designer.aspx.cs files for asp.net applicatio

RE: Recreate *.designer.aspx.cs files for asp.net application

2010-12-13 Thread Michael Lyons
You can do it easily via right clicking on the file in solution explorer and selecting "convert to web application" Hope that helps --- Michael Lyons From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Anthony Sent: Tuesday, 14 December 2010 2:32 PM

RE: Recreate *.designer.aspx.cs files for asp.net application

2010-12-13 Thread Anthony
That's what i found out..thanks anyway J From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Michael Lyons Sent: Tuesday, 14 December 2010 2:39 PM To: 'ozDotNet' Subject: RE: Recreate *.designer.aspx.cs files for asp.net application You can do it easily v