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.Item.
Basica...
more >>
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).
...
more >>
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 stopped.
I ...
more >>