.net - Find visual studio release on which an exe/dll was build (C#) -


if build exe/dll "enterprise" visual studio different 1 build "community" vs?

are there ways determine if exe/dll built "enterprise" version or "community" version?

versions of vs such enterprise , community differences in features available in visual studio ide.

when build solution/project, that's got .net version you're using, , different build types such debug build , release build.

think of 2 body of car , engine; ide body , host of modifications can it, , .net engine.

so if use same .net version , build (release/debug) there no difference in executables whether build them on community or enterprise.


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -