.NET assembly : strongly named

  • Thread starter Thread starter DotNetJunkies User
  • Start date Start date
D

DotNetJunkies User

I have a .NET DLL that uses ADO 2.8 DLL.
I am not able to "strongly name" the .NET DLL.

Any comments, work arounds ?

CHDe
 
DotNetJunkies User said:
I have a .NET DLL that uses ADO 2.8 DLL.
I am not able to "strongly name" the .NET DLL.

Look into the tlbimp utility - this allows you to create a "Primary
Interop Assembly" from the ADO assembly and Strongly Name it,
which will then allow you Strongly Name your own assembly.

Do you absolutely /have/ to use ADO 2.8? IIRC, Our Friends
in Redmond already provide a P.I.A. for ADO 2.7.

HTH,
Phill W.
 
Back
Top