Identity Mine does it again
Identity Mine are simple amazing… I just downloaded a sample application demonstrating some new features of Blendables Layout Mix and I am impressed… It is super COOL!!!
Identity Mine are simple amazing… I just downloaded a sample application demonstrating some new features of Blendables Layout Mix and I am impressed… It is super COOL!!!
Hello fellow WPF geeks,
I stumbled upon an issue in Silverlight 2 Beta 1 with Attached properties. Yes, Silverlight does have Attached properties, but if you are coming from a WPF background than it might be useful for you to know that you MUST include the assembly=myAssemblyName in the xmlns that defines the namespace where your attached property lives. And YES even if the attached property lives in the same assembly as your XAML.
If you don’t you’ll get the following error
Additional information: AG_E_PARSER_PROPERTY_NOT_FOUND
So instead of creating the xmlns like this
xmlns:local="clr-namespace:SLAttachedProperties"
you should do this
xmlns:local="clr-namespace:SLAttachedProperties;assembly=SLAttachedProperties"
Yea, I guess it is a bug, after all it still in BETA
Have loads of fun and a nice weekend.
Marlon me = new Marlon();
while(me.UseCSharp) me.Happy = true;
I am currently working at Uniblue Systems as a .Net Specialist. I love C# and addicted to the WPF technology…. Here in my blog you will find posts mainly on WPF yet sometimes I blog on other .Net stuff…. I also have an OpenSource project AvalonControlsLibrary that I constantly work on…..
I also have another blog on Algorithms. I used this blog more as a learning for myself so that I can play around with algorithms and try some things out for fun
I also happen to have the most beautiful daughter, Jasmine; ok ok, I also have a beautiful wife, Ema (I have to write this otherwise she is threatening me that she will burn my laptop
)
Joking apart, Thanks Ema for your support, don’t worry I love you more than C# …
Besides programming I also like… mmm… what do I like… ooups, I think I need a hobby or something…..
Any way, I hope you like my blog, feedback is always appreciated……..
Thanks for the support
Marlon
marlongrech AT gmail DOT com
All posting is provided “AS IS” with no warranties, and confers no rights.