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.

--------------------
 
Back
Top