Regasm for Windows CE

  • Thread starter Thread starter sourabh
  • Start date Start date
S

sourabh

Hi
Is there any utility like Regasm.exe which could be used from pocket pc.
I have a Windows Usercontrol whcih I want to invoke from Pocket IE. POcket
IE does not support this so I was thinking of creating a COM callable
wrapper for this and use it as a COM component. But i do not find anything
like Regasm to do this.
Any ideas

Thanks
Sourabh
 
Hi Sourabh

CCWs (and RCWs for that matter) require some level of COM Interop
support in the marshaling layer and in the runtime engine. Currently,
this does not exist in the .NET Compact Framework runtime, so you won't
find any regasm-like tools.

HTH
Neil


--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP

www.opennetcf.org | www.contentmaster.com
 
Back
Top