You may receive the following error message during the compilation process when you recompile a VB.NET application to target the Microsoft .NET Framework 4.5.2:
In this message, the "{Name}" placeholder is a child of the System.Windows namespace, such as "Forms" or "Markup."
For example,the error message may appear as follows:
'{Name}' is not a member of 'Windows'.
In this message, the "{Name}" placeholder is a child of the System.Windows namespace, such as "Forms" or "Markup."
For example,the error message may appear as follows:
'Forms' is not a member of 'Windows'.