Is there a possibility to create multilanguage, multifile assembly? If so How?

 Posted by Kmandapalli on 1/22/2014 | Category: C# Interview questions | Views: 2080 | Points: 40
Answer:

Unfortunately, this is currently not supported in the IDE. To do this from the command line, you must compile your projects into netmodules (/target:module on the C# compiler), and then use the command line tool al.exe (alink) to link these netmodules together.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response