Hi,
What is equivalent of System.CodeDom.Compiler in compact framework as
documentation suggests this namespace is not supported in compact framework.I
want to dynamically compile and run c# scripts in compact framework?in
windows application it was possible to do this with System.CodeDom.Compiler
namespace.But i am not able to figure out how to implement same thing in
compact framework?
Any suggestion/ideas would be highly appreciated.
Thanks in advance for replying(as always)

Signature
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
<ctacke/> - 28 Dec 2007 15:15 GMT
The compact framework does not have compiler services, so there is no
equivalent.

Signature
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
> Hi,
> What is equivalent of System.CodeDom.Compiler in compact framework as
[quoted text clipped - 7 lines]
> Any suggestion/ideas would be highly appreciated.
> Thanks in advance for replying(as always)