问题的背景 :
在nodeinstallation中添加一个usercontrol 用来在卸载后提示用户还有没有删除的文件
添加了usercontrol后显示,
错误提示 ==“The type 'UserControl' does not support direct content“
====================================================================================
通过谷歌解决的方案:https://stackoverflow.com/questions/34070333/the-type-usercontrol-does-not-support-direct-content
是需要在项目中添加两个引用 system.xaml and UIAutomationProvider
在nodeinstallation中添加一个usercontrol 用来在卸载后提示用户还有没有删除的文件
添加了usercontrol后显示,
错误提示 ==“The type 'UserControl' does not support direct content“
====================================================================================
通过谷歌解决的方案:https://stackoverflow.com/questions/34070333/the-type-usercontrol-does-not-support-direct-content
是需要在项目中添加两个引用 system.xaml and UIAutomationProvider