[Mono-list] error cs1508 - ressource X has already been used

taiky taiky taiky82 at gmail.com
Thu Jun 1 05:29:16 EDT 2006


Hello everybody,
i have a problem with MONODEVELOP...!

If someone have a solution/explication, HE IS WELCOME

I try to compile a solution develop from Visual Studio .NET with monodevelop
but a have an error CS1508.

I find that is due to a ressource wich is used more than one time.... but
it's not the same file...!!

Explications :
The project is a asp.net environnement composed of multiple pages....!
In the project, i have a default.aspx.cs and a default.aspx.resx and several
subdirectories wich contained files that have the same names ...

the project looks like this :
|---Project.asp.net
     |---default.aspx
     |---default.aspx.cs
     |---default.aspx.resx
     |--- .... *.cs
     |---REP1
            |---default.aspx
            |---default.aspx.cs
            |---default.aspx.resx
            |--- .... *.cs
     |---REP2
            |---default.aspx
            |---default.aspx.cs
            |---default.aspx.resx
            |--- .... *.cs
     |---REP....
            |--- .... *.cs

The error is :
Building Project:
Gemplus.OTP.ValidationServer.TokenManagementUIConfiguration: Debug
Performing main compilation...
Compilation failed: 6 error(s), 0 warnings

error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly
error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly
error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly
error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly
error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly
error CS1508: The resource identifier `default.aspx.resx' has already been
used in this assembly


Build complete -- 6 errors, 0 warnings

---------------------- Done ----------------------

log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905
could not be found or is invalid.
Build: 6 errors, 0 warnings


Thank you for your help


Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060601/32af0792/attachment.html


More information about the Mono-list mailing list