| Thread | Last Post | Replies |
|
| IDataErrorInfo.Error usage? | 13 Mar 2008 04:36 GMT | 3 |
I recently started using the .Net 3.5 validation facilities (IDataErrorInfo and ValidatesOnDataErrors) in my C# application, and I find that they work great. I've now run into a situation where I want to have a XAML control check IDataErrorInfo.Error, instead of IDataErrorInfo ...
|
| assembly attributes to file properties | 11 Mar 2008 22:43 GMT | 1 |
Is there a way, just using plain IL and ilasm, to set file properties, such as Copyright, Description, etc? I see al.exe allows these, but it doesn't produce a single standalone assembly (it requires the .netmodule to run).
|
| WPF Visual Profiler | 06 Mar 2008 19:18 GMT | 1 |
I cant get the visual profiler working with my WPF Application. If a try to attach my application the profiler never get attached to my app. If I select to start a new app the visual profiler throws the error : Unable to connect to the target application. Profiling will now be ...
|
| Custom BitmapEffect and BitmapEffectInput | 01 Mar 2008 01:31 GMT | 1 |
I've created my own custom BitmapEffect based on the RGBFilter example from MSDN. However, I've noticed that both my effect and the RGBFilter effect fail to pay attention to the BitmapEffectInput, and always process the entire image.
|