B
Buthrakaur
I already asked in CF group, but nobody was able to help me - I hope
someone here would know the answer...
I need to compile some IL code to CF2 class library (.dll). I just
tried it, got the dll using something like
"c:\WINNT\Microsoft.NET\Framework\v2.0.50727\ilasm.exe /DLL mycode.il".
The DLL looks ok on first sight (I can see all the classes using
reflector), but if I add the assembly to my SmartDevice CF2 project in
VS2k5, I'm not able to use the classes. The reference is added without
any error messages, but the compiler doesn't recognize names of the
classes in the assembly if I try to use them...
If I try to use the assembly from WinForms project, everything works
ok. So it looks like the ilasm generates just full-framework compatible
assembly.
Is there any special ilasm.exe tool for compact framework?
someone here would know the answer...
I need to compile some IL code to CF2 class library (.dll). I just
tried it, got the dll using something like
"c:\WINNT\Microsoft.NET\Framework\v2.0.50727\ilasm.exe /DLL mycode.il".
The DLL looks ok on first sight (I can see all the classes using
reflector), but if I add the assembly to my SmartDevice CF2 project in
VS2k5, I'm not able to use the classes. The reference is added without
any error messages, but the compiler doesn't recognize names of the
classes in the assembly if I try to use them...
If I try to use the assembly from WinForms project, everything works
ok. So it looks like the ilasm generates just full-framework compatible
assembly.
Is there any special ilasm.exe tool for compact framework?