.NET application cannot start and receive XamlParseException

前端 未结 14 2533
小鲜肉
小鲜肉 2020-11-28 08:47

I wrote an app that can install and work on my development PC (a Window 7).

  • Development Environment: Window 7, VS2010 WPF C# with both .NET 4
14条回答
  •  再見小時候
    2020-11-28 09:18

    In my case, the problem solved when the user installed the same .Net FW version that I was developing for. (I has FW 4.5.1 and user had FW 4.0).

    So, check the FW version:

    http://msdn.microsoft.com/library/hh925568(v=vs.110).aspx

    And install exactly the same before trying again to execute

提交回复
热议问题