Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am trying to expose subs and functions from a DLL written in VB.net to COM to be used by a PointOfSale system that uses COM. Anyone have any ideas? My dll is already strongly named using the SN.exe tool.

 

Any help would be appreciated. Thank you.

  • 2 weeks later...
Posted
SN.exe means what?

 

It's the Microsoft Strong Name Utility, it creates the .snk file that you attach to the assembly using the following code:

 

<Assembly: AssemblyKeyFile("C:\somepath\somefile.snk")>

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...