CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Setup error

  1. #1
    Join Date
    May 2001
    Location
    italy
    Posts
    4

    Setup error

    Hello everybody.

    I've developed an application using VB6, then I create the setup program using the Package & Deployment Wizard.
    Then I installed it in several computers, but always the same error message appears: an error occurred while registering the file EXPSRV.DLL.
    I tried to close all the applications running, but this error always occurs.
    Can someone tell me how can I avoid it?

    Thank you very much.

    riccardo

  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Setup error

    AS far as i remember visual studio service pack 3 fixed that problem.
    Install the latest service pack


  3. #3
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Setup error

    May be I am out of topic, but:
    it is a VBA dll. Have you installed any servicepacks?... You sure you close all programs (I mean: if office is installed, you may find Office fast components in startup folder (="avvio automatico" o "esecuzione automatica"). May be you have to press ctrl+alt+del to see running processes on others pc to see if something of Office is running behind the scenes and bring it down...

    Another solution may be to update your machine with recent service pack (if you do not have) and to bring to clients those servicepaks

    As I am not sure, let's wait for someone else answer, too.

    Ciao!
    Cesare Imperiali

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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