[Migrated content. Thread originally posted on 05 May 2011]
Has anyone tried to use the new ext 9.0.0 with a .Net dll. i can get it to work if i run the cobol program using the absolute location of the WRUN32.EXE.yes i have put the .dll in the same folder as the wrun32.exe
so
c:\\acucbl900\\wrun32.exe -c c:\\etc\\cblconfi myprogram.acu
will work and the .net dll gets loaded and run when the create command is executed.
however, same program, same dll, same runtime will NOT work if i run it as follows.
\\\\mypcname\\c$\\acucbl900\\wrun32.exe -c c:\\etc\\cblconfi myprogram.acu
the cobol program opens up fine but when i execute the create command for the .net dll i get an error
'There was a problem with one of the .NET support libraries.'
'.NET assemblies cannot be loaded.'
'COBOL error at .....'
