Mistake of record or implementation

D

David caso

hi, i'm trying to debug an app with VS 2005, and the lastest Services
packs, my machine is a Psion WorkaboutPRO with a SD-card of 1GB,and when
i try to debug the app, in the machine, i can't debug because it said to
me the following (i'm a spanish speaker, and i put you, the orginal
message in spanish, and later i translate):


Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization.Formatters.Soap\2.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Formatters.Soap.dll'
Implementando 'R:\Visual Studio Proyects
2005\MobileDll2005\MobileDll2005\bin\Debug\OpenNETCF.Desktop.Communication.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\Accessibility\2.0.0.0__b03f5f7f11d50a3a\Accessibility.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System.Deployment\2.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll'
Implementando
'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll'
Error de registro o implementación: 0x8973190e. Error al abrir el
archivo '\sd-mmc card\autoventalotes\system.dll'. Error 0x8007274c: Se
produjo un error durante el intento de conexión ya que la parte
conectada no respondió adecuadamente tras un periodo de tiempo, o bien
se produjo un error en la conexión establecida ya que el host conectado
no ha podido responder.

Translate:
'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll'
Mistake of record or implementation: 0x8973190e. Mistake on having
opened the file '\sd-mmc card\autoventalotes\system.dll '. Mistake
0x8007274c: a mistake took place(was produced) during the attempt of
connection since the connected part did not answer adequately after a
period of time, or a mistake took place(was produced) in the established
connection since the connected host could not have answered.


But i haven't lost the connection with the machine trought Active Sync,
the machine are connected done.

And anybody know how not copy these dlls to machine?, i've uncheked the
option, of implementing the lastest compactframework (and service
packs), and i've already installed in machine all components that i need
for the app (NETCF 2.0, SQL Mobile, ...).

thanks, and sorry of my terrible english.
 
R

Roman Mellenberger

Dear David,

have you tried to check the option to install latest version of CF? I
could imagine that some of the libraries used for debugging are not
part of the CF.

Best regards
Roman
 
P

Paul G. Tobey [eMVP]

It looks to me like you have assemblies that are targeted at the desktop in
your project. That's not going to work! You can't reference anything that
is specific to desktop Windows from your mobile device program. In
particular, OpenNETCF.Desktop.Communication.dll is, I'm fairly sure, a
desktop assembly...

Paul T.
 

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