I use Reflector a lot. Its a popular free .Net disassembler:

 http://www.aisto.com/roeder/dotnet/

Just drag your .Net dll into it and it will display this information at
the bottom of the screen:

// Assembly SQLite.NET, Version 0.21.1869.3794 
Location: C:\Programming\DotNet\SQLite.NET.0.21_x68_dll\SQLite.NET.dll 
Name: SQLite.NET, Version=0.21.1869.3794, Culture=neutral,
PublicKeyToken=c273bd375e695f9c 

You'll want to use the Name part for the assemblyName attribute in your
<provider> node.

--- Larry Meadors <[EMAIL PROTECTED]> wrote:
> Well, this conversation is amazingly well timed for me. :)
> 
> I am trying to use the iSeries Access for Windows version.
> 
> I am looking at the PublicKeyToken section in the provides.config
> file, where does that value come from?
> 
> Larry
> 
> PS: Are any of you guys using IRC or any other IM stuff?
> 

Reply via email to