.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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -