473,763 Members | 6,638 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Detecting .NET Framework 2.0 runtime env.

Hi,

You install a .NET 2.0 winforms application on a machine that doesn't have
the 2.0 redistributable s and then run it. How do you elegantly detect that
and warn your users? Any way to avoid ugly uncontrollable error boxes?

Thanks
Ron


Dec 20 '06 #1
4 2474
Ron M. Newman wrote:
You install a .NET 2.0 winforms application on a machine that doesn't have
the 2.0 redistributable s and then run it. How do you elegantly detect that
and warn your users? Any way to avoid ugly uncontrollable error boxes?
That's kind of a vicious circle! If the .Net Framework 2.0 is not
installed, your program will not run anyway, so it cannot detect if the
framework is there. You might be able to create some sort of launcher
app in C++ native code that can check for the framework and if present,
it launches the app.

Dec 20 '06 #2
Yeah, i thought about it. So assuming I am creating a typical Win32 app
that'll launch the .NET executable, what do I look for in order to make sure
the .NET 2.0 is properly installed? any magical registry element I can refer
to? a file somewhere? what would be the most reliale check?

Ron

"Chris Dunaway" <du******@gmail .comwrote in message
news:11******** ************@i1 2g2000cwa.googl egroups.com...
Ron M. Newman wrote:
>You install a .NET 2.0 winforms application on a machine that doesn't
have
the 2.0 redistributable s and then run it. How do you elegantly detect
that
and warn your users? Any way to avoid ugly uncontrollable error boxes?

That's kind of a vicious circle! If the .Net Framework 2.0 is not
installed, your program will not run anyway, so it cannot detect if the
framework is there. You might be able to create some sort of launcher
app in C++ native code that can check for the framework and if present,
it launches the app.

Dec 20 '06 #3
Hello Ron,

Read there http://laflour.spaces. live.com/blog/cns!7575E2FFC19 135B4!393.entry

RNYeah, i thought about it. So assuming I am creating a typical Win32
RNapp that'll launch the .NET executable, what do I look for in order
RNto make sure the .NET 2.0 is properly installed? any magical
RNregistry element I can refer to? a file somewhere? what would be the
RNmost reliale check?
RN>
RNRon
RN>
RN"Chris Dunaway" <du******@gmail .comwrote in message
RNnews:11****** **************@ i12g2000cwa.goo glegroups.com.. .
RN>
>Ron M. Newman wrote:
>>You install a .NET 2.0 winforms application on a machine that
doesn't
have
the 2.0 redistributable s and then run it. How do you elegantly
detect
that
and warn your users? Any way to avoid ugly uncontrollable error
boxes?
That's kind of a vicious circle! If the .Net Framework 2.0 is not
installed, your program will not run anyway, so it cannot detect if
the framework is there. You might be able to create some sort of
launcher app in C++ native code that can check for the framework and
if present, it launches the app.
---
WBR,
Michael Nemtseva [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Dec 21 '06 #4
Hello Ron,
>You install a .NET 2.0 winforms application on a machine that doesn't have
the 2.0 redistributable s and then run it. How do you elegantly detect that
and warn your users? Any way to avoid ugly uncontrollable error boxes?
Your installer should notice that a requirement for your application is
not fulfilled on the system and either refuse to install the application
or install the .NET Framework 2 before installing the application.
Oliver Sturm
--
http://www.sturmnet.org/blog
Dec 21 '06 #5

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

Similar topics

10
2355
by: sanket gupta | last post by:
Hi , When installing my application , i want to check whether the dot net runtime is available on the users computer and if its not , then i would like to provide him with a download location. What is the easiest way to do it? Thanks/Regards Sanket Gupta *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
2
1404
by: Simon Harvey | last post by:
Hi all, Is there any easy way to check a field for calues that have changed on a post back. So the page is sent to the user, the user changes some values and I need to know which ones changed. Is the only way to do this to go through all the fields and check them against their old values. In which case, would I need to store the values in
5
1836
by: needin4mation | last post by:
Hi, I have an asp.net 1.1 application that populates data from a database. When the user changes data, they have to hit a button to update the data. The data entry form (same form that is populated) is from several different tables. To the user, of course, this is not seen. Scenario: After the page is populated, assume a change is made to the form and the user hits update. The page then goes back, reads the database for that record...
2
1017
by: Mike Gale | last post by:
What ways do you recommend for detecting CLR runtime host? (ASP.NET, win forms app...) I'm considering extending some classes (CLR 1.1) to operate under different runtime hosts. Mike.
0
9564
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9387
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9823
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.