Error:Project Properties/Resources: There is already another resource with the name 'Project1'.
-
Hello Experts, i have got above error in my project properties->Resources->There is already another resource with the name 'Project1'.and may be interrupting when i am deploying my project. help me!!
-
Well man, I don't have much experience but the same thing happened to me, just like your explanation, In my case, adding a resource with the same name. To fix it.. open the file resource.resx and unregister repeated. I hope this fix your problem and the future programers's problems
-
Hello Experts, i have got above error in my project properties->Resources->There is already another resource with the name 'Project1'.and may be interrupting when i am deploying my project. help me!!
I've had occasions where it's been quicker to just a) delete the Resources.resx file (in Solution Explorer under your project Properties) and b) re-add the file (open up the project properties, click on resources and look for the blue-link offering to add the Resources files) HTH Matt