P Paul Hatcher Jan 12, 2005 #1 How do I go about signing an assembly that refers to ADOX since there is no primary interop assembly for this? Paul
How do I go about signing an assembly that refers to ADOX since there is no primary interop assembly for this? Paul
N Nicole Calinoiu Jan 12, 2005 #2 Use tlbimp.exe (http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfTypeLibraryImporterTlbimpexe.asp). Since you'll be signing someone else's code, you may want to consider using a different key than the one you use for your own code. HTH, Nicole
Use tlbimp.exe (http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfTypeLibraryImporterTlbimpexe.asp). Since you'll be signing someone else's code, you may want to consider using a different key than the one you use for your own code. HTH, Nicole
P Paul Hatcher Jan 12, 2005 #3 Ah, ok, I assumed I wasn't allowed to sign it since it wasn't mine Paul