The error means: The name for a specified resource in a dynamic-linked library or executable file was used more than once.
Go ahead and check all the resources that you have in your application, Embedded files, string resources etc. and make sure the names are unique otherwise you would get this error.
No did not work for me. I had to rework it all over again.Since it was a small site it's okay wonder what I would have done if it was a big one.There has to be a better way .
Does the error look like "Resource name 'xxxxx.resources' cannot be used more than once"? if that, you have got the sufficient information the warning itself provided, you need to rename xxxxx.resources.
reeba2011
Member
30 Points
28 Posts
Resource name cannot be used more than once
Oct 25, 2011 04:10 PM|LINK
My program was working fine until I tried to publish it.While building it kept giving me this error message;
"Resource name cannot be used more than once".
I don't know where I need to look for it or what i need to do.
Has anyone come across something like this?How did you resolve it?
gsaadeh
Member
736 Points
141 Posts
Re: Resource name cannot be used more than once
Oct 25, 2011 04:44 PM|LINK
The error means: The name for a specified resource in a dynamic-linked library or executable file was used more than once.
Go ahead and check all the resources that you have in your application, Embedded files, string resources etc. and make sure the names are unique otherwise you would get this error.
Read more: http://forums.asp.net/t/1649329.aspx
reeba2011
Member
30 Points
28 Posts
Re: Resource name cannot be used more than once
Oct 25, 2011 08:05 PM|LINK
No did not work for me. I had to rework it all over again.Since it was a small site it's okay wonder what I would have done if it was a big one.There has to be a better way .
Yanping Wang...
Star
14871 Points
1529 Posts
Microsoft
Re: Resource name cannot be used more than once
Oct 27, 2011 06:00 AM|LINK
Hi reeba2011,
Does the error look like "Resource name 'xxxxx.resources' cannot be used more than once"? if that, you have got the sufficient information the warning itself provided, you need to rename xxxxx.resources.
else, please try method mentioned in this post: http://forums.asp.net/t/1649329.aspx
Thanks.
Feedback to us
Develop and promote your apps in Windows Store