Click here to Skip to main content
15,889,659 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to run applications windows Form made with Microsoft visual studio 2008, .net 3.5 with windows Tablet or smartphones????
Posted
Updated 26-Feb-15 3:21am
v2
Comments
CHill60 26-Feb-15 8:31am    
Try googling for "visual studio smart phone" or "visual studio windows phone" or "visual studio windows tablet". Later versions of VS have the SDK included, for VS2008 you might need to download the SDK from the Microsoft(c) site.
Member 11000455 27-Feb-15 2:58am    
But are you sure if i dowloaded SDK, i am able to run my application with other Platforms.
Simply, i developed a application Windows Form with visual studio 2008 using c#, database is sqlce and it is a database programme that stores informations now i am just wondering if i am able to use it with windows phone of Tablet, but before I buy Tablet of Phone i wanna be sure that i can...already googled it but just asking may be i get an accurate answer???

No, that is not possible.
There are many differences between wpf and a windows universal app.
You have to create a new application.

You can use visual studio 2013 community to create a windows universal app (it's free).
 
Share this answer
 
Not directly, WPF on .net v3.5 is a desktop only technology.

You can create portable class libraries for parts of your code and use them on different devices that support it.

For UI, you pretty much have to create one for each platform you want.

What are portable class libraries?[^]

https://msdn.microsoft.com/en-us/library/gg597391%28v=vs.110%29.aspx[^]
 
Share this answer
 
Comments
Member 11000455 27-Feb-15 3:03am    
so u mean that if i create portable class libraries then i am able to use it with different devices???
But again option for creating portable class libraries is not available within .Net 3.5, it is only available from .Net 4.0 i guess.....????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900