473,404 Members | 2,213 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Can we determine automatically a full .NET Framework application can be ported in CF

Hi,

I am developing some application in to Compact Framework 2.0 and most of the times development start from an already developed application in Full .Net framework.

So we start porting the application in Compact framework with hope it can be ported.

I was wondering if there is any way we can find out an application can be ported or how much complexity is involved if we port in advance automatically.

If there is any tool available (Currently using reflector with Analyze feature but this approach is manual) please let me know. Or any suggestion please share.

Thanks,
Shailendra
Mar 8 '10 #1
1 1411
RedSon
5,000 Expert 4TB
You can look at MSDN they have little device icons next to the APIs that are supported in the compact framework. Once you compile a list of those APIs you could pretty easily create an utility that will scan your source code for method calls that do not exist in that list.

That way you would not need to use the Reflect class.
Mar 8 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

28
by: Admin | last post by:
I am doing some research for a Python framework to build web applications. I have discarted Zope because from what I've read, the learning curve is too steep, and it takes more time to build...
18
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
5
by: Bootstrap Bill | last post by:
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games?
7
by: Nadav | last post by:
Hi I am writing some kind of a storage system that have to deal with large amounts of data passing over the net, Now, I Wonder... traditional programming would use win32 Winsock DLL as the means...
3
by: Ken Stealth | last post by:
Hi, Is there a way to obtain the version of .net that my application is riding on (on the server). My app isn't tested nor does it run 100% on V1.1 and for some reason my service provided has...
3
by: Robin Tucker | last post by:
Hiya, Just a quick question for you - if I create a Setup project for my VB.NET application, is it possible to configure the setup project to automatically install the .NET runtime if it isn't...
6
by: Michael D. Ober | last post by:
In VB 6, you can query the forms collection to see if a form is loaded and then check that form's window state to find out if it's displayed or not. How can a VB.Net program tell if a form is...
8
by: No bother | last post by:
I have a table with two columns, one named master, the other slave. Each column has a set of numbers. A number in one column can appear in the other. I am trying to see if there is any infinite...
5
by: =?Utf-8?B?S1A=?= | last post by:
I have an asp.net application that I've installed on several of my customers laptops (they run a localized IIS). I've been doing this for years without and issue. Today I attempted to install...
46
dlite922
by: dlite922 | last post by:
I'd like to create a PHP framework based on the latest and newest PHP (5.3RC or 6.0 ) that is upcoming soon. I mentioned this months ago, but now I have the time to persue it, Instead of making...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.