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
Resources 'file1' and 'file2' have the same manifest resource name 'name'
This is what I ended up doing.. Thanks for helping.
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.