[Mono-list] Error CS1580

2010-07-26 Thread Stephen Parker
Hello gurus,

I have a fully working c# VS2010 application running under windows XP - W7 and 
have been trying to port it to Mac OS X (10.6.3) using MonoDevelop.
I used Mono Migration Analyser, which returned no problem, however when I try 
and build the application I get the error:

Error CS1508: The resource identifier `bebalanceMac.Main.resources' has already 
been used in this assembly (CS1508) (bebalanceMac)
I have spent considerable time trying to find reference to the resource 
identifier but without success and have no idea where to go next.
If anyone can give me a clue I would be most grateful.

Thanks,

Steve


This e-mail and attachments are confidential. You are advised to conduct 
appropriate routine 
virus checks. Unless specifically stated, this e-mail does not form part of a 
legally binding contract.
No representation or warranty is made as to the accuracy or completeness of the 
content
of this e-mail and no liability shall be accepted for any loss arising from its 
use.

RSLSteeper Group Limited, 51 Riverside, Medway City Estate, Rochester, Kent
ME2 4DP. Company Registered in England, Reg. No. 04782018.

This e-mail has been scanned for all viruses by McAfee. The service is powered 
by Kerio MailServer

Please consider the environment before printing this e-mail

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Error CS1580

2010-07-26 Thread David S
I'm sorry but stupid question. Have you tried just running the windows
compiled on Mac OS X? The Migration Analyser, I think, is only for testing
if a program could run on it. I mean unless you want to actually develop on
Mac OS X.

On Mon, Jul 26, 2010 at 8:07 AM, Stephen Parker steve.par...@rslsteeper.com
 wrote:

 Hello gurus,

 I have a fully working c# VS2010 application running under windows XP - W7
 and have been trying to port it to Mac OS X (10.6.3) using MonoDevelop.
 I used Mono Migration Analyser, which returned no problem, however when I
 try and build the application I get the error:

 Error CS1508: The resource identifier `bebalanceMac.Main.resources' has
 already been used in this assembly (CS1508) (bebalanceMac)
 I have spent considerable time trying to find reference to the resource
 identifier but without success and have no idea where to go next.
 If anyone can give me a clue I would be most grateful.

 Thanks,

 Steve


 This e-mail and attachments are confidential. You are advised to conduct
 appropriate routine
 virus checks. Unless specifically stated, this e-mail does not form part of
 a legally binding contract.
 No representation or warranty is made as to the accuracy or completeness of
 the content
 of this e-mail and no liability shall be accepted for any loss arising from
 its use.

 RSLSteeper Group Limited, 51 Riverside, Medway City Estate, Rochester, Kent
 ME2 4DP. Company Registered in England, Reg. No. 04782018.

 This e-mail has been scanned for all viruses by McAfee. The service is
 powered by Kerio MailServer

 Please consider the environment before printing this e-mail

 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Error CS1580

2010-07-26 Thread Michael Hutchinson
On Mon, Jul 26, 2010 at 8:07 AM, Stephen Parker
steve.par...@rslsteeper.com wrote:

 Error CS1508: The resource identifier `bebalanceMac.Main.resources' has 
 already been used in this assembly (CS1508) (bebalanceMac)
 I have spent considerable time trying to find reference to the resource 
 identifier but without success and have no idea where to go next.
 If anyone can give me a clue I would be most grateful.

You should check the build output - it's possible that MonoDevelop is
using an incorrect resource ID. See the top Google result for CS1508
for info: http://msdn.microsoft.com/en-us/library/cwhz41kf(VS.80).aspx

That said, you don't need to rebuild with MonoDevelop to run on Mono -
you can use the exe you built on Windows.

-- 
Michael Hutchinson
http://mjhutchinson.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list