ScadaAdmin Compile Issues

Forum Home Forums Development and Integration ScadaAdmin Compile Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13911
    ipqiusheng
    Participant

    System.IO.FileNotFoundException:“failed load dependency “System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”system can't find that file。”

    Hi
    Master
    when I complete other project, finally compile ScadaAdmin project, it show me I have System.Windows.Forms, Version=6.0.0.0, but actually in my project, I use version 4.0.0.0, as my target framework is .net framework 4.8.1, this error show when I try to running this project, initializeComponent() is just a sample winform initial function, I can’t figure out why show this issues?

    #13912
    ipqiusheng
    Participant

    https://ibb.co/fvqFrsn

    this is the image

    #13918
    Mikhail
    Moderator

    Hi,
    You should check and fix the project dependencies.

    #13921
    ipqiusheng
    Participant

    Hi
    Mikhail
    just mark this for other learner, this because the wincontrol dll contain system.windows.forms v6.0.0, when project use this as a reference, it will show compile errors. I re-compile the whole wincontrol project, then use this as a reference, the conflicts of system.windows.forms v6.0.0 between v4.0.0 disappeared. thank you for your kind remind.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.