我有一个项目mycomponent。如果我创建一个组件helloworld,我可以将它放在main上,如果我创建一个组件mycomponent并执行相同操作,我会收到此错误:
Error 1 The type name 'mycomponent'
does not exist in the type
'mycomponent.mycomponent' C:\...\obj\Debug\MainPage.g.i.cs 41 27 mycomponent
这不可能吗?
答案 0 :(得分:0)
根据我的经验,您最好不要在项目名称中使用某些单词。 [几乎]如果您的项目名称以.Resources结尾,则同样如此。 MyProject.UI.Resources,当您尝试在该项目中加载资源时,它将无法工作。