This commit is contained in:
jfrijters 2013-01-15 14:43:20 +00:00
Родитель 26d42a966b
Коммит 81f663b7de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -304,7 +304,7 @@ namespace IKVM.Internal
else
{
#if STUB_GENERATOR
return universe.CreateMissingAssembly(args.Name);
return universe.CreateMissingAssembly(name.FullName);
#else
Console.Error.WriteLine("Error: unable to find assembly '{0}'", name.FullName);
if (requestingAssembly != null)