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

Popular posts from this blog

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -