.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Dale Levesque
DLL
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
57 Views, 2 Replies
08-25-2005 02:52 PM
When I try to use regsvr32 to register a DLL i
created i get the message that the entry point was not found.
created i get the message that the entry point was not found.
Any suggestions?
Dale
size=2>
Re: DLL
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-25-2005 04:23 PM in reply to:
*Dale Levesque
If it is a .NET dll how are you using it. You may not need to register it at all or use Regasm.exe.
Regards - Nathan
Regards - Nathan
*Mike Tuersley
Re: DLL
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-25-2005 08:35 PM in reply to:
*Dale Levesque
You only register it if its set for COM InterOp
-- Mike
___________________________
Mike Tuersley
___________________________
the trick is to realize that there is no spoon...
-- Mike
___________________________
Mike Tuersley
___________________________
the trick is to realize that there is no spoon...
