473,396 Members | 1,772 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,396 software developers and data experts.

How to tell whether one application is .NET or not?

Such as IE, MSN.NET, I don't know whether they are partially or purely
..NET application.
Jul 21 '05 #1
2 1373
As a rule, they are not. If you want to be sure, try to use reflection on
one of the DLLs. It will fail unless it is a .NET assembly.

Biztalk 2004 is a .NET solution.

I can't think of any other released Microsoft apps that are .NET, but there
may be a few.

Hope this helps,
--- Nick

"JackSu" <su***@yahoo.com> wrote in message
news:8e**************************@posting.google.c om...
Such as IE, MSN.NET, I don't know whether they are partially or purely
.NET application.

Jul 21 '05 #2
There is a great tool coming with Visual C++ 6.0, it is called
"Dependency Walker for Win32 (Intel x86)". After right clicking your
application, just select "View Dependencies..." from the pop-up menu
and this cool tool will show you all the modules and dlls that your
selected application depends on. Consequently, if your selected
application had "mscoree.dll" as one of its modules, it is Dot Net,
other wise, it is not.

(You must have VC++6.0 installed to use that tool)

Hope this help

"JackSu" <su***@yahoo.com> wrote in message
news:8e**************************@posting.google.c om...
Such as IE, MSN.NET, I don't know whether they are partially or purely .NET application.


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
5
by: greenflame | last post by:
How can I tell if a variable. I want ot tell whether two variables are: 1. Both numbers. Just a number. same as the number object in javascript. 2. Either one is a string containing a number....
5
by: Barry Mossman | last post by:
Hi, can I detect whether my class is running within the context of a Console application, vs say a WinForm's application ? also does anyone know whether the compiler or runtime is smart enough...
2
by: JackSu | last post by:
Such as IE, MSN.NET, I don't know whether they are partially or purely ..NET application.
8
by: pamelafluente | last post by:
Hi, I am invoking Firefox, and for testing IE, from my VB program. The instruction are of this kind: Process.Start("IExplore.exe", Parameter) Process.Start("Firefox.exe", Parameter) where...
13
by: Jiho Han | last post by:
Here's the issue. You have a class, Class Person { public int id; public string firstname; public string lastname; }
20
by: Narf the Mouse | last post by:
....Without using NULL? There must be a way; people keep talking about storing pointers to objects in different locations in the program. Thanks.
4
by: Peter | last post by:
Access 2007 optionally opens forms as tabs. There is an Access Option that controls this - Access Options Current Database Document Window Options Tabbed Documents. But how, from VBA, can I...
2
by: g_man1985 | last post by:
I have been having a discussion with a friend about xml and its role in three tier architecture and i was just wondering if anyone had a definition or an opinion on how to tell whether or not a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.