首页 > 移动平台 > 详细

[WPF]The type name ‘App’ does not exist in the type '...'的问题

时间:2017-07-11 17:07:22      阅读:336      评论:0      收藏:0      [点我收藏+]

refer to: https://stackoverflow.com/questions/4480087/wpf-the-type-name-app-does-not-exist-in-the-type-occurs-after-renaming-mai

 

问题描述:当创建一个namespace名与class名相同的solution并编译时,可能遇到报错“The type name ‘App’ does not exist in the type ‘...‘”,如下图所示:

技术分享

问题解决:将namespace与class的名称改为不一样,再次编译,问题即可解决。

[WPF]The type name ‘App’ does not exist in the type '...'的问题

原文:http://www.cnblogs.com/avin/p/7151362.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!