Question

currently I am working on a project in which the client GUI application is developed using WPF and C# and it calls a service on the webserver for business related functionalities. This client application is developed for desktop clients.

Now we have a requirement to make the application which was being developed for desktop, to work on a windows tablet (OS windows 8 pro).

So I want to know whether I can Use the MSI generated for desktop application can be used on Windows 8 pro tablet without any changes or not? Will the application work as its working in desktop?

If not then what all things I need to do for running the application in windows 8 pro tablet

I would be grateful if any one could answer these two questions.

Was it helpful?

Solution

All windows applications (except those compiled only for the ARM architecture - probably a rare thing), will run on a Windows 8 Pro device of any form factor.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top