For my program I am using metro dll file for design of my form application. while I build for creating file following warning is showing:
WARNING: The target version of the .NET Framework in the project does not match the .NET Framework launch condition version '.NET Framework 4.6.1'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page
(C#, F#).
And at last it shown success message. My .NET Framework is up to date. Should I have to attach .dll file differently? Please help me for this