Click here to Skip to main content
15,885,896 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET 1.1 and 2.0 problems Pin
Robert Rohde12-Apr-06 21:10
Robert Rohde12-Apr-06 21:10 
GeneralRe: .NET 1.1 and 2.0 problems Pin
alexey N12-Apr-06 22:25
alexey N12-Apr-06 22:25 
QuestionIs it possible to make windows app became web app? Pin
Miftahul Yaum11-Apr-06 21:56
Miftahul Yaum11-Apr-06 21:56 
AnswerRe: Is it possible to make windows app became web app? Pin
Dave Kreskowiak12-Apr-06 2:39
mveDave Kreskowiak12-Apr-06 2:39 
GeneralRe: Is it possible to make windows app became web app? Pin
Miftahul Yaum12-Apr-06 15:57
Miftahul Yaum12-Apr-06 15:57 
QuestionEnumerateMetafile fails with EMFs Pin
scottfe11-Apr-06 19:47
scottfe11-Apr-06 19:47 
QuestionWinINet.DLL Pin
WebMaster11-Apr-06 18:32
WebMaster11-Apr-06 18:32 
QuestionHow to find if .Net 1.1 SP1 is installed Pin
nzmike11-Apr-06 16:08
nzmike11-Apr-06 16:08 
I'm writing a deployment package for the v1.1 WinForms app I'm working on and I need to do two things:

1. Find out if the Oracle Data Provider is installed on the user's machine.

2. Find out what version of the .Net Framework is installed and whether SP1 is also installed (we need this as there is a datagrid bug which was fixed in SP1 - without it our users will get the bug in the app).

So, for the first one what I'm doing now is using the RegistryKey class in Microsoft.Win32 library to query the registry for the following path:
<hklm>\Microsoft\.NetFramework\AssemblyFolders\ODP.Net.
If it doesn't exist I can tell that ODP.Net is not installed. If it does I then get the path from the registry value (eg: c:\ora9\bin) and check for the existence of the ODP dll... is this the best way to do it or can I do it a better/simpler way? If so, how?

And what is the best way to do number 2? I'm assuming I can use Reflection to do this some way? I know I can use System.Environment.Version.ToString to get it but how do I tell that SP1 is installed?

TIA for any help or advice,

Mike

-- modified at 22:09 Tuesday 11th April, 2006
QuestionAdding Controls Pin
rahultaing11-Apr-06 15:03
rahultaing11-Apr-06 15:03 
AnswerRe: Adding Controls Pin
CWIZO11-Apr-06 19:48
CWIZO11-Apr-06 19:48 
QuestionControls Pin
rahultaing11-Apr-06 14:34
rahultaing11-Apr-06 14:34 
AnswerRe: Controls Pin
CWIZO11-Apr-06 19:48
CWIZO11-Apr-06 19:48 
QuestionCan I have vs 2003 and 2005 projects under one solution? Pin
Julianne_juju11-Apr-06 9:19
Julianne_juju11-Apr-06 9:19 
GeneralRe: Can I have vs 2003 and 2005 projects under one solution? Pin
Guffa11-Apr-06 13:16
Guffa11-Apr-06 13:16 
AnswerRe: Can I have vs 2003 and 2005 projects under one solution? Pin
Christian Graus11-Apr-06 18:05
protectorChristian Graus11-Apr-06 18:05 
QuestionError deploying file Pin
yongwpi11-Apr-06 8:44
yongwpi11-Apr-06 8:44 
Questionhow to convert vc++ to c# Pin
ramyasangeet11-Apr-06 1:04
ramyasangeet11-Apr-06 1:04 
AnswerRe: how to convert vc++ to c# Pin
Kevin McFarlane11-Apr-06 11:16
Kevin McFarlane11-Apr-06 11:16 
QuestionMicrosoft Enterprise Library performance Pin
w3Nima11-Apr-06 1:04
w3Nima11-Apr-06 1:04 
QuestionSymbols in Object browser of .net IDE Pin
b_rahul10-Apr-06 18:23
b_rahul10-Apr-06 18:23 
QuestionTwo frameworks on 1 Machine Pin
gtu12285510-Apr-06 14:31
gtu12285510-Apr-06 14:31 
AnswerRe: Two frameworks on 1 Machine Pin
Paul Conrad10-Apr-06 16:01
professionalPaul Conrad10-Apr-06 16:01 
Question.NET Windows Application runs slow on some machines Pin
Kumar_dev10-Apr-06 9:25
Kumar_dev10-Apr-06 9:25 
AnswerRe: .NET Windows Application runs slow on some machines Pin
alexey N10-Apr-06 17:39
alexey N10-Apr-06 17:39 
QuestionSaving Form Controls as image Pin
Asbjørn Konstad10-Apr-06 8:32
Asbjørn Konstad10-Apr-06 8:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.