.NET application cannot start and receive XamlParseException

前端 未结 14 2515
小鲜肉
小鲜肉 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:19

    I heard that some commented codes affected on execute output file to behavior something like that happened for your app.(specially in VS 2010 not other earlier version) but in other side,last year i was working on a program that in it i used the Dev Component suite. as you know its crack just work in .Net Framework 3.5 and my program platform was .Net Framework 4.same thing happen for your app, happened fro my app.i had to downgrade my platform to 3.5 and its work good.maybe this personal experience help you dude.

    i want to say some thing else,this some errors are not depend on CPU architecture.Dot worry about it.

    good luck. Ali Foroughi

提交回复
热议问题