Quantcast
Channel: Common Language Runtime Internals and Architecture forum
Viewing all articles
Browse latest Browse all 1710

System.TypeLoadException:EncryptCallDll has no implementation (no RVA). exception while using c++ wrapper class in asp web service

$
0
0

I am using a dll in my web service(asp) like this:

 [DllImport("CEracom.dll", EntryPoint = "InitializeCall")]
      public static extern int InitializeCallDll(string szSlotName, string szPassword);
      [DllImport(@"CEracom.dll", EntryPoint = "EncryptCall")]
      public static extern int EncryptCallDll(byte[] inputString, int len, byte[] arr, string keyName);
      [WebMethod]
      public string calculateKey(string keyIMK, string pan, string panSeqNo)
      {

}

getting exception System.TypeLoadException:

EncryptCallDll

has no implementation (no RVA).Any suggestions?Kept dll in bin folders.

Thanks,

Faiz



Viewing all articles
Browse latest Browse all 1710

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>