webservice

  • Thread starter Thread starter eNoodle
  • Start date Start date
E

eNoodle

I had developed a small application accessing simlpe webservice.
Everything works fine before i compile and in releasemode, i get
an error message saying MissingMethodException.

I recompile my solution in debug mode, everything goes fine again.

Anyone meet the same problem before, how am i gonna solve this problem ?
 
I have had this when I created a Windows Class Library and compiled it into
my app. When you create a Class Libray for a Smart Device Application you
habve to select Smart Device Application from the project type first, then
select Class Library on the next dialog.

Is this relevant??
 
Back
Top