locked
Numebr of Assemblies will get created? Three different languages. RRS feed

  • Question

  • User-1402042119 posted

    If your web application contains three different languages. How many assembies it will create at compilation time?

    Friday, March 4, 2011 1:47 AM

Answers

  • User-610330605 posted

    If your web application contains three different languages. How many assembies it will create at compilation time?

    If your web application contains 2 additional languages to the default language then 2 folders will be present inside the bin with an assembly of resource file (1 for each language additional to the default language).

    Also there will be assemblies present based on the DLLs / projects you have referenced.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, March 4, 2011 6:12 AM

All replies

  • User1113735518 posted

    How many project you have?

    Number of assemblies will be number of projects in your solution

    Friday, March 4, 2011 5:31 AM
  • User-610330605 posted

    If your web application contains three different languages. How many assembies it will create at compilation time?

    If your web application contains 2 additional languages to the default language then 2 folders will be present inside the bin with an assembly of resource file (1 for each language additional to the default language).

    Also there will be assemblies present based on the DLLs / projects you have referenced.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, March 4, 2011 6:12 AM