Error _XibodotNetClient

Please I Need a Help
RUN Open Source Code
Using Visual Studio 2019 and win10
and get error message
|Error||Could not find file ‘Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=, PublicKeyToken=6595b64144ccf1df, ProcessorArchitecture=, Type=win32’.|XiboClient||||

Did you changed your project architecture to x86 or x64? AnyCPU not supported.

thanks for replay
no
I didn’t change anything
project x86
and my cpu 64

Are you using latest source Release v3 R305 · xibosignage/xibo-dotnetclient · GitHub

Because I have downloaded it too and everything seems to be ok, you only need to make your project x86

you tried make publish?

Publish doesn’t work, but why to make publish if you can just compile and copy files from bin folder?

if you want to publish anyway just delete in the file app.mainfiest

 <!--<dependency>
    <dependentAssembly>
      <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
    </dependentAssembly>
  </dependency>-->

Ok
Thanks for your replay

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.