95se5m Posted November 4, 2005 Posted November 4, 2005 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. Quote
georgepatotk Posted November 12, 2005 Posted November 12, 2005 SN.exe means what? Quote George C.K. Low
Leaders snarfblam Posted November 12, 2005 Leaders Posted November 12, 2005 Information Quote [sIGPIC]e[/sIGPIC]
95se5m Posted November 13, 2005 Author Posted November 13, 2005 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")> Quote
Recommended Posts