Visual Studio 2017 Design XAML bug, does not recognize resources

0

internalstaticSystem.Drawing.Bitmapradio_hover_btn{get{objectobj=ResourceManager.GetObject("radio_hover_btn", 
resourceCulture);
        return ((System.Drawing.Bitmap)(obj));
    }
}

I have problems with this code above, it simply does not find my png radio_hover_btn and claims error during execution:

  

System.Resources.MissingManifestResourceException System.Resources.MissingManifestResourceException occurred     HResult = 0x80131532     Message = No suitable resource for the specified culture (or neutral culture) was found in the given assembly. Make sure that "truckersmplauncher.Properties.Resources.resources" has been incorporated or linked to the "TruckersMPLauncher" assembly correctly at compile time or if all required satellite assemblies can be loaded and fully signed.

"Buttons" that are actually images are transparent in color but still perform the click function.

    
asked by anonymous 20.12.2017 / 18:36

0 answers