Could not find file 'Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=*, PublicKeyToken=6595b64144ccf1df,

前端 未结 3 1009
余生分开走
余生分开走 2021-01-12 07:38

I\'m trying to integrate this library into my application.

At first it crashed with

Unable to find an entry point named \'TaskDialogIndirect\' in DLL         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 08:19

    Unrelated to the question, but related to the same error message.

    I tried to publish a WPF app via the Right-click on the project -> Publish and the app stopped compiling afterwards.

    The only way to make it work normally was to remove all added lines in the project (csproj) file.

提交回复
热议问题