B
bob95226
Hi All,
I create a .net compact framework Window CE class library with a few
events using .net 2003, the application bundled with this library
doesn't work on .net 2005 platform (it works well for .net 2003),
after debugging, it turns out RaiseEvent MyEventName in that class
library is frozen on .net 2005 platform, "RaiseEvent MyEventName" is
called inside a thread, does that thread cause this issue or something
else?
Your input would be greatly appreciated.
Thanks
Bob
I create a .net compact framework Window CE class library with a few
events using .net 2003, the application bundled with this library
doesn't work on .net 2005 platform (it works well for .net 2003),
after debugging, it turns out RaiseEvent MyEventName in that class
library is frozen on .net 2005 platform, "RaiseEvent MyEventName" is
called inside a thread, does that thread cause this issue or something
else?
Your input would be greatly appreciated.
Thanks
Bob