Hello again,
thanks for the hint with the source code. I followed all the steps in the readme (disableing of the samples etc.) and got nice 143kB of dll.
But now there's the next problem: as soon as I reference this dll in a small application, many of the standard libraries (e.g. System, System.Xml, ...) are not found anymore. Here's one of the error messages from the box at the bottom of the screen (they're all quite similar):
The type 'System.Uri' is defined in an assembly that ist not referenced. You must add a reference to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
If I replace the new dll with the old one everything is fine again and my small application works like charme (everything but the IDs 4000 and 4001 :-P).
Do I have to take care for any version number before debugging the library? Or is any version of .NET missing on my computer? Currently I've installed the following versions of .NET Framework:
1.1
1.1 German Language Pack
1.1 Hotfix
2.0 SP2
2.0 SP1 Language Pack - DEU
3.0 SP2
3.0 SP1 Lanuage Pack - DEU
3.5 SP1
CF 2.0 SP2
CF 3.5
IMHO this should be enough, at least with InTheHand build 2.2 it was.
So maybe this is a known issue or I made a stupid mistake, so it's not a big effort for you to help me.
Tilman