CodeDom for the Compact Framework

  • Thread starter Ashley Cowan via .NET 247
  • Start date
A

Ashley Cowan via .NET 247

Hi Folks,

Can I use the Codedom to generate code for the compact framework?

I guess I can write the code but if I want to create the assembly where do I tell the compiler to target a Pocket PC, just like the configuration manager in Visual Studio.

I am still in the investigation stage of a project and wondering whether the CodeDom and automatic compilation is an option for the assemblies for the Compact Framework.

Thanks in Advance

Ash
 
A

Alex Yakhnin, MVP

CodeDom is not supported in CF.
--
Alex Yakhnin, NET CF MVP
IntelliProg, Inc.
http://www.intelliprog.com

Ashley Cowan via .NET 247 said:
Hi Folks,

Can I use the Codedom to generate code for the compact framework?

I guess I can write the code but if I want to create the assembly where do
I tell the compiler to target a Pocket PC, just like the configuration
manager in Visual Studio.
I am still in the investigation stage of a project and wondering whether
the CodeDom and automatic compilation is an option for the assemblies for
the Compact Framework.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top