CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    NJ USA
    Posts
    3

    exprsrv.dll fails to register

    I created a setup program for an app I wrote. When the setup is going on I get a meassage saying that there was an error registering expsrv.dll. When I click ignore the installation completes successfully and the app runs perfectly. Why am I getting this error and how can I fix it? Is this dll necessary? What's it for?
    Thank you

    Jose

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: exprsrv.dll fails to register

    I found exactly the same *feature* when creating a setup. This DLL is used by DAO/Access (I think) and it ISN'T an ActiveX DLL, although for some reason the Package and Deployment wizard thinks it is.

    To fix the problem, you'll have to go through the SETUP.LST file and remove the (DLLSELFREGISTER) entry (between the commas) for that DLL.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured