|
-
Nov 2nd, 2005, 09:55 AM
#1
Thread Starter
Addicted Member
Expose .net dll to Component Services
Hi all,
I created a .net dll which I need to expose and register with com components which will need to make this dll available to use for the web and applications installed.
Now to do this. I started out giving the dll a strong name.
Then, selected "Register for Com Interop" in the library properties.
Now this is where I'm stuck.
I registered the dll in the component services, but only the "vs generated methods" are shown. So I guess I have to "Expose" my functions in my DLL in order to use them in Component Services. I want to be able to call it through the web with asp pages using server.createobject
How will I do this?
Thanks
Thanks
Last edited by Tjoppie; Nov 2nd, 2005 at 09:58 AM.
Reason: Cause I wanted to say sum more
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|