c# 4.0 - Regasm COM visible assembly on network drive using framework 4 -
i've got v4.0 library needs com visible called delphi application.
using regasm following error:
regasm : error ra0000 : not load file or assembly 'file:///d:\development\ entv610\atmslinkclientlibrary.dll' or 1 of dependencies. operation not supported. (exception hresult: 0x80131515)
i can work if modify regasm.exe.config file use:
<runtime> <loadfromremotesources enabled="true"/> </runtime>
unfortunately need write installer , rest of application. don't want clients have edit file in framework folder. there anyway library registered on mapped drive without setting config file?
Comments
Post a Comment