I try to merge two .NET 1.1 assemblies and use them in app. Exception occurs during app compilation:
Error 1 Metadata file 'c:\Source\ILMergeTest\App\Merged.dll' could not be opened -- 'Version 1.1 is not a compatible version.' C:\Source\ILMergeTest\App\App\CSC App
Exception isn't related with libs content. It occurs even if libs are empty.
Where is trouble?
Are there alternative ways to merge .NET 1.1 assemblies?
Thanks.