System.Xml not found

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

Guest

On the project explorer, remove the exisitng reference then right click and
select "Add Referece" then browse to the file.
 
G

Guest

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

Guest

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

Guest

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

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