Visual Basic Reference

Resource with identifier 'item' not found (Error 326)

See Also

The resource with the specified ID doesn't exist in the resource file. This error has the following cause and solution:

  • You tried to use the LoadResString, LoadResPicture, or LoadResData methods to load a resource whose ID doesn't exist in the resource file associated with this project or .EXE file.

    Change the reference to the resource ID to one that does exist, or remove the resource file from the project and add a resource file that contains the specified resource ID.