After replacing .resources-files I get an error

NicoVB

Centurion
Joined
Jan 2, 2002
Messages
160
Location
Belgium
I replaced two resources files from a project to my project. But when I want to run my solution this error occure:


Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "ToolBarImages.resources" was correctly embedded or linked into assembly "MySolution".
baseName: ToolBarImages locationInfo: <null> resource file name: ToolBarImages.resources assembly: MySolution, Version=1.0.918.31723, Culture=neutral, PublicKeyToken=null
 
Solved!!!

i've solved the problem. I created a ResourceManager object without mentioning the assembly namespace.
 
Back
Top