Results 1 to 4 of 4

Thread: Resources 'file1' and 'file2' have the same manifest resource name 'name'

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Question Resources 'file1' and 'file2' have the same manifest resource name 'name'

    I keep getting this message>>Resources frmpicture and frmStatus have the same manifest resource name :WorkWithPicture.frmStatus.resources' and I am really stuck trying to figure this out. What needs to be done. I have tried renaming the files but error persists
    William E Gollnick

  2. #2
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    A simple answer would be to start a new project and copy across your code bit by bit, checking that it compiles ok as you go.

    You can cut-and-paste the controls from the forms and also cut-and-paste the code that you have written. Do not copy the Windows Generated Code, let the IDE generate that for itself in the new project.

    This will probably fix the problem, although it will be hard work if you've got a big project, and you'll never find out what actually caused the error (although you may not care...)
    This world is not my home. I'm just passing through.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Resources 'file1' and 'file2' have the same manifest resource name 'name'

    This is what I ended up doing.. Thanks for helping.
    William E Gollnick

  4. #4
    New Member
    Join Date
    Apr 2005
    Posts
    1

    Re: Resources 'file1' and 'file2' have the same manifest resource name 'name'

    I found another method to eliminate this error message. Open the .vbproj file in Notepad and navigate down to the end of the file. There you should find references to your error messages.

    Delete the references from the </File> to the corresponding </>. Save the results and that pesky error shoud disappear.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width