1.

How Do I Create A Multi Language, Multi File Assembly?

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.

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.



Discussion

No Comment Found