Good evening. The builder is made, a file is placed in the resources, when compiling which an error occurs above, the link is specified, but it doesn’t seem to see it. AT enter image description here

  • And in the fresh project is reproduced? - VladD

1 answer 1

Rather, everything needs a dll link. Right-click on "Links" and select "Add Links." On the left, select the category "Assemblies" and select System.Managment

  • I already did it, see, on the right I selected it, if I just enter the link through using - it is not added. Just the way you wrote. But I tried through Dll Import, no way - Harold
  • Yes, but the namespace can be split into several dll. Therefore, part of your type is connected, and part in a separate dll. - Valery Losev