Answer Posted / swapna
Each assembly has a version number called the compatibility
version. Also each reference to an assembly (from another
assembly) includes both the name and version of the
referenced assembly.The version number has four numeric
parts (e.g. 5.5.2.33).
Assemblies with either of the first two parts different are
normally viewed as incompatible. If the first two parts are
the same, but the third is different, the assemblies are
deemed as 'maybe compatible'.
If only the fourth part is different, the assemblies are
deemed compatible. However, this is just the default
guideline - it is the version policy that decides to what
extent these rules are enforced. The version policy can be
specified via the application configuration file.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How does the .net framework 3.0 relate to windows vista?
How route table has been created in ASP.NET ASP.Net MVC?
What is the difference between viewbag and viewdata in mvc?
Can I add mvc testcases in visual studio express?
what is eager loading?
What is session state management?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is controllercontext?
What are Scaffold templates in ASP.Net MVC?
What is entitytype? : Entity framework
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is .net framework used for?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is the difference between entity framework and mvc?
what is use of entitydatasource control?