Compact Framework development using C # Express version

I am wondering if you can use the C # Express version to develop Compact Framework. I have completed some Google searches, but I cannot find the calling answer. I installed C # Express, but there is no project template for developing smart devices. I will continue the search, but I was hoping the stackoverflow community could help find this information.

+3
source share
4 answers

I do not think that this is possible, at least not directly, given that the release of C # Express is crippled in order to support only basic projects and not allow uploads.

+4
source

CF, . :

  • Visual Studio 2003 Professional
  • Visual Studio 2005 Standard
  • Visual Studio 2008 Professional

Microsoft , Studio 10, Smart Device ( ). , Studio :

+3

IDE, ShapDevelop. Visual Studio Express Edition Compact Framework, .

... :
http://wiki.sharpdevelop.net/Default.aspx?Page=CompactFrameworkDevelopment&AspxAutoDetectCookieSupport=1

+2

Yes, perhaps - even with a visual form of design. You just need to download the .NET CF assemblies on your PC and build the project manually, disable the default assembly, and load the CF using / r: command switch.

Use Google, this method is better described in one article.

Regards - Spook.

+1
source

Source: https://habr.com/ru/post/1706533/


All Articles