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

.NET (Core and Framework)

 
GeneralRe: How to generate auto-property at roslyn? Pin
Richard Deeming17-Feb-17 2:29
mveRichard Deeming17-Feb-17 2:29 
Questioninsert update delete grid Pin
Member 1297150728-Jan-17 0:27
Member 1297150728-Jan-17 0:27 
AnswerRe: insert update delete grid Pin
Richard MacCutchan28-Jan-17 0:55
mveRichard MacCutchan28-Jan-17 0:55 
AnswerRe: insert update delete grid Pin
ZurdoDev22-Feb-17 4:42
professionalZurdoDev22-Feb-17 4:42 
QuestionHow to get all types of .Net applicatins hosted in a server? Pin
Member 901560226-Jan-17 23:52
Member 901560226-Jan-17 23:52 
AnswerRe: How to get all types of .Net applicatins hosted in a server? Pin
Pete O'Hanlon27-Jan-17 0:08
mvePete O'Hanlon27-Jan-17 0:08 
GeneralRe: How to get all types of .Net applicatins hosted in a server? Pin
Member 901560227-Jan-17 0:44
Member 901560227-Jan-17 0:44 
GeneralRe: How to get all types of .Net applicatins hosted in a server? Pin
Eddy Vluggen27-Jan-17 1:10
professionalEddy Vluggen27-Jan-17 1:10 
Not all applications 'register' their presence on a server, so unless you know where the assemblies are located you won't find them.

I'd be assuming that you're talking about a web-server. Go to IIS to see what applications are running.

Getting 'all types' of a running windows-application is hard; you'd typically run the app and dump all loaded references (and thus, types), and there is the weak point - that only applies to loaded assemblies, not the ones that are loaded by hand (or not loaded because the environment did not need it yet).

What are you trying to do? Make a list of all applications installed on a computer?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to get all types of .Net applicatins hosted in a server? Pin
Member 901560230-Jan-17 1:41
Member 901560230-Jan-17 1:41 
GeneralRe: How to get all types of .Net applicatins hosted in a server? Pin
Eddy Vluggen30-Jan-17 1:48
professionalEddy Vluggen30-Jan-17 1:48 
GeneralRe: How to get all types of .Net applicatins hosted in a server? Pin
Pete O'Hanlon30-Jan-17 4:09
mvePete O'Hanlon30-Jan-17 4:09 
AnswerRe: How to get all types of .Net applicatins hosted in a server? Pin
Nathan Minier27-Jan-17 1:41
professionalNathan Minier27-Jan-17 1:41 
AnswerRe: How to get all types of .Net applicatins hosted in a server? Pin
ZurdoDev22-Feb-17 4:44
professionalZurdoDev22-Feb-17 4:44 
QuestionSpeech to text conversion Pin
Member 1296738425-Jan-17 2:12
Member 1296738425-Jan-17 2:12 
AnswerRe: Speech to text conversion Pin
Dave Kreskowiak25-Jan-17 2:28
mveDave Kreskowiak25-Jan-17 2:28 
AnswerRe: Speech to text conversion Pin
Eddy Vluggen25-Jan-17 2:33
professionalEddy Vluggen25-Jan-17 2:33 
AnswerRe: Speech to text conversion Pin
Jochen Arndt25-Jan-17 2:33
professionalJochen Arndt25-Jan-17 2:33 
QuestionWindows Service Pin
indian14323-Jan-17 12:30
indian14323-Jan-17 12:30 
AnswerRe: Windows Service Pin
Richard MacCutchan23-Jan-17 21:45
mveRichard MacCutchan23-Jan-17 21:45 
GeneralRe: Windows Service Pin
indian14324-Jan-17 15:53
indian14324-Jan-17 15:53 
AnswerRe: Windows Service Pin
Richard Deeming24-Jan-17 2:13
mveRichard Deeming24-Jan-17 2:13 
GeneralRe: Windows Service Pin
indian14324-Jan-17 15:51
indian14324-Jan-17 15:51 
GeneralRe: Windows Service Pin
indian14324-Jan-17 16:02
indian14324-Jan-17 16:02 
GeneralRe: Windows Service Pin
Richard Deeming25-Jan-17 3:01
mveRichard Deeming25-Jan-17 3:01 
AnswerRe: Windows Service Pin
Eddy Vluggen24-Jan-17 2:15
professionalEddy Vluggen24-Jan-17 2:15 

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.