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

.NET (Core and Framework)

 
QuestionDetermining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:10
Stephen Holdorf24-May-16 6:10 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
PIEBALDconsult24-May-16 6:17
mvePIEBALDconsult24-May-16 6:17 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:52
Stephen Holdorf24-May-16 6:52 
SuggestionRe: Determining the correct .net project code used to create the production application. Pin
Sascha Lefèvre24-May-16 6:25
professionalSascha Lefèvre24-May-16 6:25 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:42
Stephen Holdorf24-May-16 6:42 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Dave Kreskowiak24-May-16 7:00
mveDave Kreskowiak24-May-16 7:00 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 8:14
Stephen Holdorf24-May-16 8:14 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Dave Kreskowiak24-May-16 8:23
mveDave Kreskowiak24-May-16 8:23 
It MIGHT work, but you have several possible problems.

First, you have no idea if the code in source control is CURRENTLY the code that produced the .DLL's. The code may have been modified since the release of the .DLL's.

You also don't know if the .DLL's are compiled as RELEASE or as DEBUG. Yes, I've seen both in production.

You also have a problem where it is possible to product the same size executable from two different sources. You have no idea if constants have been modified or something similar.

It's going to take a lot more comparison besides just looking at file sizes. You're going to have to do a byte-by-byte compare of the resulting executables.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 8:29
Stephen Holdorf24-May-16 8:29 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Matt T Heffron25-May-16 10:47
professionalMatt T Heffron25-May-16 10:47 
AnswerMessage Closed Pin
25-May-16 9:05
mveGerry Schmitz25-May-16 9:05 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Richard Deeming25-May-16 10:21
mveRichard Deeming25-May-16 10:21 
Questionprojet Pin
Hajem Hajer23-May-16 7:56
Hajem Hajer23-May-16 7:56 
AnswerRe: projet Pin
Eddy Vluggen23-May-16 8:49
professionalEddy Vluggen23-May-16 8:49 
GeneralRe: projet Pin
Dave Kreskowiak23-May-16 9:53
mveDave Kreskowiak23-May-16 9:53 
GeneralRe: projet Pin
Pete O'Hanlon23-May-16 10:05
mvePete O'Hanlon23-May-16 10:05 
QuestionDatagridview Problem Pin
Tanaji.C22-May-16 20:49
professionalTanaji.C22-May-16 20:49 
SuggestionRe: datagridview drill down Pin
Richard MacCutchan22-May-16 20:50
mveRichard MacCutchan22-May-16 20:50 
QuestionHow Many versions of the CLR can be installed on a computer ??? Pin
Derek Tortonian19-May-16 9:36
Derek Tortonian19-May-16 9:36 
AnswerRe: How Many versions of the CLR can be installed on a computer ??? Pin
Richard Deeming19-May-16 10:29
mveRichard Deeming19-May-16 10:29 
AnswerRe: How Many versions of the CLR can be installed on a computer ??? Pin
Dave Kreskowiak20-May-16 2:22
mveDave Kreskowiak20-May-16 2:22 
GeneralRe: How Many versions of the CLR can be installed on a computer ??? Pin
Derek Tortonian20-May-16 8:58
Derek Tortonian20-May-16 8:58 
QuestionConnecting to SQL database Pin
Member 1228398616-May-16 1:53
Member 1228398616-May-16 1:53 
AnswerRe: Connecting to SQL database Pin
Dave Kreskowiak16-May-16 2:47
mveDave Kreskowiak16-May-16 2:47 
GeneralRe: Connecting to SQL database Pin
Member 1228398616-May-16 2:57
Member 1228398616-May-16 2:57 

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.