2003-07-14

Google Search: "could not find resource assembly" compact framework

Google Search: "could not find resource assembly" compact framework: "Hi,

By adding a reference to System.SR.dll in your VS .NET project, you should
get more valuable debugging information in your exception.

Hope this helps get to the root of your problem,

Craig

Program Manager,
NET Compact Framework Team"


Just found this out today. If you don't reference the System.SR.DLL you'll get the error "could not find resource assembly". Apparently the assembly contains the strings for more detailed error messages.

It was left out to conserve space. But it's only 91K + Error messages are a bit important, don't you think?

0 Comments:

Post a Comment

<< Home