Hi Kent,
Since you're developing a .NET custom data provider, your code will be
built into a .NET assembly(PE file. generally .dll or .exe). A .NET
assembly needn't to be registed before using. Since you're developing a
class library, I believe that it has been built into a .dll file. When you
need to use it in another project, just copy the .dll file to the project
folder and use add reference on the project menu to include it in the
current project.
If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."