Ray Booysen

3,289
Reputation
343 views

Registered User

Name Ray Booysen
Member for 12 months
Seen yesterday
Website
Location Windsor
Age 27
basic HTML allowed
1d
comment What are the biggest gotchas in Silverlight 2.0?
A hack? Or a properly designed double-click implementation that takes 10 minutes to write?
1d
asked Open File Instead of Save File in Silverlight SaveFileDialog
Nov
9
answered Bind to attached property in ControlTemplate - Silverlight
Nov
9
comment Get Domain LogonServer in C#
you do. It is logonserver
Nov
2
comment CollectionViewSource in silverlight
Are we able to see your code?
Oct
29
accepted What are the differences between if, else, and else if?
Oct
27
answered Silverlight Automation Similar to Watin
Oct
27
comment WPF application crash when running as a screensaver
Have you attached a debugger to see what is null?
Oct
13
awarded  Popular Question
Oct
12
comment What are the biggest gotchas in Silverlight 2.0?
clientaccesspolicy.xml has nothing to do with .NET 3.5 or ASP or ASP.NET. Silverlight will try request the clientaccesspolicy.xml file first and then the crossdomain.xml file to maintain compatability with Flash.
Oct
4
awarded  Popular Question
Sep
25
awarded  Notable Question
Sep
19
accepted What’s wrong with this ContentTemplate?
Sep
18
awarded  Nice Question
Sep
18
accepted Get a Framework element from a Storyboard
Sep
18
answered What are the differences between if, else, and else if?
Sep
18
awarded  Nice Answer
Sep
18
awarded  Enlightened
Sep
18
awarded  Nice Answer
Sep
18
comment Lazy or Sensible to leave empty legacy classes?
Definitely, makes perfect sense.
Sep
18
answered Lazy or Sensible to leave empty legacy classes?
Sep
18
comment Bind to an attached behavior on a Storyboard
The idea still stands regarding the freezable objects but a solution? not sure.
Sep
18
comment Bind to an attached behavior on a Storyboard
Hmm that makes it more complicated. Not quite sure then.
Sep
18
answered Bind to an attached behavior on a Storyboard
Sep
18
answered Get a Framework element from a Storyboard
Sep
18
answered tooltip documentation in visual studio 2008 - not enough info
Sep
17
answered C# - Select XML Descendants with Linq
Sep
17
answered Does WeakReference work with String?
Sep
17
comment When serializing a custom generic collection to Xml how do I add an attribute to the generated collection element.
How are you serialising it?
Sep
16
comment Post data in asp vb.net webservice
can we see what the signature of your web service looks like?
Sep
13
answered How to Debug “Linq to SQL” Source
Sep
10
comment C# string.split() “Out of memory exception” when reading tab separated file
As an aside, Eric Lippert has a great blog on OutOfMemoryExceptions. blogs.msdn.com/ericlippert/archive/…
Sep
9
comment How to randomly select a string using C#?
Can you please explain a little more as to what you want? What do you mean by random? Do you want it to say Good morning in the morning and good afternoon in the afternoon?
Sep
4
accepted Disposing WPF User Controls
Aug
23
comment ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
the version of the library is inconsequential because the MVVM assembly is not a reference via a binary reference but is a project in my solution.
Aug
23
comment ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
Hi Jeff. Code Posted.
Aug
23
revised ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
added 1219 characters in body
Aug
23
comment ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
Hi Aidan. The build server has the RTM version, I even reinstalled. And if I login and build interactively I get the same error.
Aug
23
comment ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
Yes it is a custom DLL. That is the problem. My dll is referenced and WORKS but does not build in TFS.
Aug
20
comment ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
disabling ValidateXAML is possible but seems pretty hackish. I would prefer it ran and gave the same output as building in Visual Studio. Thank you for the comment.
Aug
18
revised ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
edited tags; added 22 characters in body
Aug
18
asked ValidateXAML Failure on a TFS Build with a Silverlight 3 Project
Aug
6
comment How to bind a WPF hyperlink in a richtextbox to a command?
How is the text being populated?
Aug
3
comment Where is the Visual Studio 2008 Installation Log
Installing from an ISO. :)
Aug
3
asked Where is the Visual Studio 2008 Installation Log
Aug
2
comment How do I make my code perform a random function
In the greater scheme of things, makes zero difference either way.
Aug
2
comment Question on C# Generic Collection
Nice terse answer. :)
Aug
2
comment Anyway to tell if project is in Silverlight 3?
Spot on. Perfect answer
Aug
2
revised Problem with TreeView in SilverLight
Removing WPF tag.
Aug
2
comment Problem with TreeView in SilverLight
This XAML doesn't do what the user is looking for. Where is it showing any details on the Users collection and what is ShortTitle?