.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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -