warning BC40056: Namespace or type specified in the Imports 'MS.Internal.Xaml.Builtins' doesn't cont
- by Heinzi
I have a WPF VB.NET project in Visual Studio 2008. For some reason, Visual Studio thinks that it needs to add an
Imports MS.Internal.Xaml.Builtins
to every auto-generated XAML partial class (= the nameOfXamlFile.g.vb files), resulting in the following warning:
warning BC40056: Namespace or type specified in the Imports…