Problem with mscorlib 1.0.3 and 1.0.5

V

vallelop

Hi all of you.

My problem is I get the tipical error

Error: no se puede copiar la dependencia 'mscorlib, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' del proyecto
'SmartDeviceApplication1' en el directorio de ejecución porque
entraría en conflicto con la dependencia 'mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

and the other one:

Error: no se puede copiar la dependencia 'mscorlib, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' del proyecto
'SmartDeviceApplication1' en el directorio de ejecución porque
entraría en conflicto con la dependencia 'mscorlib,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

while triing to run a packaged dll from a Perl module.
The generated DLL works fine in normal Windows but can´t compile in
Wincows CE because of these 2 poblems.
Does anybody know how i can compile a Perl module for compact
framework? I suppose after having read all the posts here, this is the
main problem,
I have tried to put copy local to false or true, but doesn´t make
difference. I've tried to specify the System.Dll belnging to the CF
while making the library but Doesnt seem to work...

This is really a question about making a CF compatible DLL out of a
Perl module.

Thanks, I'm very interested in soling the problem.

Ellav Lopez
 
I

Ilya Tumanov [MS]

You can't run/use/compile desktop DLLs on device. You need to get the
sources and port them on to device before you could use them.


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).

Hi all of you.

My problem is I get the tipical error

Error: no se puede copiar la dependencia 'mscorlib, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' del proyecto
'SmartDeviceApplication1' en el directorio de ejecución porque
entraría en conflicto con la dependencia 'mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

and the other one:

Error: no se puede copiar la dependencia 'mscorlib, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' del proyecto
'SmartDeviceApplication1' en el directorio de ejecución porque
entraría en conflicto con la dependencia 'mscorlib,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

while triing to run a packaged dll from a Perl module.
The generated DLL works fine in normal Windows but can´t compile in
Wincows CE because of these 2 poblems.
Does anybody know how i can compile a Perl module for compact
framework? I suppose after having read all the posts here, this is the
main problem,
I have tried to put copy local to false or true, but doesn´t make
difference. I've tried to specify the System.Dll belnging to the CF
while making the library but Doesnt seem to work...

This is really a question about making a CF compatible DLL out of a
Perl module.

Thanks, I'm very interested in soling the problem.

Ellav Lopez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top