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
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