Resource Assembly

  • Thread starter Thread starter Kokie
  • Start date Start date
K

Kokie

I have strange problem:

I have developed two dll's (SMTP and POP). Later I have created project
using those dll's (as a reference). In the Emulator everuthing is working
OK. I can use methods and events from dll's.

But, when I build CAB's to deploy project on device, I am receiving
following error: "Could not find resource assembly". I checked that both
dll's are copyed on the device (during installation from CAB)

What can be wrong? Am I missing something?

Pls, help
 
Kokie,
It is hard to conclusively say what causes the behavior that you see, but
one potential reason for "Could not find resource assembly" message is
missing system.sr.dll (or it's localized version) that contains exception
messages.

Pavel Treskunov
.NET Compact Framework
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 

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

Back
Top