A FormatException is generated by the WPF DataBinding diagnostics if the original exception text contains curly brackets.
Tag Archives: visualstudio
FormatException in WPF DataBinding
Posted in .NET, Uncategorized, Visual Studio, Windows Also tagged .NET, DataBinding, FormatException, wpf Leave a comment
F# CTP and Visual Studio integration
Just a quick note on an inconsistency in the F# 1.9.6.2 (CTP) release and it’s integration into Visual Studio: be aware that the standard VS environment variable $(TargetPath) is not getting set to what you’d expect. Rather than containing the full path to the output file it references the intermediate file typically in \obj\bin.
This can [...]
