2

Is it possible to write Windows Phone 8 Runtime Components in C#?

djcouchycouch
  • 12,724
  • 13
  • 69
  • 108

2 Answers2

2

It should be possible according to these articles, but sadly only project template in C++ is currently available for Windows (Phone) Runtime Component:
Creating Windows Runtime Components (Windows 8)
Share using Windows Runtime Components (Windows Phone 8)

Martin Suchan
  • 10,600
  • 3
  • 36
  • 66
  • If you read your second link, you'll realize that it's **not** possible. – Claus Jørgensen Nov 07 '12 at 18:06
  • 1
    I read the second link carefully and there's nowhere that says explicitly that it's not possible to create a component in C#, but I thought I'd read it somewhere... – Paul Annetts Nov 08 '12 at 09:58
  • @PaulAnnetts the table under "Creating and consuming Windows Runtime Components" only lists C++ under languages in which you can write windows phone runtime components. – Jackson Jul 17 '13 at 21:51
2

It doesn't appear to be possible at this time.

djcouchycouch
  • 12,724
  • 13
  • 69
  • 108