Reputation: 513
Old .NET Compact Framework apps still run on Windows Phone 7? Will new apps developed with .NET 3.5 run on WP7? I mean, not Silverlight apps.
Upvotes: 4
Views: 983
Reputation: 842
No they do not. You will need to create them using C#. To debug you need the developer tools. These tools will guide you. Here's the link. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49B9D0C5-6597-4313-912A-F0CCA9C7D277&displaylang=en
Upvotes: 0
Reputation: 15559
The short answer is no. Windows ce/windows mobile/compact framework apps will not run on wp7.
Upvotes: 1
Reputation: 60942
No. You'll need to use CF version 3.7 (or greater), which only targets Windows Phone devices.
Upvotes: 3