PC Review


Reply
Thread Tools Rate Thread

How do I find what programs use .net on my server?

 
 
Peter J. Dickason, MCSE
Guest
Posts: n/a
 
      28th Sep 2010
We are a Citrix shop hosting a number of third party applications which
require different versions of .net. So we have 2,3, and 3.5 installed. We
are now asked to install an app which requires .net v4 so I need to know
what currently installed applications use .net so I have an idea what
version 4 will potentially break so I know what to test.

thanks
Pete



 
Reply With Quote
 
 
 
 
cubaman
Guest
Posts: n/a
 
      29th Sep 2010
On Sep 28, 10:50*pm, "Peter J. Dickason, MCSE"
<NOSPAMPeterdotDickasonatAirgasdot...@email.com> wrote:
> We are a Citrix shop hosting a number of third party applications which
> require different versions of .net. *So we have 2,3, and 3.5 installed.*We
> are now asked to install an app which requires .net v4 so I need to know
> what currently installed applications use .net so I have an idea what
> version 4 will potentially break so I know what to test.
>
> thanks
> * *Pete


Hello Pete:
Nothing should be breaked, as there is side by side execution:
"One of the new features in CLR 4 is In-Process Side-by-side (Inproc
SxS) – a feature that lets you use multiple versions of .NET in the
same process. For applications that use add-ins (particularly COM add-
ins), in-proc SxS lets us provide a level of compatibility never
before possible. If you write applications that use an add-in model
(for Office or other hosts), you’ll want to understand the details of
in-proc SxS, so that you can make use of the new hosting APIs that
provide this compatibility. If you are thinking about using .NET 4,
but worried about the impact of installing .NET 4 on end user
machines, then you’ll want at least a high level understanding of in-
proc SxS – it’s the feature that makes installing a new version
of .NET less impactful than ever before. Finally, even if none of the
above apply to you, you still might find this interesting – it’s
probably the most complex change to the CLR in .NET 4."

http://blogs.msdn.com/b/clrteam/arch...ide-part1.aspx

Searching for Net applications is about finding any dll exe with a CLI
header:

".NET assemblies are regular Win32 PE files. Operating System doesn’t
differentiate between .NET assemblies and Win32 executable binaries;
for it, they are same normal PE files. So how does system get to know
if this file is a managed assembly and if yes, how to load CLR? How OS
loads CLR is a separate discussion, I’ll just talk about how to check
this header for validating the file if it’s a managed assembly or not.
Well if we go through the ECMA Specifications Partition II – Metadata
which is shipped along with .NET SDK, we see that we have a separate
CLI Header in the PE Format. It is the 15th data directory in the PE
Optional Headers. So, in simple terms, if we have value in this data
directory, then it means that this is a valid .NET assembly, otherwise
it is not. "

http://geekswithblogs.net/rupreet/ar.../02/58873.aspx

Best regards.
 
Reply With Quote
 
Peter J. Dickason, MCSE
Guest
Posts: n/a
 
      29th Sep 2010
cubaman, thanks for the help.


 
Reply With Quote
 
cubaman
Guest
Posts: n/a
 
      30th Sep 2010
On Sep 29, 2:11*pm, "Peter J. Dickason, MCSE"
<NOSPAMPeterdotDickasonatAirgasdot...@email.com> wrote:
> cubaman, thanks for the help.


You're welcome.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start - All Programs - cant find all my programs Sam Saitta Windows XP General 1 22nd Oct 2006 12:54 AM
The server administration programs and the server extensions on the web server are not compatible Richard Wagstaff Microsoft Frontpage 2 11th Feb 2006 08:42 AM
WXP can't find files or programs - acts like it can't find anything Rob Windows XP Performance 0 26th Jul 2004 10:57 PM
Can't find programs on the start>all programs list airedr033 Windows XP Customization 1 14th Apr 2004 02:49 PM
My programs can't find my tempotaty internet folder ... and i can't find it either!?!? =?Utf-8?B?aGVscG5lZWRlZA==?= Windows XP Help 2 4th Jan 2004 09:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:40 PM.