Strange VS2005 compile errors: unable to copy resource file

Posted by Velika on Stack Overflow See other posts from Stack Overflow or by Velika
Published on 2010-04-07T18:56:41Z Indexed on 2010/04/08 5:03 UTC
Read the original article Hit count: 452

I AM GETTING THE FOLLOWING ERROR IN A VERY SIMPLE CLASS LIBRARY:

Error 1 Unable to copy file "obj\Debug\SMIT.SysAdmin.BusinessLayer.Resources.resources" to "obj\Debug\SMIT.SysAdmin.BusinessLayer.SMIT.SysAdmin.BusinessLayer.Resources.resources". Could not find file 'obj\Debug\SMIT.SysAdmin.BusinessLayer.Resources.resources'. SMIT.SysAdmin.BusinessLayer

Going to the Project Properties->Resource tab, I see that I defined do resources. Still, I tried to delete the resource file and recreate by going to the resource tab. When I recompile, I still get the same error.

Any suggestions of things to try?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ide