System.Xml not found

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a device running Mobile 5 and .Net CF 2.0 and MSMQ. i'm trying to
send a message to the local queue. i am able to create the queue and set the
Formatter, but when i try to send the message, i get the following exception:

"File or assembly name 'System.Xml, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC', or one of its dependencies, was not found."

System.Xml is included in my solution's References.

can someone tell me what i'm missing?

thanks!
 
On the project explorer, remove the exisitng reference then right click and
select "Add Referece" then browse to the file.
 
This sounds strange.

Can you check the following file exists:
\Windows\GAC_System.Xml_v2_0_0_0_cneutral_1.dll - if you are using CF2 that
is.

What device are you using?

Simon.
 
i have these in \Windows:
GAC_System.Xml_v1_0_5000_0_cneutral_1.dll
GAC_System.Xml_v2_0_0_0_cneutral_1.dll

i'm using a Symbol MC9000S...
 
i un-installed .Net CF 2.0 and did a hard-reset... i then re-deployed .Net CF
2.0 via VS 2005...

it now works...

thanks...
 
Back
Top