-1

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

Rajesh Pandya
  • 1,540
  • 4
  • 18
  • 31
niksan karkee
  • 157
  • 1
  • 17
  • can you tell us what is target framework of your application? and is it installed in computer where you are trying to run it? – Amit May 10 '18 at 05:14
  • Does this help? https://stackoverflow.com/questions/15770318/target-version-of-the-net-framework-does-not-match-launch-condition – Always Learning May 10 '18 at 05:15
  • @Amit yes it installed in computer but the program is not opening after finished installation... should i have to do something for dll file ?? – niksan karkee May 10 '18 at 05:16
  • @Amit I am using metro dll. I tried to do another sample program it worked but in my project it is not working – niksan karkee May 10 '18 at 05:21
  • @niksankaree , then i should be easier for you. try searching difference between two projects. one hint is there in link provided by Always Learning – Amit May 10 '18 at 05:22
  • @Amit the same problem is showing in another sample program too but that is working but main program is not running – niksan karkee May 10 '18 at 05:28
  • @niksankaree have you added same dll references in another projects too? have you actually tried using of this dlls in that sample project? – Amit May 10 '18 at 05:38
  • [How can I configure what .NET version should be installed by windows installer in VS 2017](https://stackoverflow.com/q/48850203/3110834) – Reza Aghaei May 10 '18 at 06:05
  • My code is in ascii form is that affect??? – niksan karkee May 11 '18 at 01:56

1 Answers1

0

Why dont you try to create file other than C:\ Drive